multi_agent / state.py
NithikaShree's picture
Create state.py
b8badbf verified
raw
history blame contribute delete
129 Bytes
from typing import TypedDict, Optional
class AgentState(TypedDict, total=False):
request: str
code: str
review: str