Metadata-Version: 2.4
Name: pd-ai-agent-core
Version: 0.1.20
Summary: A core library for AI agent functionality
Home-page: https://github.com/Parallels/pd-ai-agent-core
Author: Parallels
Author-email: carlos.lapao@parallels.com
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets>=13.0.0
Requires-Dist: pydantic<2.7.0,>=1.10.0
Requires-Dist: typing-extensions>=4.0.0
Requires-Dist: semver>=3.0.0
Requires-Dist: easyocr
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pd-ai-agent-core

A core library for AI agent functionality

## Installation

```bash
pip install pd-ai-agent-core
```

## Usage

```python
from pd_ai_agent_core import ParallelsAiChatAgent

```
