@criticalbridge/brain-client
v1.0.3
Published
Typed HTTP client for the CriticalBridge Cloud Brain Coordinator API. Used by Electron, the Agent Portal, the conformance sidecar, and any other surface that calls the cloud Brain.
Maintainers
Readme
@criticalbridge/brain-client
Typed HTTP client + shared TypeScript types for the CriticalBridge Cloud Brain Coordinator API. Used by the Electron desktop app, the Agent Portal web app, the conformance sidecar, and any other surface that calls the cloud Brain.
This package is primarily an internal dependency of other CriticalBridge components. It's published so that external consumers of those components (e.g. anyone building on top of @criticalbridge/conformance-sidecar or the criticalbridge Python SDK) get a single source of truth for the Brain's API types and validators.
Install
npm install @criticalbridge/brain-clientWhat it exports
- Typed clients for the Brain's REST endpoints
- Zod schemas for request/response validation
- Shared types for managed agents, A2A vendors, AI Catalog manifests, decision lineage envelopes, etc.
See the source for the full export surface.
License
Apache-2.0 © Frank Burkitt and CriticalBridge.AI contributors.
