Additional resources and tips

This commit is contained in:
Edward Donner
2025-02-15 08:31:06 -05:00
parent 289a1b9bd1
commit ec4ada6456
14 changed files with 133 additions and 81 deletions

View File

@@ -67,12 +67,23 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0056a02f-06a3-4acc-99f3-cbe919ee936b",
"cell_type": "markdown",
"id": "7f2781ad-e122-4570-8fad-a2fe6452414e",
"metadata": {},
"outputs": [],
"source": []
"source": [
"<table style=\"margin: 0; text-align: left;\">\n",
" <tr>\n",
" <td style=\"width: 150px; height: 150px; vertical-align: middle;\">\n",
" <img src=\"../resources.jpg\" width=\"150\" height=\"150\" style=\"display: block;\" />\n",
" </td>\n",
" <td>\n",
" <h2 style=\"color:#f71;\">Additional resource: more sophisticated planning agent</h2>\n",
" <span style=\"color:#f71;\">The Planning Agent that we use in the next cell is simply a python script that calls the other Agents; frankly that's all we require for this project. But if you're intrigued to see a more Autonomous version in which we give the Planning Agent tools and allow it to decide which Agents to call, see my implementation of <a href=\"https://github.com/ed-donner/agentic/blob/main/workshop/agents/autonomous_planning_agent.py\">AutonomousPlanningAgent</a> in my related repo, <a href=\"https://github.com/ed-donner/agentic\">Agentic</a>. This is an example with multiple tools that dynamically decides which function to call.\n",
" </span>\n",
" </td>\n",
" </tr>\n",
"</table>"
]
},
{
"cell_type": "code",