ssheleg/agent-stack

Production patterns for agent orchestrators, harnesses, evals, MCP/A2A interoperability, memory, provider routing, and LLM usage metering.

2Stars on the repository
6Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-evals

01

ssheleg/agent-stack

Skill Claude CodeCodex

Use when measuring whether an agent actually works — building an eval suite, judging a trajectory rather than a final answer, turning production traces into regression fixtures, calibrating an LLM judge against human labels, or gating a release on offline evals. Covers the three observability primitives (run, trace…

2 yesterday A 219 tokens original MIT

agent-harness

02

ssheleg/agent-stack

Skill Claude CodeCodex

Use when the question is what the agent is TOLD rather than how its loop is wired — writing or fixing a system prompt, shaping tools so the model picks the right one, deciding whether a job wants a workflow or an agent, or choosing between ReAct, reflection and voting. Also auditing an agent system somebody else…

2 yesterday A 227 tokens original MIT

agent-interop

03

ssheleg/agent-stack

Skill Claude CodeCodex

Use when an agent must talk to something outside its own process — building or consuming an MCP server, exposing or calling another agent over A2A, publishing to the MCP Registry, or putting a gateway in front of agent traffic. Carries the MCP 2026-07-28 wire surface and what it deprecated (server/discover, stateless…

2 yesterday A 242 tokens original MIT

agent-orchestrator

04

ssheleg/agent-stack

Skill Claude CodeCodex

Use when building an agent system — an orchestrator, an LLM-powered tool, a chatbot with tool use, an AI pipeline — or metering and billing the LLM access it burns. Covers tool-calling loops, pipelines with human checkpoints, provider routing with fallback/retry, memory architecture, retrieval and decay, context…

2 yesterday A 244 tokens original MIT