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

Function get_todos

apps/agent/src/todos.py:40–44  ·  view source on GitHub ↗

Get the current todos.

(runtime: ToolRuntime)

Source from the content-addressed store, hash-verified

38
39@tool
40def get_todos(runtime: ToolRuntime):
41 """
42 Get the current todos.
43 """
44 return runtime.state.get("todos", [])
45
46todo_tools = [
47 manage_todos,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected