From 67453dbb67385610690974aebdfafa6bae677b89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:06:52 +0000 Subject: [PATCH] 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> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cdafd5..51b5e08 100644 --- a/README.md +++ b/README.md @@ -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'],