Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 747 Bytes

File metadata and controls

33 lines (22 loc) · 747 Bytes

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