useNotebookAgents
Agent Runtimes / hooks/useAgentsService / useNotebookAgents
Function: useNotebookAgents()
useNotebookAgents(
notebookId):AgentRegistryEntry|undefined
Defined in: hooks/useAgentsService.ts:141
Get the notebook AI agent if any.
This performs a periodic liveness check and keeps the local store in sync.
Parameters
notebookId
string
Returns
AgentRegistryEntry | undefined
Deprecated
Use useAgentRuntimes instead