File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,13 @@ console.log(result.result.text);
223223
224224## 📚 Practical Examples
225225
226- | Example | File | Description |
227- | -------------- | ----------------------- | ------------------------ |
228- | ** Basic** | ` examples/hello.js ` | Simple agent with tools |
229- | ** Security** | ` examples/security.js ` | HMAC authentication demo |
230- | ** Guardrails** | ` examples/guardrail.js ` | Input/output validation |
231- | ** Handoffs** | ` examples/handoffs.js ` | Transfer between agents |
232- | ** MCP** | ` examples/mcp/ ` | MCP server integration |
226+ | Example | File | Description |
227+ | -------------- | ----------------------- | ----------------------- |
228+ | ** Basic** | ` examples/hello.js ` | Simple agent with tools |
229+ | ** Security** | ` examples/security.js ` | HMAC authentication |
230+ | ** Guardrails** | ` examples/guardrail.js ` | Input/output validation |
231+ | ** Handoffs** | ` examples/handoffs.js ` | Transfer between agents |
232+ | ** MCP** | ` examples/mcp/ ` | MCP server integration |
233233
234234Run any example:
235235
You can’t perform that action at this time.
0 commit comments