The goal of this project is to provide a generalized agent architecture that can be applied to many graph use cases.
-
Clone or Fork the project to your local machine
-
Install Poetry for dependency management
-
Run
make init
This will install:
- All dependencies required for local development
- Pre-commit hooks for formatting, linting, Python type validation
- Run
make test_unit
to test install was successful
make test
: Run all unit and integration tests
make test_unit
: Run all unit tests
make test_integration
: Run all integration tests