What problem does it solve?
External applications such as GitHub Actions, demos, and test harnesses need to securely connect to CEF agent services. The @cef-ai/client-sdk provides a standardized, inline-runtime bridge to push events, query cubbies, subscribe to streams, and manage wallets without embedding runtime logic inside the V8 isolate.
Core Features & Use Cases
- Connect external code to CEF agent services using a ClientContext, wallet signer, and a ClientSdk instance to orchestrate events, cubby queries, and stream publishing.
- Create and manage agreements, publish events, query cubbies, and subscribe to streams across workflows, tests, and demos.
- Use in GitHub Actions, backend scripts, or demos to quickly prototype and integrate CEF capabilities with external codebases.
Quick Start
Install the @cef-ai/client-sdk, assemble a ClientContext with agentService, workspace, and stream, configure a wallet and ClientSdk, and begin sending events.