Examples
Agent with Tools
Connect tools to your agent to interact with real world.
Overview
In this example, we will observe how to easily complete a Task that requires the use of tools with Upsonic agents.
Tools are truly the best method for connecting agents to the real world.
Agent with tools
This agent will read and fetch the latest OpenAI developments from the internet.
agent_with_tools.py
To run the agent, install dependencies and export your OPENAI_API_KEY.
1
Setup your virtual environment
2
Install dependencies
3
Put your OpenAI key
4
Run the agent to do the task