zypher-agent
by corespeed-io
Minimal TypeScript framework for configurable AI agents and multi-agent flows
How It Works
Provides a minimal TypeScript framework for building AI agents with explicit control over tools, providers, and execution flow. Structures agents as composable skills and runtime primitives so you can swap LLM providers, tool integrations, and execution strategies without changing agent logic. Includes an MCP client and supports swapping tool integrations via the Agent Registry Pattern for flexible orchestration and integration.
Key Benefits
Best For
Developers building production or pre-production agents who need explicit control over LLM providers, tools, and multi-agent message flows. This is supported by the Orchestrator-Worker Pattern to facilitate coordinated interactions across agents.
Use Cases
- Prototype agents that need provider-agnostic behavior for A/Bing LLMs
- Record and reproduce agent runs to establish an agent track record for evaluation
- Connect agents across processes using MCP for multi-agent orchestration and testing