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, presented as an interactive deterministic simulation.
Step-wise execution of the Studio workflow with per-node graph and output introspection.
Dynamic two-phase workflow that hot-swaps Runic DAG shape based on research richness.
Two-phase orchestrator that routes into direct, analysis, or safe branch workflows.
Parent workflow that delegates selected nodes to child agents for execution.
Direct `Jido.Exec.run/3` action demos for LLM, planning, reasoning, retrieval, quota, and tool-calling.
Multi-turn browsing workflow showing page read, follow-up extraction, and context carryover.
Conversation demo showing city context carryover and resilient retry behavior across turns.
Tool-driven task lifecycle demo from planning through all-complete state.
Skill manifest, loader, registry, and prompt rendering fundamentals in one deterministic walkthrough.
Multi-question orchestration demo combining arithmetic, conversion, and compound skill usage.
Side-by-side strategy showcase across ReAct, CoD, AoT, CoT, ToT, GoT, TRM, and Adaptive weather agents.
Operational workflows for API smoke tests, GitHub issue triage, and release notes synthesis.
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 →