Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const main = mainChannel('main');
const processing = createChannel('processing'); const client = createChannel('client');
'main'
'client-output'
.events([...])
const client = createChannel('client') .events([responseEvent, errorEvent]);
.proxy(...proxies)
const client = createChannel('client').proxy(proxy.sse()); const output = createChannel('output') .proxy(proxy.sse()) .proxy(proxy.kafka({ topic: 'output-events' }));
proxy.sse()
proxy.kafka({ topic })
proxy.socketIo({ namespace })
proxy.custom(kind, config, direction)