Metadata-Version: 2.4
Name: acton-agent-tools
Version: 0.0.1
Summary: Tool collection for LLM Agent Framework
Author: Akshay T
License: MIT
Project-URL: Homepage, https://github.com/akstspace/acton-agent-tools
Project-URL: Documentation, https://github.com/akstspace/acton-agent-tools#readme
Project-URL: Repository, https://github.com/akstspace/acton-agent-tools
Project-URL: Bug Tracker, https://github.com/akstspace/acton-agent-tools/issues
Keywords: ai,agent,llm,tools,openai,framework,automation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0.0
Requires-Dist: tenacity>=8.0.0
Requires-Dist: loguru>=0.7.0
Requires-Dist: requests>=2.31.0
Requires-Dist: acton-agent>=0.0.15
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: ruff==0.14.9; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Provides-Extra: all
Requires-Dist: acton-agent-tools[dev]; extra == "all"
Dynamic: license-file

# Acton Agent Tools

Tool collection for the Acton Agent LLM framework, providing pre-built tools for media management and more.
