Explore Agent Harness Frameworks
mainAgent Harness Frameworks provide composable primitives for building custom harnesses, following the principle of "fewer tools, more expressiveness" rather than providing opinionated, sprawling toolkits. Use these to build custom agentic workflows and orchestration logic.
Key frameworks include:
- Deep Agents: Built on LangChain/LangGraph; uses progressive disclosure via planning tools and subagent spawning.
- Gambit: For building, running, and verifying LLM workflows.
- DeerFlow 2.0: ByteDance's SuperAgent harness with a skill system, sub-agent orchestration, and sandboxed execution.
- Zylos: A persistent harness for Claude Code featuring tiered memory and task scheduling.
- Microsoft Agent Framework: Supports Python and .NET for building and deploying multi-agent workflows.
- Compound Engineering Plugin: Provides a unified harness interface across Claude Code, Codex, and Cursor.
- get-shit-done: A meta-prompting system that structures work into
milestone$\rightarrow$phase$\rightarrow$plansequences.