Metadata-Version: 2.4
Name: agentifyme
Version: 0.1.19
Summary: Framework for building agentic workflows
Author-email: Arun Reddy <arun@agentifyme.ai>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: cloudpickle>=3.0.0
Requires-Dist: docstring-parser>=0.16
Requires-Dist: environs>=11.0.0
Requires-Dist: googleapis-common-protos>=1.66.0
Requires-Dist: grpcio-tools>=1.68.0
Requires-Dist: grpcio>=1.68.0
Requires-Dist: httpx>=0.27.2
Requires-Dist: jinja2>=3.1.4
Requires-Dist: joblib>=1.4.2
Requires-Dist: loguru>=0.7.2
Requires-Dist: openai>=1.37.0
Requires-Dist: opentelemetry-api>=1.28.1
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.28.1
Requires-Dist: opentelemetry-sdk>=1.28.1
Requires-Dist: orjson>=3.10.11
Requires-Dist: protobuf>=5.28.3
Requires-Dist: pydantic~=2.9
Requires-Dist: python-slugify>=8.0.4
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: qdrant-client>=1.12.1
Requires-Dist: sentry-sdk>=2.18.0
Requires-Dist: tenacity>=8.5.0
Requires-Dist: together>=1.2.4
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
```