- 删除了 agent 目录下的所有文档文件(README.md 和 README_zh.md) - 删除了 agent 目录下的所有 Python 文件(__init__.py, canvas.py, component 目录下的所有文件) - 此次删除操作清除了 agent 模块的全部内容,包括代码实现和相关说明文档 |
||
---|---|---|
.. | ||
ragflow_sdk | ||
test | ||
README.md | ||
hello_ragflow.py | ||
pyproject.toml | ||
uv.lock |
README.md
ragflow-sdk
build and publish python SDK to pypi.org
uv build
uv pip install twine
export TWINE_USERNAME="__token__"
export TWINE_PASSWORD=$YOUR_PYPI_API_TOKEN
twine upload dist/*.whl