Skip to content

Commit 712203b

Browse files
committed
fix the API
1 parent 93dd1e8 commit 712203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/code_implementation_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async def _pure_code_implementation_loop(
298298
code_agent = CodeImplementationAgent(
299299
self.mcp_agent, self.logger, self.enable_read_tools
300300
)
301-
memory_agent = ConciseMemoryAgent(plan_content, self.logger, target_directory)
301+
memory_agent = ConciseMemoryAgent(plan_content, self.logger, target_directory, self.default_models)
302302

303303
# Log read tools configuration
304304
read_tools_status = "ENABLED" if self.enable_read_tools else "DISABLED"

0 commit comments

Comments
 (0)