This is the companion repo for this blog post:
Agents: A tutorial on building agents in Python
Some example notebooks on agents
- These examples all use Ollama and smolagents to build these examples.
|Notebook|Description|
|Introduction| Introduction simple agent example |
|Query Database| An agent that will query a database|
|Generate python code| We call an agent to generate a python function and execute it.|
|Using Tools]| How to use tools in agents.|
|Online Picture search|Combine agents to get an image from the internet|
|Using code in an agent| An example showing how we can use code to get a job done. |
|Multiple Agent Collaboration| A manger agent controls agents.|