Metadata-Version: 2.4
Name: agentrl-worker
Version: 0.2.0
Summary: Task worker of AgentRL: Scaling Agentic Reinforcement Learning with a Multi-Turn, Multi-Task Framework
License-Expression: MIT
Project-URL: Repository, https://github.com/THUDM/AgentRL
Project-URL: Issues, https://github.com/THUDM/AgentRL/issues
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic~=2.0
Requires-Dist: pyyaml~=6.0
Requires-Dist: aiohttp
Requires-Dist: uvicorn
Requires-Dist: fastapi
Requires-Dist: urllib3
Requires-Dist: openai~=1.0
Requires-Dist: httpx[socks]
Requires-Dist: pytz
Requires-Dist: aiodocker
Requires-Dist: redis[hiredis]
Requires-Dist: aiohttp_socks
Requires-Dist: pysocks
Requires-Dist: grpcio~=1.73
Requires-Dist: protobuf~=6.0

See the [README](https://github.com/THUDM/AgentRL/blob/main/README.md) for full docs.
