fix: make run_step return all the events produced by a step (#18082)
Showing
- docs/docs/module_guides/workflow/index.md 7 additions, 6 deletionsdocs/docs/module_guides/workflow/index.md
- docs/docs/understanding/workflows/observability.md 7 additions, 6 deletionsdocs/docs/understanding/workflows/observability.md
- llama-index-core/llama_index/core/workflow/checkpointer.py 17 additions, 16 deletionsllama-index-core/llama_index/core/workflow/checkpointer.py
- llama-index-core/llama_index/core/workflow/context.py 23 additions, 3 deletionsllama-index-core/llama_index/core/workflow/context.py
- llama-index-core/llama_index/core/workflow/handler.py 67 additions, 62 deletionsllama-index-core/llama_index/core/workflow/handler.py
- llama-index-core/llama_index/core/workflow/workflow.py 38 additions, 36 deletionsllama-index-core/llama_index/core/workflow/workflow.py
- llama-index-core/tests/workflow/test_checkpointer.py 9 additions, 9 deletionsllama-index-core/tests/workflow/test_checkpointer.py
- llama-index-core/tests/workflow/test_context.py 5 additions, 0 deletionsllama-index-core/tests/workflow/test_context.py
- llama-index-core/tests/workflow/test_event.py 4 additions, 0 deletionsllama-index-core/tests/workflow/test_event.py
- llama-index-core/tests/workflow/test_handler.py 42 additions, 0 deletionsllama-index-core/tests/workflow/test_handler.py
- llama-index-core/tests/workflow/test_stepwise.py 26 additions, 12 deletionsllama-index-core/tests/workflow/test_stepwise.py
- llama-index-core/tests/workflow/test_workflow.py 24 additions, 25 deletionsllama-index-core/tests/workflow/test_workflow.py
- llama-index-integrations/embeddings/llama-index-embeddings-gemini/tests/BUILD 1 addition, 0 deletions...ions/embeddings/llama-index-embeddings-gemini/tests/BUILD
- llama-index-integrations/embeddings/llama-index-embeddings-google/tests/BUILD 1 addition, 0 deletions...ions/embeddings/llama-index-embeddings-google/tests/BUILD
- llama-index-integrations/llms/llama-index-llms-palm/tests/BUILD 1 addition, 0 deletions...index-integrations/llms/llama-index-llms-palm/tests/BUILD
- llama-index-integrations/readers/llama-index-readers-gcs/tests/BUILD 1 addition, 1 deletion...-integrations/readers/llama-index-readers-gcs/tests/BUILD
- llama-index-integrations/retrievers/llama-index-retrievers-vertexai-search/tests/BUILD 3 additions, 1 deletion...ievers/llama-index-retrievers-vertexai-search/tests/BUILD
- llama-index-integrations/tools/llama-index-tools-playwright/tests/test_tools_playwright.py 4 additions, 2 deletions...ama-index-tools-playwright/tests/test_tools_playwright.py
- llama-index-integrations/vector_stores/llama-index-vector-stores-lancedb/pyproject.toml 1 addition, 1 deletion...r_stores/llama-index-vector-stores-lancedb/pyproject.toml
Loading
Please register or sign in to comment