Terminal Skill Demo
Case-to-Skill Agent
A compact terminal-style demo of offline skill acquisition and online skill reuse.
# Offline case-to-skill build
➜ build case memory --budget 3
Active component
—
Budget used
0 / 3
Progress
Ready
Prepare unsolved cases, select what to solve, and write the resulting skill into memory.
ExplorerRetrieverAIMBEOrchestratorMemory
unsolved_cases: loaded
Development view: case mining -> retrieval graph -> budgeted selection -> solve -> store skill.
# Online target solving
➜ solve target-case --use case-to-skill
Active component
—
Retrieved skill
—
Progress
Ready
Receive a new target, retrieve a solved skill, adapt it, and return an answer.
TargetRetrieverOrchestratorMemory
skill_017: acceleration peak procedure
skill_022: belt force duration procedure
Deployment view: target query -> retrieve solved skill -> adapt -> answer.