📝 docs(tsl): align agent-facing guidance

This commit is contained in:
csh
2026-05-28 19:12:34 +08:00
parent c48354e0cb
commit d8eb418277
63 changed files with 1921 additions and 371 deletions
+6 -2
View File
@@ -2,12 +2,16 @@
文档类型:检索页
是否可直接用于生成代码:否
是否含已验证可执行示例:否
是否含已验证反例:否
遇到不确定时跳转到:[../syntax/index.md](../syntax/index.md)(优先)、[market_data_context.md](market_data_context.md)、[../reference/index.md](../reference/index.md)
这里是业务层入口。只讨论金融任务如何使用 TSL,不重讲基础语法。
## Agent Finance 路由规则
- 只用 finance 判断金融业务任务该怎么分层,不用 finance 重写语法规则。
- 金融任务需要真实数据字段、回测接口或项目封装时,先回项目实际接口定义。
- 不要发明项目实际接口、字段名、对象创建方式或函数签名。
## 先看这 5 条
- 如果你的问题是“语言怎么写”,不要留在 finance,回到 [../syntax/index.md](../syntax/index.md)。