--- license: apache-2.0 language: - en tags: - operations-research - agent - execution-traces - or-space - optimization size_categories: - n<1K --- # or-agent-execution-traces Structured execution traces from the ORForge full-lifecycle OR engineering agent. ## Schema | Field | Description | |-------|-------------| | `task` | BUILD, REVISE, or EXPLAIN | | `files_opened` | Workspace files accessed by the agent | | `actions` | Ordered agent actions with payloads | | `model_changes` | Parameter and model modifications | | `solver_output` | Solver status, objective, variable values | | `final_result` | Task outcome summary | | `success` | Whether the task completed successfully | ## Reference Benchmark [Chenyu-Zhou/OR-Space](https://huggingface.co/datasets/Chenyu-Zhou/OR-Space) ## Related - [ORForge Space](https://huggingface.co/spaces/alirezaaminzadeh/orforge-lifecycle-or-agent)