Metadata-Version: 2.4
Name: agentrl-worker
Version: 0.4.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: aiodocker
Requires-Dist: aiohttp
Requires-Dist: aiohttp_socks
Requires-Dist: anthropic
Requires-Dist: etcd3
Requires-Dist: fastapi
Requires-Dist: grpcio~=1.73
Requires-Dist: httpx[socks]
Requires-Dist: kubernetes-asyncio
Requires-Dist: openai>=1.0
Requires-Dist: protobuf>=6.0
Requires-Dist: pydantic~=2.0
Requires-Dist: pysocks
Requires-Dist: pytz
Requires-Dist: pyyaml~=6.0
Requires-Dist: redis[hiredis]
Requires-Dist: uvicorn
Requires-Dist: urllib3
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pytest-timeout; extra == "dev"
Requires-Dist: testcontainers; extra == "dev"

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