Agent Framework For Fintech
Project description
Introduction
Upsonic is an AI agent development framework used by fintech and banks. Upsonic tested at their scale against attacks and reasoning puzzles.
pip install upsonic
from upsonic import Task, Agent
task = Task("Who developed you?")
agent = Agent(name="Coder")
agent.print_do(task)
Guides | 7 Step
See our guides to jumpstart your AI agent within minutes. We design them to onboard the new users to the framework.
- Create an Agent
- Create a Task
- Add a Safety Engine
- Add a Tool
- Add an MCP
- Integrate a Memory
- Creating a Team of Agents
Why Upsonic?
Upsonic provides a feature set to build safety-first, high-performance AI Agents. It helps you go to production without spending hours on research and boilerplate. These are the main parts:
- Safety First: Upsonic provides its own Safety Engine that manages User and Agent messages and checks their status for your policies. You can customize it by designing new rule and action sets.
- Direct LLM Calls: In Upsonic we support the same interface for your whole AI operations. You don't need to go with another framework to complete your small jobs.
- Structured Outputs: Upsonic sets agent outputs to make them Python objects. So you can integrate your application without struggling with LLM outputs.
- Built-in RAG and Memory: In Upsonic you can create world class . We support the Agentic RAG, Memory Logics and providers of them.
- Customizable Memory Logics: You are able to create memories that focus on user, event and chat. Also you are free to use Local and Cloud databases.
- Agent Teams: Upsonic provides the most reliable agent team architecture with memory, context management and leader agent.
- FastAPI Compatible Agents: You can turn your agents into production-ready APIs
- Tracking the Executions: You can use Upsonic AgentOS to get the execution history, monthly costs andresponse times of your agents.
- Deploy at scale: Upsonic agents work in the greatest and fastest-growing fintech companies and scaling is available on Upsonic AgentOS.
📙 Documentation
You can access our documentation at docs.upsonic.ai All concepts and examples are available there.
📊 Telemetry & Privacy
Upsonic uses anonymous telemetry to help us understand how the framework is being used and improve our development focus. We are committed to transparency and user privacy.
All telemetry is anonymous - we only track a randomly generated system ID to distinguish unique installations.
Why Collect Telemetry?
Telemetry helps us:
- 🎯 Focus development on frequently-used features
- 🐛 Identify and fix common errors and edge cases
- 📈 Understand performance characteristics at scale
- 🔧 Improve framework reliability
How to Disable Telemetry
You can completely disable telemetry in multiple ways:
Option 1: Environment Variable (Recommended)
export UPSONIC_TELEMETRY=false
Option 2: In Python Code
import os
os.environ["UPSONIC_TELEMETRY"] = "false"
from upsonic import Agent # Import after setting env var
Option 3: .env File
# .env
UPSONIC_TELEMETRY=false
Once disabled, no data will be sent to our telemetry service.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file upsonic-0.67.2a1764090224.tar.gz.
File metadata
- Download URL: upsonic-0.67.2a1764090224.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
431fa7992eeb0595a9ebc159bea18a5d8f1029b3f219cb067c847917a8d0d1e7
|
|
| MD5 |
3d6748971723017a778fd2ab8d39a33c
|
|
| BLAKE2b-256 |
c6eda2e8f26d46884b5f79de8cda373d07445b014ecb6a5194a7ec0ea7811e26
|
File details
Details for the file upsonic-0.67.2a1764090224-py3-none-any.whl.
File metadata
- Download URL: upsonic-0.67.2a1764090224-py3-none-any.whl
- Upload date:
- Size: 916.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
408c42cac33cdcc5e04c973b27695694b55245955997706acfeac6c810b3123b
|
|
| MD5 |
f28fd9155a4a494ec5c58281256da4d9
|
|
| BLAKE2b-256 |
e1f7faba60e76191450e53f7431dafb417a62ed0234d02a3eae29e270ce4c5a5
|