fix: restore missing name/model in Multi-Model Teams README example
Agent-Logs-Url: https://github.com/m-prunty/open-multi-agent/sessions/1057f1b1-f24b-4363-8cdb-ab9188e5a262 Co-authored-by: m-prunty <27181505+m-prunty@users.noreply.github.com>
This commit is contained in:
parent
fe5267cda6
commit
67453dbb67
|
|
@ -166,6 +166,8 @@ const result = await agent.run('Find the three most recent TypeScript releases.'
|
|||
|
||||
```typescript
|
||||
const claudeAgent: AgentConfig = {
|
||||
name: 'strategist',
|
||||
model: 'claude-opus-4-6',
|
||||
provider: 'anthropic',
|
||||
systemPrompt: 'You plan high-level approaches.',
|
||||
tools: ['file_write'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue