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

Class Agent

atomic-cli/src/commands/identity/agent/mod.rs:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65/// Agent identity commands.
66#[derive(Debug, clap::Args)]
67pub struct Agent {
68 /// The agent subcommand to run.
69 #[command(subcommand)]
70 pub command: AgentCommands,
71}
72
73/// Available agent subcommands.
74#[derive(Debug, Subcommand)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected