Metadata-Version: 2.4
Name: hero-core
Version: 1.0.4
Summary: Hero is a framework for AI agent.
Home-page: https://github.com/baidu/hero-core
Author: Baidu
Author-email: wangdejiang@baidu.com
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: setuptools>=80.9.0
Requires-Dist: twine>=6.1.0
Requires-Dist: aiohttp>=3.11.16
Requires-Dist: chardet>=5.2.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: mypy>=1.15.0
Requires-Dist: numpy>=2.2.6
Requires-Dist: openai>=1.70.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: pytest>=8.3.5
Requires-Dist: tqdm>=4.67.1
Requires-Dist: dotenv>=0.9.9
Requires-Dist: pillow>=11.3.0
Requires-Dist: dill>=0.4.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: pytest-asyncio>=1.1.0
Requires-Dist: transformers>=4.56.2
Requires-Dist: hero-base>=0.2.1
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 快速开始

## 安装依赖

uv sync

## 作为本地包安装

uv pip install -e .

# Build package

python setup.py sdist bdist_wheel


# publish package

twine upload dist/* 
