You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finish the README audit: buyer, runtime, packages, marketplace
Second pass over the per-package READMEs the top-level sync missed:
- buyer-agent: flow diagram gains the policy gates + VERIFY/VERIFIED leg;
files table adds wantFeed.ts/reputation.ts; env section documents
VERIFIER_AGENT, WANT_FEED_URL, REPUTATION_URL, and the POLICY_* knobs
- agent-runtime: module table now lists all six modules (ledger/, policy/)
and the VERIFY/VERIFIED protocol exports
- packages index: adds harness-runtime
- marketplace: run-ledger paragraph + sibling-market pointers, fixes the
stale `bash build-agents.sh seller buyer` invocation (script takes one
arg) and replaces dead `just feed`/`just dashboard` commands (no
justfile exists) with the real ones
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
-**[agent-runtime/](agent-runtime/README.md)** — the runtime the agent imports: the LLM provider shim, Solana Pay + devnet guard, a CoralOS MCP client, and the market protocol.
3
+
-**[agent-runtime/](agent-runtime/README.md)** — the runtime the agent imports: the LLM provider
4
+
shim, Solana Pay + devnet guard, a CoralOS MCP client, the market protocol (incl. VERIFY/VERIFIED),
5
+
the run ledger + reputation, and the policy choke point.
6
+
-**[harness-runtime/](harness-runtime/README.md)** — the harness adapter SDK: one
7
+
`HarnessAdapter` interface (`quote`/`run`) so a seller can be a prompt (`node-llm`), headless
8
+
**Claude Code** (`claude-code`), or any CLI (`HARNESS=cli HARNESS_CMD='hermes {prompt}'`).
9
+
Harness processes never hold keys. Build after agent-runtime.
0 commit comments