The agent kit — bring your own agent - #4
Merged
Merged
Conversation
- GET /api/agent/kit: the machine-readable contract, generated from the running constants (TOOL_SCHEMAS, TRUST_TIERS, rail, brain) — the kit cannot drift from the code because it IS the code, serialized - scripts/agent-kit-demo.ts + make kit: the reference client — a process with no in-repo state walks search → add → attest → checkout → approve over pure HTTP, asserts every verdict (gate ALLOW, captured, receipt, chain intact) and exits non-zero on deviation - AGENT_KIT.md: the human twin — endpoint, message protocol, tool schemas, curl golden path, honesty notes (protocol-shaped adapters, test rails, integer paise) - why page: work-order 02 clears into shipped; the work order is three now (persistent desk, second counter, refunds as spans) - registered everywhere the tree is told: verify.mjs REQUIRED, README filemap, llms.txt, JUDGE.md desk ledger
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Verification
bun run lint+bun run typecheck+make verifygreen;make kitwalks end-to-end against the dev server.