first-agent
01Agent
Create and run your first CubePi agent — choose a provider, define a system prompt, and send a message.
CubePi — An async-first Python agent kernel inspired by Pi, built for coding agents, tools, and continuous sessions.
Agent
Create and run your first CubePi agent — choose a provider, define a system prompt, and send a message.
Agent
Branch a conversation at a completed-run boundary — persistent forks for new threads, ephemeral one-shot probes, and the HITL binding rules that keep them safe.
Agent
Build multi-turn conversational agents with CubePi's stateful agent loop and message history.
Agent
How CubePi maximises prompt cache hit rates — append-only message storage, automatic cache breakpoints, and how to avoid breaking the cache.
Agent
Stream events and tokens from CubePi agents in real time using subscribers and MessageStream.
Agent
Register tools, execute them in parallel or sequentially, and handle results with Pydantic validation in CubePi.