Skip to main content

Crate agentty

Crate agentty 

Source

Re-exports§

pub use domain::agent;
pub use infra::db;
pub use infra::git;
pub use infra::lock;
pub use infra::version;
pub use ui::icon;

Modules§

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