mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-11 14:50:14 +00:00
Personas: requires_folder/subagents/scheduling traits replace family and the workspace enum
Manifest keeps a legacy family shim; telemetry wire fields unchanged. No behavior change; spec in ocw-context/docs/workspace-scratch-design.md.
This commit is contained in:
@@ -68,7 +68,7 @@ def code_agent() -> Agent:
|
||||
name="code",
|
||||
title="Code",
|
||||
system_prompt=CODE_INSTRUCTIONS,
|
||||
needs_workspace=True,
|
||||
tool_factory=lambda context: expand(CODE_CAPABILITIES, context),
|
||||
family="code",
|
||||
requires_folder=True,
|
||||
subagents=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user