Core SDK
Agents, retrievers, evals, providers — a tiny set of composable primitives.
- createAgent()
- createRetriever()
- createEval()
- createProvider()
- stream() / invoke()
- registerTool()
Every script exposes a small, typed surface. The CLI, SDK and REST API behave the same.
Agents, retrievers, evals, providers — a tiny set of composable primitives.
Install, scaffold, run and ship scripts from one binary.
Every SDK call is mirrored by a REST endpoint so your other services can join the party.