Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopilotKit/CopilotKit
/ dict_repr
Method
dict_repr
sdk-python/copilotkit/agent.py:64–66 ·
view source on GitHub ↗
Dict representation of the action
(self)
Source
from the content-addressed store, hash-verified
62
}
63
64
def
dict_repr(self) -> AgentDict:
65
""
"Dict representation of the action"
""
66
return
{
"name"
: self.name,
"description"
: self.description or
""
}
Callers
5
info
Method · 0.45
execute_action
Method · 0.45
execute_agent
Method · 0.45
get_agent_state
Method · 0.45
test_dict_repr_includes_type_without_parent_support
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_dict_repr_includes_type_without_parent_support
Method · 0.36