Changelog
Append-only audit trail of additions, edits, and retirements in the agentic design patterns catalog.
- ADDED12-Factor Agent
Author 12-Factor Agent satellite: production methodology layered above mechanism patterns; HumanLayer/Horthy framing; stateless-reducer sketch; reducer-purity gotcha.
@julianken
- ADDEDStreaming
Author Streaming satellite: SSE event-flow, token vs structured vs tool-call variants, mid-stream-error gotcha.
@julianken
- ADDEDHuman in the Loop
Author Human in the Loop satellite: pause-snapshot-resume contract, three sub-variants, automation-bias gotcha.
@julianken
- ADDEDParallelization
Author Parallelization satellite: fan-out with deterministic aggregator, Sectioning vs Voting variants, self-consistency diversity gotcha.
@julianken
- ADDEDAgentic RAG
Initial authoring of Agentic RAG pattern (iterative retrieval loop; contrasts with single-shot RAG).
@julianken
- ADDEDEvaluator-Optimizer
Author Evaluator-Optimizer satellite: within-attempt generator-critic loop, contrast with Reflexion, base-capability-ceiling gotcha.
@julianken
- ADDEDCode Agent
Author Code Agent satellite: read-edit-test loop, Agent-Computer Interface as the differentiator from generic Tool Use, edit-format gotcha.
@julianken
- ADDEDA2A
Author A2A satellite: Agent Card discovery, Task lifecycle, distinction from MCP and in-process Handoffs.
@julianken
- ADDEDMulti-Agent Debate
Author Multi-Agent Debate satellite: parallel-agent answers, peer-critique rounds, deterministic aggregation; degeneration-of-thought gotcha.
@julianken
- ADDEDMCP
Author MCP satellite: open protocol for cross-vendor tool/resource/prompt discovery; tool-poisoning gotcha.
@julianken
- ADDEDOrchestrator-Workers
Author Orchestrator-Workers satellite: hub-and-spoke planner/worker/aggregator topology, AutoGen/MetaGPT/Claude-Research framing, token-multiplier gotcha.
@julianken
- ADDEDHandoffs / Swarm
Author Handoffs / Swarm satellite: sequential conversation ownership, transfer-as-tool-call, supervisor variant.
@julianken
- ADDEDGuardrails
Author Guardrails satellite: input/output rails, layered defence, indirect-prompt-injection gotcha.
@julianken
- ADDEDCheckpointing
Author Checkpointing satellite: durable agent state across crashes; snapshot vs replay variants; determinism gotcha.
@julianken
- ADDEDContext Engineering
Author Context Engineering pattern (selection, ranking, layout, cache-aware assembly).
@julianken
Initial authoring of the Evaluation (LLM-as-Judge) pattern (wave-2, issue #179).
@julianken
- ADDEDMemory Management
Initial authoring of Memory Management pattern (wave 2; tiered working/episodic/semantic stores).
@julianken
- ADDEDRAG
Authored RAG pattern (vanilla retrieve-and-generate; agentic variant remains separate).
@julianken
- ADDEDPlanning
Author Planning satellite: planner-executor split, re-plan loop, ToT/HuggingGPT/Plan-and-Solve variants.
@julianken