from typing import TypedDict, Optional class AgentState(TypedDict, total=False): request: str code: str review: str