harness
by mastersof-ai
TypeScript agent runtime with Markdown-defined agents and TUI/web UIs
What It Does
Provides a TypeScript agent runtime with full system-prompt control and programmable agents defined in Markdown. Runs agents locally in a terminal TUI or a multi-user web UI and is powered by the Claude Agent SDK for agent execution. Exposes agent definitions, interaction flows, and runtime controls so teams can iterate on prompts, roles, and handoffs quickly, leveraging A2A Protocol Pattern and Tool Use Pattern.
Key Benefits
When to Use
Developers prototyping multi-agent flows who want fine-grained system prompt control and an inspectable runtime. This toolkit fits teams building and testing orchestrations, where you might rely on a registry-like pattern such as the Agent Registry Pattern to manage agent definitions and capabilities.
Real-World Examples
- Iterate on and version system prompts and agent roles using Markdown artifacts
- Replay multi-agent conversations in a TUI or web UI to diagnose failure modes
- Prototype agent delegation patterns and collect interaction logs for A2A evaluation