muster-workspace 0.3.1

A terminal workspace for running CLI agents and dev processes side by side
Documentation
mod activity;
mod agent_protocol;
mod agent_tool;
mod entity;
mod exit_intent;
mod kind;
mod origin;
mod restart;
mod state;
mod stop;

pub use activity::*;
pub use agent_protocol::*;
pub use agent_tool::*;
pub use entity::*;
pub use exit_intent::*;
pub use kind::*;
pub use origin::*;
pub use restart::*;
pub use state::*;
pub use stop::*;