Metadata-Version: 2.1
Name: agentflux
Version: 0.0.1.3
Summary: agent framework
Home-page: https://github.com/xxxxxx/AgentFlux
Author: QiZhao
License: GPL v3
Keywords: lite agent framework
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Unix
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.7.3
Requires-Dist: miniolite==0.0.0.3
Requires-Dist: openai>=1.43.0
Requires-Dist: requests>=2.32.3
Requires-Dist: PyYAML>=6.0.1
Requires-Dist: Levenshtein>=0.25.1

# AgentFlux
llm agent for function call


# Build Package
## Build to package
```bash
bash compile.sh
```
## Upload to pypi
```bash
bash pypi_upload.sh
```

