Metadata-Version: 2.1
Name: surfaice-assistant
Version: 0.1.0
Summary: 
Author: Zhanibek
Author-email: rzhanik@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: openai (>=1.52.0,<2.0.0)
Description-Content-Type: text/markdown

# AssistantProcessor Usage Guide

The `AssistantProcessor` class is a powerful tool for interacting with OpenAI's Assistant API. Here's how to use it effectively:

## Initialization

First, import and initialize the `AssistantProcessor`:

