MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / Agent

Class Agent

atomic-cli/src/commands/agent/mod.rs:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84#[derive(Debug, Args)]
85#[command(arg_required_else_help = true)]
86pub struct Agent {
87 #[command(subcommand)]
88 command: AgentCommands,
89}
90
91/// Available agent subcommands.
92#[derive(Debug, Subcommand)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected