Metadata-Version: 2.4
Name: framersai
Version: 0.1.0
Summary: Framers AI - Tools for prompt engineering and LLM evaluation. See promptmachine-eval for the main package.
Project-URL: Homepage, https://github.com/manicinc/promptmachine
Project-URL: Repository, https://github.com/manicinc/promptmachine
Project-URL: Documentation, https://manicinc.github.io/promptmachine
Author-email: Manic Inc <team@manic.agency>
Maintainer-email: Johnny Dunn <johnnyfived@protonmail.com>
License-Expression: MIT
Keywords: ai,evaluation,framers,llm,prompt
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: promptmachine-eval>=0.1.0
Description-Content-Type: text/markdown

# Framers AI

**This is a namespace reservation package.** 

For the actual tools, install:

```bash
pip install promptmachine-eval
```

## About Framers AI

Framers AI provides tools for:
- 🎯 **Prompt Engineering** - Design, test, and optimize prompts
- 🏆 **LLM Evaluation** - ELO ratings and arena battles for LLMs
- 📊 **Benchmarking** - Automated benchmark testing
- 💰 **Cost Tracking** - Monitor API usage and costs

## Links

- **Main Package**: [promptmachine-eval](https://pypi.org/project/promptmachine-eval/)
- **GitHub**: [manicinc/promptmachine](https://github.com/manicinc/promptmachine)
- **Documentation**: [manicinc.github.io/promptmachine](https://manicinc.github.io/promptmachine)

## License

MIT

