You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

analyze_task_user.md 750B

1234567891011121314151617181920212223
  1. Please analyze the following task:
  2. Task: {{ task }}
  3. Context: {{ context }}
  4. **Agent Prompt**
  5. {{ agent_prompt }}
  6. **Analysis Requirements:**
  7. 1. Is it just a small talk? (If yes, no further plan or analysis is needed)
  8. 2. What is the core objective of the task?
  9. 3. What is the complexity level of the task?
  10. 4. What types of specialized skills are required?
  11. 5. Does the task need to be decomposed into subtasks? (If yes, propose the subtask structure)
  12. 6. How to know the task or the subtasks are impossible to lead to the success after a few rounds of interaction?
  13. 7. What are the expected success criteria?
  14. **Available Sub-Agents and Their Specializations:**
  15. {{ tools_desc }}
  16. Provide a detailed analysis of the task based on the above requirements.