Re-exports§
pub use agent::Agent;pub use agent::AgentChoice;pub use agent::ClaudeCode;pub use agent::Codex;pub use agent::Droid;pub use agent::TestAgent;pub use attach::AttachDetection;pub use attach::derive_task_name;pub use attach::detect_attach_mode;pub use config::Config;pub use config::TelegramConfig;pub use error::Result;pub use error::WagnerError;pub use model::Engine;pub use model::RepoSource;pub use model::Task;pub use model::TaskKind;pub use model::TaskRepo;pub use model::TrackedPane;pub use store::Store;pub use store::detect_task_for_cwd;pub use terminal::MockTerminal;pub use terminal::PaneHandle;pub use terminal::SessionHandle;pub use terminal::Terminal;pub use terminal::Tmux;pub use wagner::RepoSpec;pub use wagner::Wagner;pub use wagner::default_branch_for_task;