-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Dan Solheim edited this page Jul 20, 2026
·
1 revision
Agentoolbox ships in waves. This is a summary — the authoritative plan (design contract, current state, sequencing) lives in docs/ROADMAP.md.
26 tools across 6 suites, exposed over REST + MCP + TypeScript SDK + Python SDK, with openapi.json as the machine contract.
- Wave 3 — Data & Validation: Identifier Validator, Schema Conformance, SQL Safety Gate.
- Wave 4 — Execution & egress gates: Command Safety Gate, URL / SSRF Gate.
-
mainbranch protection and immutable release tags (done). - npm publishing via OIDC + signed
--provenance. -
Certificate authenticity — move from integrity-only SHA-256 to a server-side signature (HMAC / Ed25519) plus a public verification path. Prerequisite for
attestbelow.
medcode (ICD-10 / CPT / HCPCS), tax (invoice + VAT/GST), trade & customs (HS / ECCN / denied-party), and extended legal citations.
attest (signed, append-only transparency log), authz (deterministic RBAC/ABAC), budget (cumulative spend kill-switch).
See Contributing a Tool for the pipeline every wave item moves through before it ships.
Agentoolbox — deterministic pre-action gates for AI agents · agent-toolbox.ai · GitHub
How we build
Reference