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
/
assets
/
ShellOps_070812d0ef
/
init
/
src
/
incidents
/
models.py
Hoyant-Su
Update ShellOps dataset
afcfd4d
3 days ago
raw
Copy download link
history
blame
contribute
delete
198 Bytes
class
Incident
:
def
__init__
(
self, ticket_id, description
):
self.ticket_id = ticket_id
self.description = description
def
get_ticket_id
(
self
):
return
self.ticket_id