Graph Agent Production Monorepo
Ensure you have docker running, and proceed with the following:
make dev-up # Start the development environment, this builds and runs all services and will hot reload the rust and python components if you make edits
To stop the environment:
make dev-down
To restart (rebuild and relaunch):
make dev-restart
To run end-to-end tests:
make e2e-test
To run the stdio-tester environment (for TUI/stdio integration testing):
make stdio-tester
Target | Description |
---|---|
dev-up | Build and start the full development environment |
dev-down | Stop and remove all dev containers |
dev-restart | Rebuild and restart the dev environment |
e2e-test | Build and run all end-to-end tests (with musl build on macOS) |
stdio-tester | Build and run the stdio-tester TUI integration environment |