Metadata-Version: 2.3
Name: rosemary_ai
Version: 0.0.15
Summary: A Template Engine For LLMs and Generative AIs
Project-URL: Repository, https://github.com/snw2015/Rosemary-AI
Author: Samjna
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: anthropic
Requires-Dist: cohere
Requires-Dist: lark
Requires-Dist: openai
Description-Content-Type: text/markdown

# Rosemary: A Template Engine for LLMs and Generative AIs

Rosemary is a template engine and prompt executor designed especially for generative AIs including chat completions,
image generations and more.

The core concept of Rosemary is to treat the interaction with AIs as some functions. By encapsulating the data handling
and AI model execution, you can then build any system you want just like building any other software system.

The ultimate goal of rosemary is to provide a novel way to achieve an AI-based system: efficient, flexible, minimum
AI-specific knowledge required, and easy to visualize and debug.

Rosemary is an open-source project. Please refer to our [GitHub repository](https://github.com/snw2015/Rosemary-AI) for more details.