MCPcopy
hub / github.com/CopilotKit/CopilotKit / AgentNotFoundException

Class AgentNotFoundException

sdk-python/copilotkit/exc.py:21–26  ·  view source on GitHub ↗

Exception raised when an agent is not found.

Source from the content-addressed store, hash-verified

19
20
21class AgentNotFoundException(CopilotKitError):
22 """Exception raised when an agent is not found."""
23
24 def __init__(self, name: str):
25 self.name = name
26 super().__init__(f"Agent '{name}' not found.")
27
28
29class ActionExecutionException(CopilotKitError):

Callers 2

execute_agentMethod · 0.85
get_agent_stateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…