Metadata-Version: 2.4
Name: killeraiagent
Version: 0.1.0
Summary: Killer AI Agents (KAIA) - A modular, extensible platform for creating and managing AI agents
Author-email: Mithran Mohanraj <mithran.mohanraj@gmail.com>
Keywords: ai,llm,agents,rag,llamacpp,huggingface
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: transformers>=4.30.0
Requires-Dist: llama-cpp-python>=0.3.8
Requires-Dist: psutil>=5.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Dynamic: license-file
