Metadata-Version: 2.4
Name: bgpt-agent
Version: 2.0.0
Summary: A Python client library for interacting with BGPT AI processing server
Home-page: https://github.com/yourusername/bgpt-agent
Author: BGPT Development Team / Behzad Shahbazi Fard
Author-email: info@bgpt.ir
Project-URL: Bug Reports, https://github.com/yourusername/bgpt-agent/issues
Project-URL: Source, https://github.com/yourusername/bgpt-agent
Project-URL: Documentation, https://bgpt.ir/docs
Keywords: AI,BGPT,OpenRouter,text-generation,image-generation,video-generation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: License
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# BGPT Agent Client

A Python client library for interacting with BGPT AI processing server.
Provides unified interface for text, image, video, and audio AI models through OpenRouter.

## Installation

```bash
pip install bgpt-agent
