eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
10 lines (9 loc) • 442 B
TypeScript
/**
* Runtime capabilities available to authored code handling a same-machine
* request to `eve dev`.
*
* A deployed runtime and a client attached to a development server over the
* network receive `undefined`. A local TUI attached to an existing headless
* server receives the capability because authorization follows its requests.
*/
export { getLocalDevCapability, type LocalDevCapability } from "#runtime/local-dev-capability.js";