UNPKG

eve

Version:

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

8 lines (7 loc) 311 B
/** * Default route that `slackChannel({})` mounts on. The scaffold's slack * setup (`vercel connect attach --trigger-path ...`) must point at this * exact path or Connect-forwarded Slack events 404 against the eve * framework router. */ export declare const SLACK_CHANNEL_DEFAULT_ROUTE = "/eve/v1/slack";