File size: 129 Bytes
b8badbf
 
 
 
 
 
1
2
3
4
5
6
7
from typing import TypedDict, Optional

class AgentState(TypedDict, total=False):
    request: str
    code: str
    review: str