eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
8 lines (7 loc) • 355 B
TypeScript
import type { ContextReader } from "#context/provider.js";
/**
* Returns the active runtime node from the compiled bundle on the
* context. The bundle is already resolved to the correct node (root or
* subagent) at run start.
*/
export declare function getActiveRuntimeNode(ctx: ContextReader): import("../runtime/graph.ts").ResolvedRuntimeAgentNode;