Expand description
Tenex - Terminal multiplexer for AI coding agents
Tenex allows you to run multiple AI agents in parallel, each in isolated git worktrees, with a TUI for managing and monitoring them.
Re-exports§
pub use agent::Agent;pub use agent::Status;pub use app::App;pub use app::Tab;pub use config::Config;pub use state::AppMode;
Modules§
- action
- Compile-time action types (new architecture).
- agent
- Agent management module
- app
- Application state and logic
- config
- Configuration management for Tenex
- git
- Git operations module
- migration
- Data migrations between Tenex versions.
- mux
- Cross-platform multiplexer integration module.
- paths
- Platform-specific filesystem path helpers.
- prompts
- Planning prompts for child agents
- state
- Compile-time state types (new architecture).
- tui
- Terminal User Interface for Tenex
- update
- Self-update support for Tenex.