Update README.md

This commit is contained in:
didi 2024-10-22 11:45:40 +08:00
parent 2ccee333db
commit 462b7d9fd9

View file

@ -4,8 +4,6 @@ # AFlow: Automating Agentic Workflow Generation
[Read our paper on arXiv](https://arxiv.org/abs/2410.10762)
![Performance of AFlow](img/performance_of_AFlow.png)
## Framework Components
- **Node**: Basic unit of LLM invocation. See `metagpt/actions/action_node.py` for a flexible interface to control LLM, temperature, format, and prompt.