Build event-driven document agent workflows with LlamaAgents 是做什么的?
Use LlamaAgents to define async Python workflow steps, coordinate document-centric agent pipelines, and expose those workflows as services, clients, or deployable agent apps.
Prerequisites
Python; llama-index-workflows; optional llama-agents-server, llama-agents-client, and llamactl for serving and deployment
Installation
Use the upstream install or setup path that matches your environment:
- uv tool install llamactl
Requirements and caveats from upstream:
- An open-source framework for building and shipping document-centric agents in Python.
- LlamaAgents is built on Agent Workflows, an event-driven orchestration library where steps are async Python functions that emit and consume events....
- python
Basic usage or getting-started notes:
-
Extracted from upstream docs: https://raw.githubusercontent.com/run-llama/llama-agents/HEAD/README.md