Skip to main content

Module infra

Module infra 

Source
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 SQLite via SQLx.
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.