We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63811f2 commit 2f24ccfCopy full SHA for 2f24ccf
README.md
@@ -29,6 +29,8 @@ pyproject.toml # Python dependencies
29
30
4. **Write your tests** - Add custom tests for your agent in [`tests/test_agent.py`](tests/test_agent.py)
31
32
+For a concrete example of implementing an agent using this template, see this [draft PR](https://github.com/RDI-Foundation/agent-template/pull/8).
33
+
34
## Running Locally
35
36
```bash
0 commit comments