ragflow/rag/prompts
TeslaZY 476c56868d
Agent plans tasks by referring to its own prompt. (#9315)
### What problem does this PR solve?

Fixes the issue in the analyze_task execution flow where the Lead Agent
was not utilizing its own sys_prompt during task analysis, resulting in
incorrect or incomplete task planning.
https://github.com/infiniflow/ragflow/issues/9294
### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-08-11 17:05:06 +08:00
..
__init__.py Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
analyze_task_system.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
analyze_task_user.md Agent plans tasks by referring to its own prompt. (#9315) 2025-08-11 17:05:06 +08:00
citation_plus.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
citation_prompt.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
content_tagging_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
cross_languages_sys_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
cross_languages_user_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
full_question_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
keyword_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
next_step.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
prompt_template.py Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
prompts.py Agent plans tasks by referring to its own prompt. (#9315) 2025-08-11 17:05:06 +08:00
question_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
rank_memory.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
reflect.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
summary4memory.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
tool_call_summary.md Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
vision_llm_describe_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
vision_llm_figure_describe_prompt.md Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00