Skip to main content
d-n
← Back to Agentic Design Patterns

Changelog

Append-only audit trail of additions, edits, and retirements in the agentic design patterns catalog.

  1. Author 12-Factor Agent satellite: production methodology layered above mechanism patterns; HumanLayer/Horthy framing; stateless-reducer sketch; reducer-purity gotcha.

    @julianken

  2. Author Streaming satellite: SSE event-flow, token vs structured vs tool-call variants, mid-stream-error gotcha.

    @julianken

  3. Author Human in the Loop satellite: pause-snapshot-resume contract, three sub-variants, automation-bias gotcha.

    @julianken

  4. Author Parallelization satellite: fan-out with deterministic aggregator, Sectioning vs Voting variants, self-consistency diversity gotcha.

    @julianken

  5. Initial authoring of Agentic RAG pattern (iterative retrieval loop; contrasts with single-shot RAG).

    @julianken

  6. Author Evaluator-Optimizer satellite: within-attempt generator-critic loop, contrast with Reflexion, base-capability-ceiling gotcha.

    @julianken

  7. Author Code Agent satellite: read-edit-test loop, Agent-Computer Interface as the differentiator from generic Tool Use, edit-format gotcha.

    @julianken

  8. ADDEDA2A

    Author A2A satellite: Agent Card discovery, Task lifecycle, distinction from MCP and in-process Handoffs.

    @julianken

  9. Author Multi-Agent Debate satellite: parallel-agent answers, peer-critique rounds, deterministic aggregation; degeneration-of-thought gotcha.

    @julianken

  10. ADDEDMCP

    Author MCP satellite: open protocol for cross-vendor tool/resource/prompt discovery; tool-poisoning gotcha.

    @julianken

  11. Author Orchestrator-Workers satellite: hub-and-spoke planner/worker/aggregator topology, AutoGen/MetaGPT/Claude-Research framing, token-multiplier gotcha.

    @julianken

  12. Author Handoffs / Swarm satellite: sequential conversation ownership, transfer-as-tool-call, supervisor variant.

    @julianken

  13. Author Guardrails satellite: input/output rails, layered defence, indirect-prompt-injection gotcha.

    @julianken

  14. Author Checkpointing satellite: durable agent state across crashes; snapshot vs replay variants; determinism gotcha.

    @julianken

  15. Author Context Engineering pattern (selection, ranking, layout, cache-aware assembly).

    @julianken

  16. Initial authoring of the Evaluation (LLM-as-Judge) pattern (wave-2, issue #179).

    @julianken

  17. Initial authoring of Memory Management pattern (wave 2; tiered working/episodic/semantic stores).

    @julianken

  18. ADDEDRAG

    Authored RAG pattern (vanilla retrieve-and-generate; agentic variant remains separate).

    @julianken

  19. Initial authoring of Tool Use / ReAct pattern (Phase-2 wave-1).

    @julianken

  20. ADDEDRouting

    Initial authoring of the Routing pattern (wave-1, issue #173).

    @julianken

  21. Initial authoring of Prompt Chaining pattern (wave 1).

    @julianken

  22. Author Planning satellite: planner-executor split, re-plan loop, ToT/HuggingGPT/Plan-and-Solve variants.

    @julianken

  23. Catalog scaffold launched; Reflexion exemplar shipped in #158.

    @julianken