agentty 0.15.2

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Infrastructure Layer

Concrete implementations for filesystem, process, persistence composition, clocks,
clipboard storage, and other host boundaries.

- Put new external access behind a typed trait boundary that orchestration can inject.
- Keep workflow policy in `app`; infra implements capabilities rather than deciding
  application flow.
- Reuse agent transports from `ag-agent`, clipboard reads from `ag-clipboard`, Git
  operations from `ag-git`, and persistence from `ag-store` instead of recreating them
  here.