MCPcopy Create free account
hub / github.com/deepnote/deepnote / AgentBlockResult

Interface AgentBlockResult

packages/runtime-core/src/agent-handler.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface AgentBlockResult {
28 finalOutput: string
29}
30
31export function resolveEnvVars(env: Record<string, string> | undefined): Record<string, string> | undefined {
32 if (!env) return undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected