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
@@ -265,17 +222,17 @@ This replaces the previous approach of running async tool calls through a `Threa
265
222
266
223
This example demonstrates the unified approach to tool integration provided by NeMo Agent Toolkit:
267
224
268
-
-**Local tools** (like `traffic_status_tool`) are defined as NAT functions and provide time-aware traffic data for Los Angeles highways
225
+
-**Local tools** (like `traffic_status_tool`) are defined as NeMo Agent Toolkit functions and provide time-aware traffic data for Los Angeles highways
269
226
-**MCP tools** (like `current_datetime`) are configured in YAML using the `mcp_client` function group provided by the toolkit
270
227
271
228
Both types of tools are passed to AG2 agents through the `builder.get_tools()` method, which automatically wraps them for the AG2 framework. This eliminates the need for framework-specific MCP integration code and provides a consistent interface across all supported frameworks (AG2, AutoGen, LangChain, Semantic Kernel, and others).
272
229
273
-
## Available Configs
230
+
## Available Configurations
274
231
275
-
|Config| Workflow Type | Description |
232
+
|config| Workflow Type | Description |
276
233
|--------|--------------|-------------|
277
234
|`config.yml`|`ag2_team`| Default traffic workflow with async group chat |
278
235
|`config-async.yml`|`ag2_async_team`| Explicit async variant of the traffic workflow |
279
236
|`config-research.yml`|`ag2_research_team`| Research team with researcher + writer agents |
280
-
|`config-eval.yml`|`ag2_team`| Traffic workflow with Phoenix tracing and evaluation |
237
+
|`config-eval.yml`|`ag2_team`| Traffic workflow with evaluation |
0 commit comments