Skip to content

Commit

Permalink
chore: mention input provenance tracking feature
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Aug 31, 2024
1 parent d50c7ca commit 1586c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- **Hybrid TaskWorkers**: Combine conventional computations (e.g., API calls) with powerful LLM-driven operations, leveraging Retrieval-Augmented Generation (RAG) capabilities.
- **Type Safety with Pydantic**: Ensure data integrity and type consistency across workflows with Pydantic-validated input and output.
- **Intelligent Data Routing**: Utilize type-aware routing to efficiently manage data flow between nodes, adapting to multiple downstream consumers.
- **Input Provenance Tracking**: Trace the lineage and origin of each TaskWorkItem as it flows through the workflow, enabling detailed analysis and debugging of complex processes.

## Requirements

Expand Down

0 comments on commit 1586c3a

Please sign in to comment.