8 lines
513 B
Markdown
8 lines
513 B
Markdown
# SOTS entry point
|
|
|
|
Read `AGENTS.md`. The normal campaign loop uses `openai/gpt-5.6-sol`; problem resolution uses
|
|
`openai/gpt-6-astra`.
|
|
The supported execution harness is OpenCode through `tools/run_agent.py`; role definitions and
|
|
models are versioned in this repository. Do not revive the removed global `re-*` Claude agents
|
|
or use a Claude model alias as a substitute for the required model. Read-only research may be
|
|
assigned explicitly, with its checkpoint and evidence stored in the canonical RE state root.
|