Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/llamaindex-introduction-developer-documentation-workflow-guide.mdAn 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.textA 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.textA 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.textAn 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.textA 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.textA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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