This website requires JavaScript.
Explore
Help
Register
Sign In
xiaoski
/
PicoBot
Watch
1
Star
0
Fork
0
You've already forked PicoBot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
PicoBot
/
src
/
agent
History
xiaoxixi
8219e7c928
优化系统提示词:移除冗余的工具列表,自动创建skills目录
...
- 移除 ToolsSection:工具定义已通过 API 的 tools 参数传递,无需在提示词中重复 - SkillsLoader 启动时自动创建 ~/.picobot/skills 目录
2026-04-28 20:41:36 +08:00
..
agent_loop.rs
Refactor: Make AgentLoop stateless, clean up architecture
2026-04-27 23:23:10 +08:00
context_compressor.rs
compressor不再使用独立的LLMProvider实例。减少开销
2026-04-24 10:04:21 +08:00
mod.rs
增加系统提示词框架
2026-04-27 17:07:01 +08:00
system_prompt.rs
优化系统提示词:移除冗余的工具列表,自动创建skills目录
2026-04-28 20:41:36 +08:00