73 matches across 1 files for TODO path:libs/langchain_v1/langchain/agents/middleware/todo.py
snippet_mode: auto · sorted by relevance
libs/langchain_v1/langchain/agents/middleware/todo.py PYTHON 73 matches · showing 5 view file →
23
24
25class Todo(TypedDict):
26 """A single todo item with content and status."""
27
· · ·
26 """A single todo item with content and status."""
27
28 content: str
· · ·
29 """The content/description of the todo item."""
30
31 status: Literal["pending", "in_progress", "completed"]
· · ·
32 """The current status of the todo item."""
33
34
· · ·
35class PlanningState(AgentState[ResponseT]):
36 """State schema for the todo middleware.
37
38 Type Parameters:
+ 68 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.