Expand description
tsafe Agent daemon โ library entry point exposed for the tsafe meta-crate.
All daemon logic is defined here so the meta-crate can link against it.
main.rs is a thin shim that calls run.
The agent supports safe command execution and bound MCP workflows by keeping vault unlock state local to a named pipe or Unix socket. Agent Authority Firewall status can report whether the agent is reachable, but bound MCP tools still execute through contracts and do not receive secret material in model context.
Functionsยง
- run
- Launch the tsafe-agent daemon.