This website requires JavaScript.
Explore
Help
Register
Sign In
Bosch_Demo
/
LaodingBot
Watch
4
Star
0
Fork
0
You've already forked LaodingBot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9fccb0a473978bf4831192a3071aa449dd23b7f3
LaodingBot
/
skills
History
Ding, Shuo
33c357a1de
feat: optimize WebUI stream output and sanitize user-facing answers
2026-03-13 13:14:37 +08:00
..
architecture-wbs-breakdown
Refactored orchestrator for staged file handling, added structured prompt support, adjusted Feishu file handling
2026-03-08 22:38:29 +08:00
filesystem_query
feat: add workspace-isolated toolhost runtime and capability-gap skill loop
2026-02-28 17:51:02 +08:00
safe_pi_planning
feat: optimize WebUI stream output and sanitize user-facing answers
2026-03-13 13:14:37 +08:00
skill_builder
shell: support Windows cmd /C; normalize date/time; allow all commands; add tests
2026-03-05 17:44:19 +08:00
README.md
chore: refactor agent to skill-first; structured skills dirs; enhance ReAct and tool logs
2026-02-21 23:29:27 +08:00
README.md
Skills
本目录中的技能采用标准目录结构:
skills/ <skill_name>/ skill.md
要求:
每个 skill 必须有独立目录(目录名即默认 skill 名称)。
skill 内容写在
skill.md
。
启动时会自动加载并注入到决策上下文中。