cardanoapi / autonomous-agents

Cardano network testing using autonomous agents
https://agents.cardanoapi.io
2 stars 1 forks source link
autonomous-agents cardano

Cardano Autonomous Agent Monorepo

  1. Backend
  2. Agent Manager
  3. Agent
  4. Frontend

Running the stack locally

Setup the required dependencies by running the command locally.

docker compose -f docker-compose.local.yml up -d

Note: You can also use already existing services in place of this

The setup guide for each services are in the respective directories:

  1. Backend
  2. Agent Manager
  3. Agent
  4. Frontend

IMPORTANT

Please setup the pre-commit hook before adding any commit for git by running the following command:

./install-pre-commit-hook.sh