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

Provider-neutral forge review-request orchestration and remote parsing.

## Boundaries

- Keep shared contracts and dispatch provider-neutral; isolate CLI arguments, payloads,
  and parsing in provider adapters.
- Route every subprocess through the existing command-runner boundary.
- Expose normalized forge types to callers, never provider wire formats.
- When provider support changes, keep documentation aligned for every supported forge
  family and CLI.