Metadata-Version: 2.3
Name: agentifyme
Version: 0.0.9
Summary: Framework for building agentic workflows
Author-email: Arun Reddy <arun@agentifyme.ai>
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: cloudpickle>=3.0.0
Requires-Dist: docstring-parser>=0.16
Requires-Dist: environs>=11.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: joblib>=1.4.2
Requires-Dist: openai>=1.37.0
Requires-Dist: pydantic>=2.8.2
Requires-Dist: structlog>=24.4.0
Requires-Dist: tenacity>=8.5.0
Requires-Dist: typer>=0.12.3
Requires-Dist: wrapt>=1.16.0
Description-Content-Type: text/markdown

# AgentifyMe
Framework for agentic workflows






### Tests

```bash
rye run coverage run -m pytest

# For a simple terminal report
rye run coverage report

# For an HTML report
rye run coverage html
```