Terminal Skill Demo

Case-to-Skill Agent

A compact terminal-style demo of offline skill acquisition and online skill reuse.

Development Terminal Idle
# Offline case-to-skill build
build case memory --budget 3
Active component
Budget used
0 / 3
Progress
Development Context
Ready
Ready

Prepare unsolved cases, select what to solve, and write the resulting skill into memory.

Components
ExplorerRetrieverAIMBEOrchestratorMemory
Case Memory
unsolved_cases: loaded
Development view: case mining -> retrieval graph -> budgeted selection -> solve -> store skill.
Deployment Terminal Idle
# Online target solving
solve target-case --use case-to-skill
Active component
Retrieved skill
Progress
Deployment Context
Ready
Ready

Receive a new target, retrieve a solved skill, adapt it, and return an answer.

Components
TargetRetrieverOrchestratorMemory
Available Skills
skill_017: acceleration peak procedure
skill_022: belt force duration procedure
Deployment view: target query -> retrieve solved skill -> adapt -> answer.