seed-cli

command
v1.3.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2026 License: MIT Imports: 11 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL