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::Event;
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. The attention filter that both format_status and format_list consume is Event::needs_attention on the entry’s event — the switcher reads the store directly and surfaces every event value, so that filter does NOT apply there.
state