Skip to main contentCrate agentty
Source pub use domain::agent;pub use infra::db;pub use infra::git;pub use infra::lock;pub use infra::version;pub use ui::icon;
- app
- App-layer composition root and shared state container.
- domain
- Domain entities and pure business logic.
- infra
- Infrastructure adapters for database, git, and agent backends.
- runtime
- ui