auto-sync: 2026-05-18 00:24:37
This commit is contained in:
@@ -101,7 +101,9 @@ class ProjectRegistry:
|
||||
|
||||
conn.commit()
|
||||
logger.info("Project created: %s (%s)", project_id, name)
|
||||
return self.get_project(project_id) or {}
|
||||
result = self.get_project(project_id) or {}
|
||||
result["agents"] = agents or []
|
||||
return result
|
||||
finally:
|
||||
conn.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user