Documentation
¶
Overview ¶
Package main implements the seed-cli conformance test binary.
seed-cli is a thin CLI wrapping the core and events packages. It exposes every public method through a newline-delimited JSON-RPC protocol over stdin/stdout. The same test suite can be run against seed-go, seed-js, seed-swift, seed-rust, etc. to prove equivalence.
Protocol:
Input (stdin): {"id":1,"method":"agent.new","params":{...}}
Output (stdout): {"id":1,"result":{...},"error":null}
Events (stdout): {"event":"query_started","data":{...}}
When stdin closes, any running query is cancelled via context.
Click to show internal directories.
Click to hide internal directories.