Skip to content

acislab/ichatbio-globi-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ichatbio-globi-agent

An agent that interacts with the globalbioticinteractions.org API.

Quickstart

Requires python 3.10 or higher

Set up your development environment:

pip3 install uv
uv sync
source .venv/bin/activate

Run the server:

uvicorn --app-dir src agent:create_app --factory --reload --host "0.0.0.0" --port 9999

You can also run the agent server as a Docker container:

docker compose up --build

If everything worked, you should be able to find your agent card at http://localhost:9999/.well-known/agent.json.

About

An agent for interacting with Global Biotic Interactions (https://www.globalbioticinteractions.org/).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 92.9%
  • Dockerfile 7.1%