You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add your model `api_key` - AgentMesh supports `openai`, `claude`, `deepseek`, `qwen`, and others.
65
69
66
-
The template includes two examples for quick testing:
67
-
68
-
-`general_team`: A single general-purpose agent skilled in search, research, and information organization. Recommended to configure with google_search and browser tools.
69
-
-`software_team`: A development team with three roles (product manager, engineer, and tester) that can collaborate on web application development and testing tasks, delivering complete project documentation and code.
70
-
71
-
You can modify the template to customize different models, tools, system prompts, and other configurations for each agent.
70
+
> The template includes two examples:
71
+
> -`general_team`: A general-purpose agent for search and research tasks.
72
+
> -`software_team`: A development team with three roles that collaborates on web applications.
73
+
>
74
+
> You can customize models, tools, and system prompts for each agent.
72
75
73
76
#### 1.3 Execution
74
77
@@ -106,7 +109,8 @@ Run the Docker container:
106
109
docker-compose run --rm agentmesh bash
107
110
```
108
111
109
-
Once the container starts, you'll enter the command line. The usage is the same as in section 1.3 - specify a team to start the interactive mode:
112
+
Once the container starts, you'll enter the command line. The usage is the same as in section 1.3 - specify a team to
0 commit comments