by ThibautMelen
π Agentic systems explained with chickens. Workflows, agents & orchestration made simple. Mermaid diagrams included
# Add to your Claude Code skills
git clone https://github.com/ThibautMelen/agentic-ai-systemsAgentic systems explained with chickens β because AI orchestration doesn't have to be scary
Main Agent spawns Subagents like a hen with her chicks ππͺΊπ¦
π¦ Foundations β’ βοΈ Workflows β’ π Autonomous β’ π οΈ Implementation β’ πΊοΈ Guides
</div>%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#8b5cf6', 'primaryTextColor': '#fff', 'primaryBorderColor': '#7c3aed', 'lineColor': '#a78bfa', 'secondaryColor': '#ec4899', 'tertiaryColor': '#6366f1', 'noteTextColor': '#fff', 'noteBkgColor': '#8b5cf6', 'textColor': '#fff' }}}%%
mindmap
root((π Agentic Systems))
π¦ Foundations
Augmented LLM
βοΈ Workflows
ποΈ Baseline
βοΈ Chaining
π¦ Routing
π€οΈ Parallel
π¦ Orchestrator
π©» Evaluator
π Autonomous Agent
The Alternative
Multi-Window
π οΈ Implementation
π¦ Subagent
𦴠Command
π Skill
πͺ Hook
<table>
<tr>
<td width="50%" valign="top">
The building block for everything
| | | |---|---| | π¦ Augmented LLM | LLM + Retrieval + Tools + Memory |
Predefined orchestration β code controls the flow
| # | Workflow | Use When | |:-:|----------|----------| | 0 | ποΈ Baseline | Simple, 1-step task | | 1 | βοΈ Prompt Chaining | Sequential steps | | 2 | π¦ Routing | Classify & dispatch | | 3 | π€οΈ Parallelization | Independent tasks | | 4 | π¦ Orchestrator | Expert delegation | | 5 | [π©» Evaluator](workflow...