File size: 141 Bytes
7236cee
 
 
 
 
1
2
3
4
5
6
from langgraph.prebuilt.chat_agent_executor import AgentState

class CoderState(AgentState):
    project_name: str
    private: bool = False