From d8b278b23e3a6b22c85b13ea18c0b21b107e72a7 Mon Sep 17 00:00:00 2001 From: staverm Date: Tue, 23 Dec 2025 20:59:19 +0100 Subject: [PATCH] Add implementation example link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e47164d..fd73ec9 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ pyproject.toml # Python dependencies 4. **Write your tests** - Add custom tests for your agent in [`tests/test_agent.py`](tests/test_agent.py) +For a concrete example of implementing an agent using this template, see this [draft PR](https://github.com/RDI-Foundation/agent-template/pull/8). + ## Running Locally ```bash