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
Copy file name to clipboardExpand all lines: cmd/chaos-agent/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This provides a realistic workload for the SAM mesh scale testing experiment. Ra
8
8
9
9
1. It connects to the `sam-node` MCP endpoint via SSE (or `sam-box` proxy in the microVM).
10
10
2. It dynamically converts all discovered MCP tools into LangChain `Tool` objects with JSON schemas.
11
-
3. It initializes a LangChain `AgentExecutor` using the SAM mesh's OpenAI-compatible inference endpoint (`/v1/chat/completions`).
11
+
3. It initializes a LangChain `create_agent` tool-calling agent using the SAM mesh's OpenAI-compatible inference endpoint (`/v1/chat/completions`).
12
12
4. It is given an adversarial prompt to explore all tools, fuzz them with extreme inputs, and find bugs.
13
13
5. The LangChain framework automatically handles the multi-turn reasoning and tool-calling loop until the agent achieves its goal or hits the max iteration limit.
0 commit comments