Pass config to agent loop.

This commit is contained in:
user 2024-12-23 16:30:27 -05:00
parent d08dbe0372
commit 38ddab6068
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ def request_task_implementation(task_spec: str) -> Dict[str, Any]:
plan=plan,
related_files=related_files,
model=model,
expert_enabled=True
expert_enabled=True,
config=config
)
success = True