agent-architecture
Installation
SKILL.md
Agent Architecture
See
references/multi-agent-patterns.mdfor LangGraph orchestrator implementation details. Seereferences/memory-orchestration.mdfor episodic memory, context management, and state persistence.
Quick Start
Two steps. Step 1 is under 5 minutes. By the end of Step 2 you have a tool-using agent with mandatory guardrails. Install: npm install @anthropic-ai/sdk (TypeScript) or pip install anthropic (Python).
Step 1: Running Agent, No Tools
No loop, no guardrails needed — one call, one response.