Skip to main content
Upsonic AI home page
Search...
⌘K
AgentOS
Upsonic/Upsonic
Upsonic/Upsonic
Search...
Navigation
FURTHER READINGS
Telemetry
Upsonic Framework
Guides
Reference
Examples
Changelog
GET STARTED
Introduction
Installation
Quickstart
Guides
CONCEPTS
Agent
LLM Support
Task
Tools
Safety Engine
OCR
Durable Execution
Memory
Team
Deep Agent
Direct LLM Call
Interfaces
Canvas
Chat
Knowledge Base
Graph
StateGraph
UEL
STARTING AN AGENT PROJECT
Overview
Initialization
Start Agent API
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