Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Hoyant-Su
/
ShellOps
like
0
Tasks:
Text Generation
Question Answering
Languages:
English
ArXiv:
arxiv:
2605.08013
Tags:
cli-agents
reinforcement-learning
filesystem
shell
verifiable-evaluation
License:
cc-by-4.0
Dataset card
Files
Files and versions
xet
Community
main
ShellOps
/
shellops_pro
/
assets
/
ShellOps_3d591f04e2
/
gold
/
services
/
auth-api
/
Dockerfile
Hoyant-Su
Update ShellOps dataset
afcfd4d
3 days ago
raw
Copy download link
history
blame
contribute
delete
112 Bytes
FROM
node:
20
-bookworm
WORKDIR
/app
COPY
. .
RUN
apk add --no-cache ca-certificates
EXPOSE
8297
CMD
[
"auth-api"
]