Skip to main content

Module app

Module app 

Source
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§

session_state

Structs§

App
Stores application state and coordinates session/project workflows.
AppServices
Shared app dependencies used by managers and background workflows.
ProjectManager
Project domain state and git status tracking for the active project.
SessionManager
Session domain state and worker orchestration state.
SettingsManager
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.