Maga222006
MultiagentPersonalAssistant
7236cee
raw
history blame contribute delete
141 Bytes
from langgraph.prebuilt.chat_agent_executor import AgentState
class CoderState(AgentState):
project_name: str
private: bool = False