Metadata-Version: 2.4
Name: faq-rai-sdk
Version: 0.1.4
Summary: RAI Package contains a Prompt Reviewer and Updater and test case generator for faster Copilot Development
Home-page: https://github.com/MAQ-Software-Solutions/maqraisdk
Author: Lalit Gour
Author-email: lalitg@maqsoftware.com
Keywords: ai,copilot,prompt,testing,rai,agent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10,<3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: crewai[tools]==0.120.1
Requires-Dist: types-PyYAML==6.0.12.20250516
Requires-Dist: PyYAML==6.0.2
Requires-Dist: onnxruntime==1.22.0
Requires-Dist: azure-core>=1.26.0
Requires-Dist: isodate>=0.6.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MAQ RAI SDK

RAI Package contains a Prompt Reviewer and Updater and test case generator for faster Copilot Development.

## Installation

```bash
pip install faq-rai-sdk
```

## Quick Start

```python
from faq_rai_sdk import MAQRAISDK

# Initialize the SDK
client = MAQRAISDK(
    # Add your configuration here
)

# Use the SDK for prompt review, updates, and test case generation
# Add usage examples here
```

## Features

- **Prompt Reviewer**: Analyze and review AI prompts for quality and effectiveness
- **Prompt Updater**: Update and optimize prompts for better results
- **Test Case Generator**: Automatically generate test cases for faster Copilot development
- **AI-Powered**: Leverages CrewAI tools for intelligent processing

## Requirements

- Python 3.10, 3.11, or 3.12
- crewai[tools] 0.120.1
- PyYAML 6.0.2
- onnxruntime 1.22.0

## Documentation

For detailed documentation, please visit the [GitHub repository](https://github.com/MAQ-Software-Solutions/maqraisdk).

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Author

**Lalit Gour**  
MAQ Software  
Email: lalitg@maqsoftware.com

## Support

For issues and questions, please open an issue on the [GitHub repository](https://github.com/MAQ-Software-Solutions/maqraisdk/issues).

## Keywords

AI, Copilot, Prompt Testing, RAI, Agent, Prompt Engineering
