Establish and manage a session with a running Clef kernel instance , providing discovery , invocation , and observation of registered concepts . Transport agnostic : the same concept works over WebSocket , HTTP , IPC , or in process . Each connection carries a session identity that the kernel s existing auth concepts evaluate on every invocation
Establish and manage a session with a running Clef kernel instance , providing discovery , invocation , and observation of registered concepts . Transport agnostic : the same concept works over WebSocket , HTTP , IPC , or in process . Each connection carries a session identity that the kernel s existing auth concepts evaluate on every invocation
Read an OpenAPI spec, GraphQL schema, or API documentation. Identify endpoints, types, operations, authentication, and rate limits.
Map external API operations to existing concept actions. Create bindings: external endpoint → concept action, external type → concept state.
Checklist:
Set up the transport adapter (HTTP, WebSocket, gRPC) with authentication, base URL, headers, and retry configuration.
Checklist:
Generate EffectHandler registrations and transport adapter configuration that bridges external APIs to concept perform() instructions.