ag-protocol 0.15.4

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
# ag-protocol

Shared structured response, prompt-envelope, turn-payload, clarification, orchestration,
and verification contracts.

## Boundaries

- Keep this crate independent of Agentty UI, runtime, persistence, and provider process
  orchestration.
- Put behavior here only when models, schemas, parsing, envelopes, or turn payloads must
  be shared by multiple frontends or transports.
- Keep checked-in templates under `src/template/` synchronized with the envelope code
  that renders them.