♻️ refactor(playbook): streamline agents and refresh tsl docs

This commit is contained in:
csh
2026-01-10 16:55:44 +08:00
parent b529012c59
commit 5822a8736d
88 changed files with 103561 additions and 130104 deletions
+6 -1
View File
@@ -11,8 +11,13 @@
- TSL 源文件后缀同时包含:`.tsl`(脚本)与 `.tsf`(模块/库代码)。
- 代码风格:`tsl/code_style.md`
- 命名规范:`tsl/naming.md`
- 语法手册(TSL 语法;`function.md` 建议按需检索):`tsl/syntax_book/index.md`
- 语法手册(TSL 语法;函数库按需检索 `tsl/syntax_book/function/`):`tsl/syntax_book/index.md`
- 工具链与验证命令(模板):`tsl/toolchain.md`
- TSL 模块化文档:
- 微信消息接口说明:`tsl/modules/wechat_message.md`
- 回测框架 TSBackTesting`tsl/modules/tsbacktesting.md`
- 天软与 Python 交互:`tsl/modules/tsl_python_interop.md`
- pyTSL 接口说明:`tsl/modules/pytsl_api.md`
## C++cpp