# Jido.Runic v1.0.0 - Table of Contents > Runic workflow integration for the Jido ecosystem ## Pages - [JidoRunic](readme.md) - [Contributing to JidoRunic](contributing.md) ## Modules - [Jido.Runic](Jido.Runic.md): Runic workflow integration for the Jido ecosystem. - [Jido.Runic.ActionNode](Jido.Runic.ActionNode.md): A Runic workflow node that wraps a Jido Action module. - [Jido.Runic.ChildWorker](Jido.Runic.ChildWorker.md): Default child agent for delegated Runic workflow execution. - [Jido.Runic.ChildWorker.ExecuteAction](Jido.Runic.ChildWorker.ExecuteAction.md): Jido Action that executes a Runic Runnable and returns the result to the parent. - [Jido.Runic.Directive.ExecuteRunnable](Jido.Runic.Directive.ExecuteRunnable.md): Execute a Runic Runnable via the Jido runtime. - [Jido.Runic.Examples.Adaptive.AdaptiveResearcher](Jido.Runic.Examples.Adaptive.AdaptiveResearcher.md): Adaptive research agent demonstrating dynamic workflow construction. - [Jido.Runic.Examples.Branching.Actions.AnalysisAnswer](Jido.Runic.Examples.Branching.Actions.AnalysisAnswer.md): Produce a deeper synthesized answer from an analysis plan. - [Jido.Runic.Examples.Branching.Actions.AnalysisPlan](Jido.Runic.Examples.Branching.Actions.AnalysisPlan.md): Build a structured analysis plan for questions routed to deeper reasoning. - [Jido.Runic.Examples.Branching.Actions.DecideTruth](Jido.Runic.Examples.Branching.Actions.DecideTruth.md): Ask the LLM for a structured boolean decision on an input statement. - [Jido.Runic.Examples.Branching.Actions.DirectAnswer](Jido.Runic.Examples.Branching.Actions.DirectAnswer.md): Generate a concise answer for questions routed to the direct path. - [Jido.Runic.Examples.Branching.Actions.FalseBranch](Jido.Runic.Examples.Branching.Actions.FalseBranch.md): Produce branch output when the structured decision is false. - [Jido.Runic.Examples.Branching.Actions.RouteQuestion](Jido.Runic.Examples.Branching.Actions.RouteQuestion.md): Route an incoming question into a workflow branch using structured LLM output. - [Jido.Runic.Examples.Branching.Actions.SafeResponse](Jido.Runic.Examples.Branching.Actions.SafeResponse.md): Produce a safe fallback response when the router flags sensitive requests. - [Jido.Runic.Examples.Branching.Actions.TrueBranch](Jido.Runic.Examples.Branching.Actions.TrueBranch.md): Produce branch output when the structured decision is true. - [Jido.Runic.Examples.Branching.LLMBranchingOrchestrator](Jido.Runic.Examples.Branching.LLMBranchingOrchestrator.md): Adaptive routing example driven by structured LLM output. - [Jido.Runic.Examples.Delegating.DelegatingOrchestrator](Jido.Runic.Examples.Delegating.DelegatingOrchestrator.md): Multi-agent orchestrator that delegates workflow nodes to child agents. - [Jido.Runic.Examples.Delegating.DrafterAgent](Jido.Runic.Examples.Delegating.DrafterAgent.md): Example custom child agent specialized for article drafting. - [Jido.Runic.Examples.Delegating.EditorAgent](Jido.Runic.Examples.Delegating.EditorAgent.md): Example custom child agent specialized for article editing. - [Jido.Runic.Examples.Delegating.ExecuteRunnableAction](Jido.Runic.Examples.Delegating.ExecuteRunnableAction.md): Example custom child action for executing a Runic Runnable. - [Jido.Runic.Examples.Studio.Actions.BuildOutline](Jido.Runic.Examples.Studio.Actions.BuildOutline.md): Build a structured article outline from research findings. - [Jido.Runic.Examples.Studio.Actions.DraftArticle](Jido.Runic.Examples.Studio.Actions.DraftArticle.md): Draft a full article from an outline. - [Jido.Runic.Examples.Studio.Actions.EditAndAssemble](Jido.Runic.Examples.Studio.Actions.EditAndAssemble.md): Polish and finalize a draft article into publication-ready markdown. - [Jido.Runic.Examples.Studio.Actions.Helpers](Jido.Runic.Examples.Studio.Actions.Helpers.md): Thin wrappers over ReqLLM helpers used by studio actions to keep examples tidy. - [Jido.Runic.Examples.Studio.Actions.PlanQueries](Jido.Runic.Examples.Studio.Actions.PlanQueries.md): Generate search queries and an outline seed from a topic. - [Jido.Runic.Examples.Studio.Actions.SimulateSearch](Jido.Runic.Examples.Studio.Actions.SimulateSearch.md): Simulate web research by asking the LLM to generate a research summary. - [Jido.Runic.Examples.Studio.OrchestratorAgent](Jido.Runic.Examples.Studio.OrchestratorAgent.md): Orchestrator agent for the AI Research Studio. - [Jido.Runic.Introspection](Jido.Runic.Introspection.md): Provenance queries, workflow execution summaries, and graph introspection. - [Jido.Runic.RunnableExecution](Jido.Runic.RunnableExecution.md): Shared execution logic for Runic Runnables. - [Jido.Runic.SignalFact](Jido.Runic.SignalFact.md): Bidirectional adapter between Jido Signals and Runic Facts. - [Jido.Runic.Strategy](Jido.Runic.Strategy.md): A Jido execution strategy powered by a Runic Workflow DAG.