Use sandbox client for builder validation
All checks were successful
build / build (push) Successful in 14s
All checks were successful
build / build (push) Successful in 14s
This commit is contained in:
@@ -26,7 +26,7 @@ Pass the backend into DeepAgents:
|
||||
|
||||
```python
|
||||
backend = ctx.workspace_backend()
|
||||
graph = create_deep_agent(model=model, backend=backend, skills=skill_sources or None)
|
||||
graph = create_a2a_deep_agent(ctx, backend=backend, skills=skill_sources or None)
|
||||
```
|
||||
|
||||
For stable, human-readable paths, ask model-created files to use
|
||||
|
||||
Reference in New Issue
Block a user