From c8d80ff6a7ef573d9cb1b182b27bd675af13b23a Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 9 Oct 2025 19:25:03 +0800 Subject: [PATCH] add TODO for extended table support including indices, factors, news --- app/agents/departments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/agents/departments.py b/app/agents/departments.py index 39d7024..c341afe 100644 --- a/app/agents/departments.py +++ b/app/agents/departments.py @@ -550,6 +550,7 @@ class DepartmentAgent: return response_payload, delivered + # TODO. 支持对更多表的访问,如指数、因子、新闻、舆情等 def _build_tools(self) -> List[Dict[str, Any]]: max_window = getattr(self._broker, "MAX_WINDOW", 120) return [