Skip to main content
Upsonic AI home page
Search...
⌘K
AgentOS
Upsonic/Upsonic
Upsonic/Upsonic
Search...
Navigation
FURTHER READINGS
Telemetry
Upsonic Framework
Upsonic AgentOS
Universal Commerce Protocol (UCP)
Guides
Reference
Examples
Changelog
GET STARTED
Introduction
Quickstart
Installation
Guides
Examples
CONCEPTS
Agent
Safety Engine (Guardrails)
NEW
Task
Tools
Memory
Knowledge Base
Team
LLM Support
OCR
HITL (Human in the Loop)
Culture
NEW
Autonomous Agent
NEW
Deep Agent
Direct LLM Call
Interfaces
Chat
StateGraph
UEL
Simulation
Evals
Canvas
Graph
STARTING AN AGENT PROJECT
Overview
Initialization
Start Agent API
READY TO USE SNIPPETS
AGENTS.md
BOOTSTRAP.md Template
DEPLOYMENT
Deploy Locally
Debugging
FURTHER READINGS
Telemetry
Comparison
FURTHER READINGS
Telemetry
To help Upsonic development
We use anonymous telemetry to collect usage data. We do this to focus our developments on more accurate points. You can disable it by setting the UPSONIC_TELEMETRY environment variable to false.
Copy
import
os
os.environ[
"UPSONIC_TELEMETRY"
]
=
"False"
Debugging
Previous
Comparison
Next
⌘I