Agent Workflows
Run prompts, resume sessions, inspect traces, and keep conversation state attached to a workspace.
Press β or β to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Unio is a Rust workspace for a general-purpose intelligent agent. It combines a CLI, local daemon, model providers, tool execution, approval policy, skills, storage, and trace events into one cohesive developer workflow.
cargo run -p unio -- exec "inspect README.md"
cargo run -p unio -- tool read --args path=README.md
Run prompts, resume sessions, inspect traces, and keep conversation state attached to a workspace.
Read files, write files, and execute registered tools through an approval layer instead of unguarded shell access.
Load repository or user skills from `.unio/skills/` and invoke them through the same tool contract as other capabilities.
Trace IDs, run IDs, JSONL records, and SQLite metadata make agent work inspectable after the command finishes.