JIDO Ecosystem Expanded Projects
This folder contains expanded guides for all projects referenced by
LEARN_JIDO_ECOSYSTEM_MASTERY.md.
Project Index
| # | Project | Main Package | Focus |
|---|---|---|---|
| 1 | Multi-Model Gateway with req_llm | req_llm | provider selection and response normalization |
| 2 | Schema-First Contract Extractor | req_llm | structured output contracts and error handling |
| 3 | Streaming Copilot Operations Center | req_llm | streaming telemetry and backpressure-aware UX |
| 4 | Provider Failover and Cost Router | req_llm | failover, cost governance, and key security |
| 5 | Deterministic Counter Agent | jido | pure cmd/2 loops and deterministic state |
| 6 | Workflow-First Orchestrator | jido | action graphs, task planning, and agent composition |
| 7 | Signal Mesh for Multi-Agent Delegation | jido | parent/child signal routing and backpressure |
| 8 | Audit-Ready State Machine Agent | jido | FSM strategy, persistence, and compliance outputs |
Canonical Progression
- Build projects 1 -> 2 -> 3 -> 4 to internalize provider abstraction and production telemetry.
- Then move to 5 -> 6 -> 7 -> 8 to compose production-grade BEAM-native agents.
Output Format Across Guides
Each guide includes:
- The practical outcome and exact CLI observation
- Architecture diagrams (ASCII)
- Core interview questions
- Layered hints
- Definition of done
- Failure mode diagnosis and remediation