agents
Installation
SKILL.md
Building Agents
Agents are systems where LLMs dynamically direct their own processes and tool usage. This skill covers when to use agents vs workflows, common architectural patterns, and practical implementation guidance.
Table of Contents
- Agents vs Workflows
- Workflow Patterns
- Agent Architectures
- ReAct Pattern
- Tool Design
- External Context Protocols
- Best Practices
- References