Talegorithm fd8359ed5d refactor: memory/skill and knowledge config import hace 13 horas
..
features f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
input f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
resource f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
skills f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
tool f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
README.md f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
analyze_images.py f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
encode_images.py f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
load_imgs.py f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
presets.json f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
production.prompt f44bf24485 refactor: move interactive menu to agent/cli hace 3 días
run.py fd8359ed5d refactor: memory/skill and knowledge config import hace 13 horas
save_b64.py f44bf24485 refactor: move interactive menu to agent/cli hace 3 días

README.md

运行方法

  1. 输入:将原始帖子内容放到 examples/how/input/ 文件夹下
  2. 运行:在项目根目录下运行 python examples/how/run.py
  3. 输出:在 examples/how/output 中查看

prompt调试

  • 主Agent(调度与评估):修改 examples/how/production.prompt
    • 原始输入/参考资料等等都可以在这里输入文件路径
    • 可以在这里指定各类输出的保存路径
  • 制作表解构Agent:修改 examples/how/skills/deconstruct.md , 这部分内容会在主Agent创建子Agent时作为子Agent的system prompt
  • 还原Agent:修改 examples/how/skills/construct.md , 这部分内容会在主Agent创建子Agent时作为子Agent的system prompt