Skip to content

Commit 34766b3

Browse files
committed
docs(agents): standardize MiniMax model for sub-agents
Add Model Selection section with MiniMax-M2.7 via MiniMax as the recommended default for all standard tasks.
1 parent a2442ca commit 34766b3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ SAM (Synthetic Autonomic Mind) is a native macOS AI assistant built with Swift a
1414

1515
---
1616

17+
## Model Selection
18+
19+
**Use MiniMax for all sub-agents:**
20+
```
21+
agent_operations(operation: "spawn", task: "...", working_dir: "./SAM", model: "minimax/minimax-m2.7")
22+
```
23+
24+
MiniMax-M2.7 via MiniMax is the recommended default for all standard tasks: investigation, QA, implementation, code review, refactoring, documentation.
25+
26+
---
27+
1728
## Setup Commands
1829

1930
### Prerequisites

0 commit comments

Comments
 (0)