odylith-subagent-router

Route Odylith slices to local execution or bounded delegation.

34|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/odylith/odylith --skill odylith-subagent-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odylith-subagent-router
Source: https://github.com/odylith/odylith/tree/main/.claude/skills/odylith-subagent-router
Command: npx skills add https://github.com/odylith/odylith --skill odylith-subagent-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Choose how Odylith routes tasks to local execution or bounded delegation, enabling safer and faster decision-making across slices.

Core Features & Use Cases

  • Route decisions for Odylith slices to either local execution or bounded delegation to control risk and latency.
  • Applies to workflows requiring selective isolation of risky operations and payload shaping for downstream agents.
  • Use Case: Route high-latency tasks to bounded delegation to keep response times predictable.

Quick Start

Instruct Odylith to route a given slice to local execution when latency is critical.

Frequently Asked Questions about odylith-subagent-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is bounded delegation for AI agent routing?

Bounded delegation for AI agent routing offloads slices to downstream agents with controlled limits, optimizing safety by selectively isolating risky operations away from local execution.

How do I route high-latency tasks to bounded delegation?

Route high-latency tasks to bounded delegation by applying routing rules to each slice based on its characteristics, ensuring predictable response times instead of relying on local execution.

When should I choose local execution over bounded delegation?

Choose local execution over bounded delegation when latency is critical and the slice requires direct orchestration layer integration, bypassing downstream agent payload shaping for immediate processing.

Does the Odylith subagent router require specific dependencies to run?

The Odylith subagent router operates with no specific dependencies, applying routing rules directly to determine the execution context for each slice based on its characteristics and constraints.

What is the best way to control risk in AI agent slice routing?

Control risk in AI agent slice routing by applying routing rules that evaluate slice characteristics, delegating risky operations to bounded delegation while keeping safe tasks in local execution.

Why does slice routing produce a payload for downstream agents?

Slice routing produces a payload for downstream agents to ensure the emitted data and routing decision satisfy integration requirements with the orchestration layer during bounded delegation.