Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 627 Bytes

File metadata and controls

30 lines (19 loc) · 627 Bytes

Claude Code — AgentBreak

What this repo is

A Python package that proxies LLM (OpenAI + Anthropic) and MCP traffic, injecting configurable faults. Config lives in .agentbreak/, created by agentbreak init.

Quick commands

pip install -e '.[dev]'
agentbreak init
agentbreak validate
agentbreak serve

For MCP: agentbreak inspect then serve.

Skill

Install the portable skill with:

npx skills add mnvsk97/agentbreak --skill agent-resilience-testing --yes

Then ask: Test my agent for resilience.

Verification

Before suggesting a change is done: run agentbreak verify.