cubepi
Installation
SKILL.md
Building agents with CubePi
CubePi is a Pythonic, async-native agent framework. The agent loop is a plain
while loop — no graph nodes, no state machines. You can read the full runtime
in a few minutes.
Docs: https://cubepi.ai/docs
Source: https://github.com/cubeplexai/cubepi
Issues / PRs: https://github.com/cubeplexai/cubepi/issues
If anything in the docs is unclear or missing, read the source directly — the code is the authoritative reference. If you hit a bug or find a gap, open an issue or PR on the repo.