LLM workflow tool from JSON
Top 88.2% on sourcepulse
Agentflow provides a structured framework for orchestrating complex workflows powered by Large Language Models (LLMs). It targets users who need to move beyond simple chat interactions and build reliable, step-by-step LLM-driven processes, offering a middle ground between conversational AI and fully autonomous agents. The primary benefit is enabling the creation of dynamic, repeatable LLM workflows using human-readable JSON definitions.
How It Works
Agentflow executes LLM workflows defined in JSON files, allowing for sequential task execution and dynamic variable injection. Each task in the workflow can include instructions for the LLM, custom function calls, and adjustable parameters like temperature. This approach offers a controlled execution environment, mitigating the unreliability often seen in highly autonomous agents while providing more power than simple chat interfaces.
Quick Start & Requirements
pip install -r requirements.txt
python -m run --flow=example
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is explicitly stated to be "currently in development," suggesting potential instability or ongoing changes. There is no mention of testing infrastructure or community support, which could impact long-term maintainability and reliability.
2 years ago
1 day