Installation
Client configuration
Create a client instance withcreateClient. All options have sensible defaults — only baseUrl is required.
Configuration options
Two ways to submit events
The SDK provides two submission modes:send() — synchronous
Waits for the server response before continuing. Use this when you need the response immediately.
enqueue() — asynchronous
Returns a local acknowledgement immediately and queues the event for background submission. Use this to keep your agent loop fast.
Direct event submission
You can also bypass the fluent builder and submit rawEvent objects:
Next steps
Event builder
Build rich events with the fluent API.
Memory & strategies
Query memories, claims, and learned strategies.
