Hello LlamaIndex Community,
I'm looking to create an Agent workflow utilizing LlamaIndex to analyze a task descriptions, suggest relevant instructions steps, and generate a structured workflow based on these descriptions. My goal is to integrate this functionality into an application that manages and automates various tasks with documents using AI.
Here are my specific requirements:
- Task Description Analysis: The system should interpret and analyze text-based task descriptions.
- Instruction Generation: Based on the analysis, the system should suggest actionable instructions or steps.
- Workflow Creation: The final objective is to formulate a structured workflow or task list derived from the task descriptions.
Could you please provide recommendations or best practices on:
• Which components of LlamaIndex are most suited for these requirements?
• Any specific strategies or modules within LlamaIndex that can efficiently handle these tasks?
• Examples or case studies where similar implementations were successfully achieved?
Any insights, examples, or pointers to relevant documentation would be greatly appreciated.
Thank you in advance!