An agent that interacts with the globalbioticinteractions.org API.
Requires python 3.10 or higher
Set up your development environment:
pip3 install uv
uv sync
source .venv/bin/activateRun the server:
uvicorn --app-dir src agent:create_app --factory --reload --host "0.0.0.0" --port 9999You can also run the agent server as a Docker container:
docker compose up --buildIf everything worked, you should be able to find your agent card at http://localhost:9999/.well-known/agent.json.