MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / AgentState

Class AgentState

apps/agent/src/todos.py:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 status: Literal["pending", "completed"]
14
15class AgentState(BaseAgentState):
16 todos: list[Todo]
17
18@tool
19def manage_todos(todos: list[Todo], runtime: ToolRuntime) -> Command:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected