llamaindex · LlamaIndex Docs
LlamaIndex Introduction | Developer Documentation
Explains the core concepts and architectural design of LlamaIndex Workflows, focusing on event-driven orchestration and state management.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
LlamaIndex Introduction | Developer Documentation
Explains the core concepts and architectural design of LlamaIndex Workflows, focusing on event-driven orchestration and state management.
When To Use
Use when designing event-driven agentic systems or implementing complex, non-linear multi-step LLM orchestration patterns using LlamaIndex.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/llamaindex-introduction-developer-documentation-workflow-guide.md | An overview of the LlamaIndex framework and its core concepts for developers. | Questions about an overview of the LlamaIndex framework and its core concepts for developers. |
examples/llamaindex-introduction-developer-documentation-llamaindex-workflows-pyt.text | A Python code snippet demonstrating how to define and run an asynchronous LlamaIndex workflow using the MyWorkflow class. | Exact payloads, commands, or snippets shown in A Python code snippet demonstrating how to define and run an asynchronous LlamaIndex workflow using the MyWorkflow cl... |
examples/llamaindex-introduction-developer-documentation-llamaindex-workflows-pyt-2.text | A Python code example demonstrating how to define and execute a custom workflow using the LlamaIndex Workflow class and event-driven steps. | Exact payloads, commands, or snippets shown in A Python code example demonstrating how to define and execute a custom workflow using the LlamaIndex Workflow class a... |
examples/llamaindex-introduction-developer-documentation-llamaindex-workflows-int.text | An introductory overview of LlamaIndex workflows including event-driven class definitions. | Exact payloads, commands, or snippets shown in An introductory overview of LlamaIndex workflows including event-driven class definitions. |
examples/llamaindex-introduction-developer-documentation-llamaindex-workflows-jok.text | A Python code example demonstrating the implementation of a custom JokeFlow class using the LlamaIndex Workflow pattern. | Exact payloads, commands, or snippets shown in A Python code example demonstrating the implementation of a custom JokeFlow class using the LlamaIndex Workflow pattern. |
examples/llamaindex-introduction-developer-documentation-llamaindex-workflows-jok-2.text | A Python code example demonstrating the implementation of a custom JokeFlow class using the LlamaIndex Workflow pattern. | Exact payloads, commands, or snippets shown in A Python code example demonstrating the implementation of a custom JokeFlow class using the LlamaIndex Workflow pattern. |
examples/llamaindex-introduction-developer-documentation-llamaindex-workflows-jok-3.text | A Python code example demonstrating the implementation of a custom JokeFlow using the LlamaIndex Workflow class and event-driven steps. | Exact payloads, commands, or snippets shown in A Python code example demonstrating the implementation of a custom JokeFlow using the LlamaIndex Workflow class and e... |
examples/llamaindex-introduction-developer-documentation-llamaindex-workflows-jok-4.text | A Python code example demonstrating how to initialize and run a JokeFlow workflow using the LlamaIndex workflows API. | Exact payloads, commands, or snippets shown in A Python code example demonstrating how to initialize and run a JokeFlow workflow using the LlamaIndex workflows API. |
What This Skill Covers
- Main sections:
Overview.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.llamaindex.ai/en/stable/understanding/workflows