Update README.md

This commit is contained in:
abelanger5
2024-11-26 10:11:42 -05:00
committed by GitHub
parent 0b2b12d851
commit 8da776f5e9

View File

@@ -55,6 +55,7 @@ Hatchet replaces difficult to manage legacy queues or pub/sub systems so you can
**Example Use Cases:**
- **AI Agents:** define your agentic workflows as code and leverage Hatchet to retry failures and parallelize agent actions.
- **Fairness for Generative AI:** Don't let busy users overwhelm your system. Hatchet lets you distribute requests to your workers fairly with configurable policies.
- **Batch Processing for Document Indexing:** Hatchet can handle large-scale batch processing of documents, images, and other data and resume mid-job on failure.
- **Workflow Orchestration for Multi-Modal Systems:** Hatchet can handle orchestrating multi-modal inputs and outputs, with full DAG-style execution.