Metadata-Version: 2.4
Name: agentastic
Version: 0.0.3
Summary: A Python framework for building and orchestrating AI agents
Author-email: Adel Ahmadyan <adel@agentastic.ai>
License: MIT
Keywords: ai,agents,llm,orchestration,workflows
Classifier: Development Status :: 2 - Pre-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: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=8.1.0; extra == "dev"
Requires-Dist: ruff>=0.9.0; extra == "dev"

# Agentastic

A Python framework for building and orchestrating AI agents.

**This package is under development.** Full functionality coming soon.

## Links

- Website: [agentastic.ai](https://agentastic.ai)
- GitHub: [github.com/agentastic](https://github.com/agentastic)

## License

MIT
