feat: integrated with sandbox
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from typing import TypedDict
|
||||
|
||||
from langchain.agents import AgentState
|
||||
|
||||
|
||||
class SandboxState(TypedDict):
|
||||
sandbox_id: str | None = None
|
||||
|
||||
|
||||
class ThreadState(AgentState):
|
||||
sandbox: SandboxState | None = None
|
||||
Reference in New Issue
Block a user