Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.05 KB

Agents: A tutorial on building agents in Python

This is the companion repo for this blog post:

Agents: A tutorial on building agents in Python

Some example notebooks on agents

|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.|