Skip to main content
Upsonic AI home page
Search...
⌘K
AgentOS
Upsonic/Upsonic
Upsonic/Upsonic
Search...
Navigation
Team
Overview
AI Agent Framework
Reference
Examples
Changelog
GET STARTED
Introduction
Installation
Quickstart
UPSONIC 101 GUIDE
1. Create a Task
2. Create an Agent
3. Add a Safety Engine
4. Add a Tool
5. Add an MCP
6. Integrate a Memory
7. Creating a Team of Agents
CONCEPTS
Agent
LLM Support
Task
Tools
Safety Engine
OCR
Durable Execution
Memory
Team
Overview
Attributes
Choosing Right Team Mode
Modes
Assigning Tasks Manually
Examples
Deep Agent
Direct LLM Call
Canvas
Chat
Knowledge Base
Embeddings
Runnable Chains
Graph
StateGraph
DEPLOYMENT
Deploy Locally
Debugging
FURTHER READINGS
Telemetry
Comparison
On this page
What is Team?
How Team Works?
Team
Overview
Build teams of AI agents that work together
What is Team?
The Team class is a callable class for multi-agent operations using the Upsonic client. It enables you to create teams of specialized AI agents that can work together to accomplish complex tasks that would be difficult for a single agent to handle.
How Team Works?
Teams handle all the complexity automatically through several key mechanisms:
Smart Assignment
- Automatically picks the right agent for each task based on their roles and capabilities
Context Sharing
- Agents receive context from previous tasks and can see what other agents have accomplished
Result Combining
- Combines all outputs from multiple agents into one coherent final answer
Coordination
(in coordinate mode) - A leader agent plans and delegates work strategically
Routing
(in route mode) - Intelligent expert selection for specialized queries
You just define your agents and tasks - the team handles the rest.
Basic Memory Example
Previous
Attributes
Next
⌘I