UNPKG

eve

Version:

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

3 lines (2 loc) 171 B
import type { RouteContext } from "#public/definitions/channel.js"; export declare function handleActivityRequest(request: Request, ctx: RouteContext): Promise<Response>;