RAGflow/sdk/python
zstar aee7779237 chores: 删除后端agent相关内容
- 删除了 agent 目录下的所有文档文件(README.md 和 README_zh.md)
- 删除了 agent 目录下的所有 Python 文件(__init__.py, canvas.py, component 目录下的所有文件)
- 此次删除操作清除了 agent 模块的全部内容,包括代码实现和相关说明文档
2025-06-06 22:34:14 +08:00
..
ragflow_sdk chores: 删除后端agent相关内容 2025-06-06 22:34:14 +08:00
test chores: 删除后端agent相关内容 2025-06-06 22:34:14 +08:00
README.md 首次提交 2025-03-24 11:19:28 +08:00
hello_ragflow.py 首次提交 2025-03-24 11:19:28 +08:00
pyproject.toml up to v0.17.2_supple (#7) 2025-03-31 10:53:42 +08:00
uv.lock up to v0.17.2_supple (#7) 2025-03-31 10:53:42 +08:00

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