Metadata-Version: 2.4
Name: Core4AI
Version: 0.1.0
Summary: Core4AI - Contextual Optimization and Refinement Engine for AI
Author-email: Rahul Pandey <rpandey1901@gmail.com>
Project-URL: Homepage, https://github.com/iRahulPandey/core4ai
Project-URL: Bug Tracker, https://github.com/iRahulPandey/core4ai/issues
Keywords: llm,prompt,mlflow,ai,template
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Core4AI

## Contextual Optimization and Refinement Engine for AI

Core4AI is an intelligent system that transforms basic user queries into optimized prompts for AI systems using MLflow Prompt Registry.

> **COMING SOON!** This package is currently under active development.
>
> The current version is a placeholder to reserve the package name. A full release with all features is coming soon.

## What is Core4AI?

Core4AI (Contextual Optimization and Refinement Engine for AI) will be a powerful toolkit for prompt engineering, offering:

- **Centralized Prompt Management**: Store, version, and manage prompts in MLflow
- **Dynamic Matching**: Intelligently match user queries to the best prompt template
- **Version Control**: Track prompt history with production and archive aliases
- **Extensible**: Easily add new prompt types without code changes

## Installation

```bash
pip install Core4AI
```

After installation, you can check your installation with:

```python
import Core4AI
Core4AI.coming_soon()
```

## Stay Tuned

Follow this repository for updates as we prepare for the full release!
