Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
export
function
isAgentBlock(block: DeepnoteBlock): block is AgentBlock {
14
return
block.
type
===
'agent'
15
}
Callers
2
createPythonCode
Function · 0.90
runProject
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected