open-harness - composable SDK for AI agents
TypeScript SDK for building agents with a code-first composition model: tools, skills, and MCP servers wire together as plain modules. Ships an agent loop you control.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webFeatured in
Related entries
OQP - verification protocol for AI agents
MCP-compatible spec defining four endpoints (capabilities, workflows, execute, assess-risk) so agents can prove a shipped change satisfies business requirements before it goes live.
vurb.ts - Express.js for MCP servers
TypeScript framework for building MCP servers with type-safe tools, presenters that control what the LLM sees, and built-in PII redaction. Targets Claude Code, Cursor, and other MCP clients.
concierge - SDK for building MCP servers
Python SDK for authoring MCP servers with batteries for tool registration, auth, and apps-sdk style flows. Aims to be the universal scaffold for new MCPs.
AgentKit - multi-agent networks in TypeScript
Inngest's framework for multi-agent networks with deterministic routing and MCP-native tooling. Picks up where the LangGraph/CrewAI camps trail off.