UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 269 B
import type { ChannelAdapter } from "#channel/adapter.js"; import type { ContextContainer } from "#context/container.js"; export declare function setChannelContext(ctx: ContextContainer, adapter: ChannelAdapter, options?: { readonly channelName?: string; }): void;