EXAMPLES & TUTORIALS

Learn by building

Interactive examples with source code, explanation, and live demos. AI/browser demos can run in deterministic simulated mode so no external model calls are required.

Getting Started CORE
beginner

Counter Agent

A real Jido agent that counts up and down using Actions, Signals, and signal routing. Demonstrates the core agent pattern: immutable state, validated actions, and LiveView integration.

Foundational Legacy Runtime Foundations
getting-started state actions
intermediate

Demand Tracker Agent

A Jido agent that tracks listing demand with boost/cool/decay actions. Demonstrates Directives — the agent's mechanism for requesting side effects like emitting domain events (Emit) and scheduling future signals (Schedule).

Foundational Legacy Runtime Foundations
directives emit schedule
beginner

Address Normalization Agent

Interactive Jido example for address normalization agent focusing on action contracts and validation. Includes a dedicated LiveView companion and source-first learning flow.

Core Mechanics Runtime Foundations
top20 rank-1 core
beginner

Signal Routing Agent

Interactive Jido example showing how signal type routing maps into actions and executes through AgentServer.call/2 and AgentServer.cast/2.

Core Mechanics Runtime Foundations
signals routing agent-server
beginner

Emit Directive Agent

Focused example showing how actions emit domain events while still updating agent state in one step.

Core Mechanics Runtime Foundations
signals directives emit
beginner

State Ops Agent

Focused example for SetState, ReplaceState, DeleteKeys, SetPath, and DeletePath via pure cmd execution.

Core Mechanics Runtime Foundations
state stateops actions
beginner

Plugin Basics Agent

Focused example showing plugin mount state, plugin signal routes, and plugin-owned state updates.

Coordination Coordination Orchestration
plugins composition signals
AI-Powered Agents AI
intermediate

Runic AI Research Studio

Five-stage Runic workflow for research and writing, backed by a real deterministic `Jido.Runic.Strategy` pipeline.

Ai Tool Use Ai Intelligence
primary showcase ai
intermediate

Runic AI Research Studio Step Mode

Step-wise execution of the Studio workflow with real `runic.step` and `runic.resume` behavior.

Ai Tool Use Ai Intelligence
primary showcase ai
intermediate

Runic Adaptive Researcher

Dynamic two-phase Runic workflow that hot-swaps between full and slim writing DAGs based on deterministic research richness.

Ai Tool Use Ai Intelligence
primary showcase ai
intermediate

Runic Structured LLM Branching

Two-phase Runic orchestrator that makes a real deterministic route decision, hot-swaps the branch DAG, and executes the selected workflow locally.

Ai Tool Use Ai Intelligence
primary showcase ai
intermediate

Runic Delegating Orchestrator

Parent Runic workflow that executes early stages locally and delegates drafting/editing stages through the real child-worker handoff strategy path.

Coordination Coordination Orchestration
primary showcase ai
intermediate

Jido.AI Actions Runtime Demos

Deterministic `Jido.Exec.run/3` walkthrough for LLM envelopes, tool execution, planning, reasoning, retrieval, and quota flows.

Ai Tool Use Ai Intelligence
primary showcase ai
intermediate simulated

Jido Browser Docs Scout Agent

Copy-pasteable Jido.Browser example showing plugin-backed browser sessions, deterministic docs navigation, content extraction, and screenshots.

Ai Tool Use Ai Intelligence
primary showcase simulated
intermediate

Jido.AI Weather Multi-Turn Context

Local weather assistant demo showing real city context carryover, deterministic tool calls, and one intentional retry/backoff event across turns.

Ai Tool Use Ai Intelligence
primary showcase ai
intermediate

Jido.AI Task Execution Workflow

Deterministic task lifecycle demo using the shipped task-list actions and real `Jido.Exec.run/3` calls.

Ai Tool Use Coordination Orchestration
primary showcase ai
intermediate

Jido.AI Skills Runtime Foundations

Real skill manifest loading, registry setup, prompt rendering, and builder-skill catalog walkthroughs with checked-in `SKILL.md` fixtures.

Ai Tool Use Ai Intelligence
primary showcase ai
advanced

Jido.AI Skills Multi-Agent Orchestration

Real deterministic routing across arithmetic, conversion, and combined skill specialists.

Ai Tool Use Coordination Orchestration
primary showcase ai
advanced

Jido.AI Weather Reasoning Strategy Suite

Deterministic comparison lab for choosing between ReAct, CoD, AoT, CoT, ToT, GoT, TRM, and Adaptive weather reasoning strategies.

Ai Tool Use Ai Intelligence
primary showcase ai
advanced

Jido.AI Operational Agents Pack

Operational overview/index linking to deterministic workbench examples and upstream Jido.AI ops-agent sources.

Ops Governance Operations Observability
primary reference ai
Production Patterns PRODUCTION

Want to contribute an example?

We welcome community contributions. Check out our contributing guide.

CONTRIBUTING GUIDE →