managing agent states in a agentic AI system
- Clone the repository
cd agent-states(root directory of this git repository)uv syncpre-commit install(install the pre-commit hooks)- code . (open the project in vscode)
- install the recommended extensions (cmd + shift + p ->
Extensions: Show Recommended Extensions) - copy the
.env.samplefile to.envand fill in the values
python -m agent_states.graphpython -m pytest -p no:warnings --cov-report term-missing --cov=agent_states tests