Metadata-Version: 2.4
Name: acton-agent
Version: 0.0.2
Summary: LLM Agent Framework with tool execution capabilities
Author: Akshay T
License: MIT
Project-URL: Homepage, https://github.com/akstspace/acton-agent
Project-URL: Documentation, https://github.com/akstspace/acton-agent#readme
Project-URL: Repository, https://github.com/akstspace/acton-agent
Project-URL: Bug Tracker, https://github.com/akstspace/acton-agent/issues
Keywords: ai,agent,llm,tools,openai,framework,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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.8
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
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: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Provides-Extra: streaming
Requires-Dist: jiter>=0.5.0; extra == "streaming"
Provides-Extra: all
Requires-Dist: acton-agent[dev,openai,streaming]; extra == "all"
Dynamic: license-file
