Metadata-Version: 2.4
Name: yaafpy
Version: 0.2.4
Summary: Yet Another Agentic Framework
License-File: LICENSE
Requires-Python: >=3.9
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Description-Content-Type: text/markdown

# YAAF (Yet Another Agentic Framework)

A stream-first, middleware-based Python framework for building agentic AI flows.

## Features
- **Flexible**: You can use any LLM, tools, and storage.
- **Functional Programming Approach**: Use composable and reusable middleware to build a workflow.
- **Stream Architecture Available**: Also Built for streaming pipelines.
- **Nested Workflows**: Compose complex behaviors by nesting workflows.

## Installation
```bash
pip install yaafpy
```

