Skip to main content
Get started with Upsonic by building your first agent in minutes. The Quickstart guide walks you through the essential features of Upsonic, from creating your first agent to adding memory, knowledge bases, and building multi-agent teams. Each section provides practical examples you can run immediately.

Your First Agent

Your first agent with a simple and powerful AI Agent Development framework. Let’s create your first agent with Upsonic by creating an Agent, Task, and Tool.
stock_analysis.py

Add Memory

Add conversational memory to your agent to remember past interactions.
with_memory.py

Add Knowledge Base

Add a knowledge base to provide context and information to your agent.
with_knowledge.py

Create Team

Create a team of agents that work together to solve complex tasks.
with_team.py