ps genai agents
1.0.0
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:
make test_unit
to test install was successfulmake test
: Run all unit and integration tests
make test_unit
: Run all unit tests
make test_integration
: Run all integration tests