Metadata-Version: 2.1
Name: merlin-ai
Version: 0.0.8
Summary: 
Home-page: https://github.com/matevzpoljanc/merlin-ai
License: MIT
Author: Matevz Poljanc
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: openai (>=0.28.1,<0.29.0)
Requires-Dist: tiktoken (>=0.5.1,<0.6.0)
Project-URL: Repository, https://github.com/matevzpoljanc/merlin-ai
Description-Content-Type: text/markdown

# Merlin AI
## The AI engineering framework

This library is heavily inspired by [Marvin](https://pypi.org/project/marvin/) and gives all credits for the idea to it's authors.

It's a complete rewrite and does not depend on Pydantic, but uses Python's dataclasses and Enums instead.

