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
feature/sse
LaodingBot
/
skills
History
whlaoding
2ecf4e903a
Fix orchestrator logic and workspace push for planning confirmation and artifact handling
2026-03-16 13:17:23 +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
Fix orchestrator logic and workspace push for planning confirmation and artifact handling
2026-03-16 13:17:23 +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
。
启动时会自动加载并注入到决策上下文中。