elksmmx 695f44f1d6 feat:nano banana 2 3 هفته پیش
..
features 8915822793 fixed: add multimodal info to token estimation 1 ماه پیش
find knowledge 2d135fa150 create:new branch 3 هفته پیش
input 78647ec8cd update: support experience_path modification 1 ماه پیش
resource 7c1d3651c2 chore 1 ماه پیش
skills cfa3bc82c1 how prompt 1 ماه پیش
tool 695f44f1d6 feat:nano banana 2 3 هفته پیش
README.md 325df6d774 doc: how prompt 1 ماه پیش
analyze_images.py 8915822793 fixed: add multimodal info to token estimation 1 ماه پیش
encode_images.py 8915822793 fixed: add multimodal info to token estimation 1 ماه پیش
load_imgs.py 8915822793 fixed: add multimodal info to token estimation 1 ماه پیش
presets.json 2f341faef1 feat: print subagent trace 1 ماه پیش
production.prompt 325df6d774 doc: how prompt 1 ماه پیش
run.py 57e53b3355 Merge branch 'main' into dev_tao 1 ماه پیش
save_b64.py 8915822793 fixed: add multimodal info to token estimation 1 ماه پیش

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