agentty 0.5.2

Agentic Development Environment (ADE) in your terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Agentty CLI

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

## Directory Index

- [`migrations/`]migrations/ - SQLite schema migrations for SQLx.
- [`resources/`]resources/ - Static resources embedded at compile time.
- [`src/`]src/ - Source code directory.
- [`tests/`]tests/ - Integration tests for live provider behavior and protocol compliance.
- [`AGENTS.md`]AGENTS.md - Crate documentation.
- [`askama.toml`]askama.toml - Askama template discovery configuration for embedded prompt resources.
- [`Cargo.toml`]Cargo.toml - Crate dependencies and metadata.
- [`CLAUDE.md`]CLAUDE.md - Symlink to AGENTS.md.
- [`GEMINI.md`]GEMINI.md - Symlink to AGENTS.md.