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 simulated

Runic AI Research Studio

Five-stage Runic workflow for research and writing, presented as an interactive deterministic simulation.

Ai Tool Use Ai Intelligence
primary showcase simulated
intermediate simulated

Runic AI Research Studio Step Mode

Step-wise execution of the Studio workflow with per-node graph and output introspection.

Ai Tool Use Ai Intelligence
primary showcase simulated
advanced simulated

Runic Adaptive Researcher

Dynamic two-phase workflow that hot-swaps Runic DAG shape based on research richness.

Ai Tool Use Ai Intelligence
primary showcase simulated
advanced simulated

Runic Structured LLM Branching

Two-phase orchestrator that routes into direct, analysis, or safe branch workflows.

Ai Tool Use Ai Intelligence
primary showcase simulated
advanced simulated

Runic Delegating Orchestrator

Parent workflow that delegates selected nodes to child agents for execution.

Coordination Coordination Orchestration
primary showcase simulated
intermediate simulated

Jido.AI Actions Runtime Demos

Direct `Jido.Exec.run/3` action demos for LLM, planning, reasoning, retrieval, quota, and tool-calling.

Ai Tool Use Ai Intelligence
primary showcase simulated
intermediate simulated

Jido.AI Browser Web Workflow

Multi-turn browsing workflow showing page read, follow-up extraction, and context carryover.

Ai Tool Use Ai Intelligence
primary showcase simulated
intermediate simulated

Jido.AI Weather Multi-Turn Context

Conversation demo showing city context carryover and resilient retry behavior across turns.

Ai Tool Use Ai Intelligence
primary showcase simulated
intermediate simulated

Jido.AI Task Execution Workflow

Tool-driven task lifecycle demo from planning through all-complete state.

Ai Tool Use Coordination Orchestration
primary showcase simulated
intermediate simulated

Jido.AI Skills Runtime Foundations

Skill manifest, loader, registry, and prompt rendering fundamentals in one deterministic walkthrough.

Ai Tool Use Ai Intelligence
primary showcase simulated
advanced simulated

Jido.AI Skills Multi-Agent Orchestration

Multi-question orchestration demo combining arithmetic, conversion, and compound skill usage.

Ai Tool Use Coordination Orchestration
primary showcase simulated
advanced simulated

Jido.AI Weather Reasoning Strategy Suite

Side-by-side strategy showcase across ReAct, CoD, AoT, CoT, ToT, GoT, TRM, and Adaptive weather agents.

Ai Tool Use Ai Intelligence
primary showcase simulated
advanced simulated

Jido.AI Operational Agents Pack

Operational workflows for API smoke tests, GitHub issue triage, and release notes synthesis.

Ops Governance Operations Observability
primary showcase simulated
Production Patterns PRODUCTION

Want to contribute an example?

We welcome community contributions. Check out our contributing guide.

CONTRIBUTING GUIDE →