A project containing a proof of concept for an agentic system.
$ poetry install
$ poetry env use python3
$ source "$(poetry env info --path)"/bin/activateThis fake server is used to simulate tooling-related API provider (e.g email, notification).
This is used when the hitl is enabled and the method is manual.
$ cd src/callback
$ poetry run python callback.pyThis will run an agent.
$ poetry run python src/main.py