Metadata-Version: 2.4
Name: drsai
Version: 1.0.6
Summary: Developed by Dr. Sai's team at the Institute of High Energy Physics, Chinese Academy of Sciences (IHEP, CAS), this is a development framework designed for both single-agent and multi-agent collaborative systems
Project-URL: Homepage, https://github.com/hepaihub/drsai
Author: hepai
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: aiohttp
Requires-Dist: alembic
Requires-Dist: autogen-agentchat==0.5.7
Requires-Dist: autogen-core==0.5.7
Requires-Dist: autogen-ext[chromadb,docker,mcp,openai]==0.5.7
Requires-Dist: damei
Requires-Dist: fastapi[standard]
Requires-Dist: hepai>=1.3.3
Requires-Dist: json-schema-to-pydantic
Requires-Dist: jwt
Requires-Dist: loguru
Requires-Dist: openai
Requires-Dist: passlib
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: python-dotenv
Requires-Dist: python-multipart
Requires-Dist: schedule
Requires-Dist: sqlmodel
Requires-Dist: tiktoken
Provides-Extra: azure
Requires-Dist: autogen-ext[azure]==0.5.7; extra == 'azure'
Provides-Extra: eval
Requires-Dist: huggingface-hub; extra == 'eval'
Requires-Dist: pandas; extra == 'eval'
Requires-Dist: scipy; extra == 'eval'
Provides-Extra: ollama
Requires-Dist: autogen-ext[ollama]==0.5.7; extra == 'ollama'
Description-Content-Type: text/markdown

# drsai package 

A basic framework package for the developing of AI Agent and Multi-Agent Systems based on AutoGen 0.5.7.