This repo contains the asset management system for WATcloud. Currently, only the agent implementation is in this repo. Additional components, including the SDK, the S3 bucket configuration, and deployment code, reside in the internal monorepo infra-config.
Run the following commands to start the development environment:
docker compose up -d --buildEnter the container:
docker compose exec agent bashStart the agent:
python -m src.main run-agentBy default, the agent will interface with the local minio server and look for WATcloud URIs in a dummy git repository. These are configurable in docker-compose.yml and via environment variables in the container.