Expand description
App module router.
This parent module intentionally exposes child modules and re-exports app orchestration types and functions.
Re-exports§
pub use session_state::SessionState;
Modules§
Structs§
- App
- Stores application state and coordinates session/project workflows.
- AppServices
- Shared app dependencies used by managers and background workflows.
- Project
Manager - Project domain state and git status tracking for the active project.
- Session
Manager - Session domain state and worker orchestration state.
- Settings
Manager - Manages user-configurable application settings.
- TabManager
- Manages selection state for top-level tabs.
Enums§
- Tab
- Available top-level tabs in list mode.
Constants§
- AGENTTY_
WT_ DIR - Relative directory name used for session git worktrees under
~/.agentty.
Functions§
- agentty_
home - Returns the agentty home directory.