Skip to main content

Crate agent_status

Crate agent_status 

Source
Expand description

Library face of the agent-status crate.

Re-exports§

pub use agents::Agent;
pub use agents::by_name;
pub use commands::build_entry;
pub use commands::build_extension;
pub use commands::format_list;
pub use commands::format_status;
pub use commands::ExtensionFile;
pub use state::AttentionEntry;
pub use state::StateStore;

Modules§

agents
commands
Helpers used by each agent-status subcommand. One file per subcommand (set, status, list, agent-extension); mod.rs re-exports the public API and houses the shared needs_attention filter consumed by both format_status and format_list.
state