Skip to content

Instantly share code, notes, and snippets.

@kennethleungty
Last active December 16, 2025 16:12
Show Gist options
  • Select an option

  • Save kennethleungty/21384aaee260db30d5df6c3700730862 to your computer and use it in GitHub Desktop.

Select an option

Save kennethleungty/21384aaee260db30d5df6c3700730862 to your computer and use it in GitHub Desktop.
class PlanningState(AgentState):
"""State schema for the todo middleware."""
todos: Annotated[NotRequired[list[Todo]], OmitFromInput]
"""List of todo items for tracking task progress."""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment