Expand description
Infrastructure adapters for database, git, and agent backends.
Modulesยง
- agent
- Agent backend wiring split into provider-specific submodules.
- app_
server - Shared app-server types and runtime trait boundaries. Shared app-server module router.
- app_
server_ router - Provider router for app-server clients. Provider router for app-server backed session execution.
- app_
server_ transport - Shared stdio JSON-RPC transport for app-server protocols. Shared stdio JSON-RPC transport utilities for app-server protocols.
- channel
- Provider-agnostic agent channel abstraction for session turn execution. Provider-agnostic agent channel module.
- db
- Database layer for persisting session metadata using
SQLiteviaSQLx. - file_
index - Gitignore-aware file indexing and fuzzy path filtering.
Filesystem-backed index and fuzzy filtering used by
@file mentions. - fs
- Filesystem trait boundary used by app orchestration. Filesystem boundary used by app orchestration workflows.
- git
- Git infrastructure module router.
- tmux
- Tmux process boundary used by app orchestration.
- version
- Version discovery and auto-update helpers.