Metadata-Version: 2.4
Name: branchlayerflow
Version: 0.1.0
Summary: Lightweight multi-agent orchestration framework supporting parallel execution, loops, and iterative execution.
Project-URL: Homepage, https://github.com/larryteal/BranchLayerFlow
Project-URL: Repository, https://github.com/larryteal/BranchLayerFlow
Project-URL: Issues, https://github.com/larryteal/BranchLayerFlow/issues
Author: Larry Li
License-Expression: MIT
License-File: LICENSE
Keywords: agent,async,flow,llm,multi-agent,orchestration,pipeline
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: pydantic>=2.11.7
Description-Content-Type: text/markdown

# BLF (Branch Layer Flow)
<p align="center">
  <img src="https://raw.githubusercontent.com/larryteal/BranchLayerFlow/master/logo.png" alt="Branch Layer Flow Logo" width="120" />
</p>
BLF is a lightweight multi-agent orchestration framework that supports parallel execution, loops, and iterative execution.

## Logic Animation
![LogicAnimation](https://raw.githubusercontent.com/larryteal/BranchLayerFlow/master/LogicAnimation.svg)
