What problem does it solve?
This Skill helps you understand how to construct, configure, and extend Eino-based agents so they can use specialized Skills, sub-agents, and context-aware middleware without manual trial and error.
Core Features & Use Cases
- Skill System Understanding: Learn how Eino exposes Skills as a special tool and how SKILL.md frontmatter drives discovery and execution.
- Agent and Model Routing: Configure AgentHub and ModelHub so different Skills can run with different agents and models when needed.
- Context Management and Orchestration: Apply middleware for tool-call patching, reduction, summarization, short-term memory, and background task handling in real agent workflows.
- Use Case: A developer building a terminal code agent can use this Skill to design the agent loop, repair malformed tool-call histories, preserve important Skill context, and delegate work to sub-agents.
Quick Start
Ask the assistant to explain how to build or modify an Eino agent with Skills, middleware, sub-agents, and model routing for your codebase.