Natural-language harness directory
Agent Workspace
Browse verified harness packs with source links, evaluation guidance, and starter instructions for Claude Code, Codex, Cursor, and Convex.
Directory
5 packs
Operator Chat Rail
Shared chat plus traceable assistant rail for high-context workflows.
A proven interface pattern for apps that need collaborative chat in the center and a persistent agent rail for plan trace, tool execution, telemetry, sources, and quality checks.
Not yet measured
~0 installs
Planning and Worker Flow
Tiered orchestration for questions that are too broad for a single call.
A multi-step harness pattern that uses a narrow planning pass, typed worker calls, and a constrained synthesis pass instead of letting one prompt attempt everything at once.
Not yet measured
~0 installs
Answer Review and Quality Checks
Persist the answer as a reviewable artifact, not just a message string.
A runtime pattern that persists final answers, quality checks, evaluation metadata, and downstream review state as first-class records instead of burying them in message text.
Not yet measured
~0 installs
Hybrid Runtime
Use rules for known packets, use synthesis only when ambiguity is real.
A disciplined runtime pattern that reserves deterministic rendering for tightly scoped known cases and uses an LLM only for bounded synthesis, not as the default execution path for every question.
Not yet measured
~0 installs
Durable Streaming
Stream plan and execution state through stored events, not transient sockets alone.
A transport and persistence pattern for agents that need progressive rendering, reconnect safety, and post-run replay without losing the benefits of token or step streaming.
Not yet measured
~0 installs
Recent change traces · Cross-linked to packs
What changed, and why
Every coding session captured as rows — Scenario / Files / Changes / Why. Ctrl+F your own history.