desktop-ors / __init__.py
AdithyaSK's picture
AdithyaSK HF Staff
initial: ORS desktop env (Anthropic-compatible action schema)
dc50a5f verified
Raw
History Blame Contribute Delete
261 Bytes
"""Desktop Computer-Use — ORS (Open Reward Standard) implementation.
Server:
python server.py
Client:
from openreward import EnvironmentsAPI
api = EnvironmentsAPI(base_url="http://localhost:8080", api_key="")
env = api.get("desktopors")
"""