mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-07 00:15:39 +08:00
- Skill optimization framework with training loop analogy - 11 benchmarks, 4 model backends (Azure OpenAI, Claude, Codex, Qwen) - WebUI for browser-based training control - Pluggable architecture for extending benchmarks and backends
6 lines
171 B
Python
6 lines
171 B
Python
"""SpreadsheetBench environment adapter for ReflACT."""
|
|
|
|
from skillopt.envs.spreadsheetbench.adapter import SpreadsheetBenchAdapter
|
|
|
|
__all__ = ["SpreadsheetBenchAdapter"]
|