cubeplexai

10 mods across 1 repository, 42 stars between them.

cubepi AGENTS.md

01

cubeplexai/cubepi

Instructions file CodexOpenCode

Instructions for cubeplexai/cubepi, covering cubepi, commands (always via uv), architecture, conventions & gotchas and development workflow.

42 15d ago A 1,300 tokens original MIT

cubepi CLAUDE.md

02

cubeplexai/cubepi

Instructions file

Instructions for cubeplexai/cubepi, a project described as: CubePi — An async-first Python agent kernel inspired by Pi, built for coding agents, tools, and continuous sessions.

42 15d ago A 3 tokens copy · 100% MIT

cubepi-trace

03

cubeplexai/cubepi

Skill Claude CodeCodex

Use when debugging a cubepi/cubebox agent run — a missing final reply, a tool that misbehaved, a 4xx from the model, wrong token/cache numbers, or "why did the agent do that?". Reads the JSONL traces cubepi writes per run via the cubepi trace CLI (ls / view / follow / stats) to inspect the span tree, errors, tool…

42 15d ago A 129 tokens original MIT

cubepi

04

cubeplexai/cubepi

Skill Claude CodeCodex

Use when building, extending, or debugging agents with the CubePi framework. Covers the Agent API, providers, tools, middleware, checkpointing, MCP integration, and HITL. References the cubepi-trace skill for run debugging.

42 15d ago A 50 tokens original MIT

first-agent

05

cubeplexai/cubepi

Agent

Create and run your first CubePi agent — choose a provider, define a system prompt, and send a message.

42 15d ago A 23 tokens original MIT

forking

06

cubeplexai/cubepi

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.

42 15d ago A 31 tokens original MIT

multi-turn

07

cubeplexai/cubepi

Agent

Build multi-turn conversational agents with CubePi's stateful agent loop and message history.

42 15d ago A 17 tokens original MIT

prompt-caching

08

cubeplexai/cubepi

Agent

How CubePi maximises prompt cache hit rates — append-only message storage, automatic cache breakpoints, and how to avoid breaking the cache.

42 15d ago A 28 tokens original MIT

streaming

09

cubeplexai/cubepi

Agent

Stream events and tokens from CubePi agents in real time using subscribers and MessageStream.

42 15d ago A 17 tokens original MIT

tool-use

10

cubeplexai/cubepi

Agent

Register tools, execute them in parallel or sequentially, and handle results with Pydantic validation in CubePi.

42 15d ago A 23 tokens original MIT