MCPcopy
hub / github.com/deepnote/deepnote / isAgentBlock

Function isAgentBlock

packages/blocks/src/blocks/agent-blocks.ts:13–15  ·  view source on GitHub ↗
(block: DeepnoteBlock)

Source from the content-addressed store, hash-verified

11}
12
13export function isAgentBlock(block: DeepnoteBlock): block is AgentBlock {
14 return block.type === 'agent'
15}

Callers 2

createPythonCodeFunction · 0.90
runProjectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected