We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70568cb commit 61f08adCopy full SHA for 61f08ad
libs/deepagents-cli/deepagents_cli/main.py
@@ -146,7 +146,7 @@ async def simple_cli(
146
console.print(DEEP_AGENTS_ASCII, style=f"bold {COLORS['primary']}")
147
console.print()
148
149
- if backend and isinstance(backend, SandboxBackendProtocol) and hasattr(backend, "id"):
+ if backend and isinstance(backend, SandboxBackendProtocol):
150
sandbox_id: str | None = backend.id
151
else:
152
sandbox_id = None
0 commit comments