mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 14:10:01 +08:00

### What problem does this PR solve? Add sdk for list agents and sessions ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
ragflow-sdk
build and publish python SDK to pypi.org
poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish