pilotdeck.yaml 811 B

123456789101112131415161718192021222324252627282930
  1. # 产品覆盖配置示例
  2. # 部署时将此文件合并到目标环境的 ~/.pilotdeck/pilotdeck.yaml
  3. # 记忆系统配置
  4. memory:
  5. enabled: true
  6. provider: "edgeclaw"
  7. captureStrategy: "full_session"
  8. includeAssistant: true
  9. # 模型配置(可覆盖默认模型)
  10. # agent:
  11. # model:
  12. # id: "claude-sonnet-4"
  13. # provider: "anthropic"
  14. # model: "claude-sonnet-4-20250514"
  15. # 内置工具配置(可选)
  16. # tools:
  17. # webSearch:
  18. # apiKey: "..." # SerpAPI key(serpapi.com)
  19. # # endpoint: https://serpapi.com/search # 高级:覆盖到 SerpAPI 兼容代理
  20. # 品牌配置(待贡献点就绪后生效)
  21. # brand:
  22. # name: "MyProduct"
  23. # logo: "./brand/logo.svg"
  24. # theme:
  25. # brand: "rgb(0,120,212)"
  26. # brandAccent: "rgb(0,150,255)"