Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
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.
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.
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).
Interactive Jido example for address normalization agent focusing on action contracts and validation. Includes a dedicated LiveView companion and source-first learning flow.
Interactive Jido example showing how signal type routing maps into actions and executes through AgentServer.call/2 and AgentServer.cast/2.
Focused example showing how actions emit domain events while still updating agent state in one step.
Focused example for SetState, ReplaceState, DeleteKeys, SetPath, and DeletePath via pure cmd execution.
Focused example showing plugin mount state, plugin signal routes, and plugin-owned state updates.
Five-stage Runic workflow for research and writing, backed by a real deterministic `Jido.Runic.Strategy` pipeline.
Step-wise execution of the Studio workflow with real `runic.step` and `runic.resume` behavior.
Dynamic two-phase Runic workflow that hot-swaps between full and slim writing DAGs based on deterministic research richness.
Two-phase Runic orchestrator that makes a real deterministic route decision, hot-swaps the branch DAG, and executes the selected workflow locally.
Parent Runic workflow that executes early stages locally and delegates drafting/editing stages through the real child-worker handoff strategy path.
Deterministic `Jido.Exec.run/3` walkthrough for LLM envelopes, tool execution, planning, reasoning, retrieval, and quota flows.
Copy-pasteable Jido.Browser example showing plugin-backed browser sessions, deterministic docs navigation, content extraction, and screenshots.
Local weather assistant demo showing real city context carryover, deterministic tool calls, and one intentional retry/backoff event across turns.
Deterministic task lifecycle demo using the shipped task-list actions and real `Jido.Exec.run/3` calls.
Real skill manifest loading, registry setup, prompt rendering, and builder-skill catalog walkthroughs with checked-in `SKILL.md` fixtures.
Real deterministic routing across arithmetic, conversion, and combined skill specialists.
Deterministic comparison lab for choosing between ReAct, CoD, AoT, CoT, ToT, GoT, TRM, and Adaptive weather reasoning strategies.
Operational overview/index linking to deterministic workbench examples and upstream Jido.AI ops-agent sources.
Focused round-trip example for Persist.hibernate/2 and Persist.thaw/3 using ETS-backed checkpoints.
Focused example for delayed scheduling, bounded retries, and CRON-based recurring signals.
We welcome community contributions. Check out our contributing guide.
CONTRIBUTING GUIDE →