Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ ML Claw deploys an OpenClaw agent on Hugging Face with durable state in a
private Storage Bucket. The default deployment is a private Hugging Face Space
with a browser gateway protected by Hugging Face OAuth.

[ml-intern](https://github.com/huggingface/ml-intern) is Hugging Face's
open-source ML engineer for reading papers, training models, and shipping
models.

The browser never receives an OpenClaw gateway token. ML Claw authenticates the
signed-in Hugging Face user, then proxies HTTP and WebSocket traffic to
OpenClaw on loopback using OpenClaw trusted-proxy auth.
Expand Down Expand Up @@ -386,12 +390,6 @@ Local gateways pass the broad credential only to the trusted state-sync
supervisor for bucket I/O and to the trusted MCP integration proxy through a
protected token file. Neither path passes it to OpenClaw.

## Related

[ml-intern](https://github.com/huggingface/ml-intern) is Hugging Face's
open-source ML engineer for reading papers, training models, and shipping
models.

## Costs

- Browser Space gateway: `cpu-basic` is enough for the default browser gateway.
Expand Down
Loading