You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**Configure your agent card** - Fill in your agent's metadata (name, skills, description) in [`src/server.py`](src/server.py)
29
30
30
-
4.**Write your tests** - Add custom tests for your agent in [`tests/test_agent.py`](tests/test_agent.py)
31
+
4.**Fill out your [Amber](https://github.com/RDI-Foundation/amber) manifest** - Update [`amber-manifest.json5`](amber-manifest.json5) to use your agent in Amber scenarios
32
+
33
+
5.**Write your tests** - Add custom tests for your agent in [`tests/test_agent.py`](tests/test_agent.py)
31
34
32
35
For a concrete example of implementing an agent using this template, see this [draft PR](https://github.com/RDI-Foundation/agent-template/pull/8).
0 commit comments