Metadata-Version: 2.1
Name: aibaba_ai_community
Version: 0.3.15
Summary: Community contributed Aibaba AI integrations.
Home-page: https://github.com/aibaba-ai/aibaba-ai
License: MIT
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=5.3)
Requires-Dist: SQLAlchemy (>=1.4,<3)
Requires-Dist: aibaba_ai (>=0.3.30,<0.4.0)
Requires-Dist: aibaba_ai_core (>=0.3.30,<0.4.0)
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: dataclasses-json (>=0.5.7,<0.7)
Requires-Dist: httpx-sse (>=0.4.0,<0.5.0)
Requires-Dist: langsmith (>=0.1.125,<0.3)
Requires-Dist: numpy (>=1.22.4,<2) ; python_version < "3.12"
Requires-Dist: numpy (>=1.26.2,<3) ; python_version >= "3.12"
Requires-Dist: pydantic-settings (>=2.4.0,<3.0.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: tenacity (>=8.1.0,!=8.4.0,<10)
Project-URL: Repository, https://github.com/aibaba-ai/aibaba-ai
Project-URL: Release Notes, https://github.com/aibaba-ai/aibaba-ai/releases?q=tag%3A%22aiagentsforce-community%3D%3D0%22&expanded=true
Project-URL: Source Code, https://github.com/aibaba-ai/aibaba-ai/tree/master/libs/community
Description-Content-Type: text/markdown

# 🧑‍🤝‍🧑 Aibaba AI Community

[![Downloads](https://static.pepy.tech/badge/aibaba_ai_community/month)](https://pepy.tech/project/aibaba_ai_community)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Quick Install

```bash
pip install aibaba_ai_community
```

## What is it?

Aibaba AI Community contains third-party integrations that implement the base interfaces defined in Aibaba AI Core, making them ready-to-use in any Aibaba AI application.

For full documentation see the [API reference](https://docs.aibaba.world/api_reference/community/index.html).

## 📕 Releases & Versioning

`aibaba_ai_community` is currently on version `0.0.x`

All changes will be accompanied by a patch version increase.

## 💁 Contributing

As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.

For detailed information on how to contribute, see the [Contributing Guide](https://docs.aibaba.world/contributing/).

