agentty 0.7.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
12
13
14
15
16
17
18
# Agentty CLI

Modular TUI application for managing agent sessions.
The main binary is named `agentty`.

## Entry Points

- `src/main.rs` is the binary composition root.
- `src/lib.rs` exposes the crate modules.
- `src/` contains the layered application code.
- `migrations/` contains embedded SQLx migrations.
- `tests/` contains integration tests for live provider behavior and protocol compliance.

## Architecture References

- `docs/site/content/docs/architecture/module-map.md` is the canonical path-ownership map.
- `docs/site/content/docs/architecture/runtime-flow.md` documents runtime orchestration and channel flow.
- `docs/site/content/docs/architecture/testability-boundaries.md` tracks external trait boundaries.