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-statussubcommand. One file per subcommand (set,status,list,agent-extension);mod.rsre-exports the public API. The attention filter that bothformat_statusandformat_listconsume isEvent::needs_attentionon the entry’s event — the switcher reads the store directly and surfaces every event value, so that filter does NOT apply there. - state