EveryDev.ai
Subscribe
Home
Tools

2,885+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Upsonic
    Upsonic icon

    Upsonic

    Agent Frameworks

    Open-source Python framework for building autonomous and traditional AI agents with tools, memory, RAG, multi-agent teams, and production deployment.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Full framework available under the MIT License at no cost.

    Engagement

    Available On

    API
    VS Code
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksMulti-agent SystemsRetrieval-Augmented Generation

    Alternatives

    LangroidSentient FoundationApache Burr
    Developer
    UpsonicMountain View, CAEst. 2023$1000000 raised

    Listed Jun 2026

    About Upsonic

    Upsonic is an open-source Python framework for building autonomous and traditional AI agents, published under the MIT License on GitHub. The project has accumulated nearly 8,000 stars and over 700 forks since its creation in May 2024, signaling strong community traction. It is developed by the Upsonic team, which also builds AI-native fintech products on top of the same agent infrastructure.

    What It Is

    Upsonic provides a unified Python API for constructing AI agents at two levels of autonomy: an Autonomous Agent mode for open-ended, multi-step work with sandboxed file and shell access, and a Traditional Agent mode for structured, tool-driven tasks with defined input/output contracts. Both modes share the same underlying primitives — tools, memory, knowledge bases, teams, and deployment — so developers can mix and match patterns within a single project. The framework is installable via pip install upsonic or uv pip install upsonic and integrates directly with IDE tools like Cursor, VSCode, and Windsurf through a docs URL.

    Core Building Blocks

    Upsonic ships a broad set of first-class primitives documented at docs.upsonic.ai:

    • Tools: Function tools via @tool decorator, full MCP (Model Context Protocol) support, and ready-to-use integrations including Tavily, Firecrawl, E2B, and YFinance.
    • Memory: Conversation, focus, and summary memory with pluggable backends — SQLite, Postgres, Redis, MongoDB, and Mem0.
    • Knowledge Base (RAG): End-to-end retrieval-augmented generation with document loaders, text splitters, 7+ embedding providers, and vector stores including Qdrant, Pinecone, Chroma, pgvector, and Weaviate.
    • Teams: Multi-agent coordination in Sequential, Coordinate, or Route modes.
    • Skills: Reusable agent capabilities loadable from local paths, URLs, or GitHub.
    • OCR: Unified interface across EasyOCR, Tesseract, PaddleOCR, RapidOCR, and DeepSeek OCR.
    • HITL: Human-in-the-loop support for confirmations, user input, and durable execution pauses.
    • Safety Engine: Optional guardrails with prebuilt privacy, financial, security, and content policies.
    • Tracing: First-class tracing with Langfuse and PromptLayer.

    LLM Provider Support

    Upsonic supports 30+ LLM providers configured via environment variables in a .env file. The documented list includes OpenAI, Anthropic, Google, AWS Bedrock, Azure, Ollama, vLLM, Groq, and OpenRouter. This breadth means teams can swap models without changing agent code, and local inference via Ollama is supported out of the box.

    Autonomous Agent Architecture

    The Autonomous Agent primitive is designed for open-ended, multi-step work. All file and shell operations are restricted to a declared workspace path; path traversal and dangerous commands are blocked at the framework level. For fully isolated cloud execution, the docs describe plugging in an E2B sandbox provider. The framework also ships Prebuilt Autonomous Agents — community-contributed agents that package a skill, system prompt, and first message, enabling install-to-running in seconds. The collection is open to contributions via pull request.

    Update: v0.77.3

    The latest published release is v0.77.3, released on May 19, 2026. The repository was last pushed to on June 18, 2026, indicating active development. Recent additions highlighted in the docs include Prebuilt Autonomous Agents, a Usage Registry, and Skills — all marked as NEW in the navigation. The changelog is maintained at docs.upsonic.ai/changelog. The GitHub topics list ucp (Universal Commerce Protocol) and openclaw, pointing to higher-level product layers being built on top of the core framework.

    Upsonic - 1

    Community Discussions

    Be the first to start a conversation about Upsonic

    Share your experience with Upsonic, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Full framework available under the MIT License at no cost.

    • Autonomous and Traditional Agent primitives
    • MCP tool support
    • Memory with pluggable backends
    • RAG with multiple vector stores
    • Multi-agent teams

    Capabilities

    Key Features

    • Autonomous Agent mode with sandboxed file and shell operations
    • Traditional Agent mode for structured tool-driven tasks
    • MCP (Model Context Protocol) tool support
    • @tool decorator for custom function tools
    • Conversation, focus, and summary memory
    • Pluggable memory backends: SQLite, Postgres, Redis, MongoDB, Mem0
    • End-to-end RAG with document loaders and vector stores
    • Multi-agent teams with Sequential, Coordinate, and Route modes
    • Reusable Skills loadable from local paths, URLs, or GitHub
    • Unified OCR interface (EasyOCR, Tesseract, PaddleOCR, RapidOCR, DeepSeek)
    • Human-in-the-loop (HITL) support
    • Safety Engine with prebuilt guardrail policies
    • Tracing with Langfuse and PromptLayer
    • 30+ LLM provider support via environment variables
    • Prebuilt Autonomous Agents contributed by the community
    • E2B sandbox integration for isolated cloud execution
    • IDE integration via llms-full.txt for Cursor, VSCode, Windsurf
    • CLI for agent project initialization and API startup
    • Structured response schemas for Traditional Agents
    • Evals and simulation support

    Integrations

    OpenAI
    Anthropic
    Google
    AWS Bedrock
    Azure
    Ollama
    vLLM
    Groq
    OpenRouter
    Tavily
    Firecrawl
    E2B
    YFinance
    Qdrant
    Pinecone
    Chroma
    pgvector
    Weaviate
    Mem0
    Langfuse
    PromptLayer
    EasyOCR
    Tesseract
    PaddleOCR
    RapidOCR
    DeepSeek OCR
    FastAPI
    Django
    API Available
    View Docs

    Demo Video

    Upsonic Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate Upsonic and help others make informed decisions.

    Developer

    Upsonic Team

    Upsonic builds an open-source Python framework for autonomous AI agents and an AI-native fintech platform. The team, led by CEO Taygun Alban and CTO Onur Ulusoy, develops tools that connect agentic operations with human oversight for fintech workflows. Their products include the Upsonic agent framework (MIT-licensed, 7,900+ GitHub stars) and commercial fintech modules covering merchant onboarding, reconciliation, and an AI HQ dashboard. The company operates with a focus on reducing operational chaos in fintech through AI-driven automation.

    Founded 2023
    Mountain View, CA
    $1000000 raised
    15 employees

    Used by

    Sipay
    Regional banks in MENA
    Read more about Upsonic Team
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Langroid icon

    Langroid

    Langroid is a Python framework for building LLM-powered multi-agent applications, enabling agents to collaborate, use tools, and interact with various data sources.

    Sentient Foundation icon

    Sentient Foundation

    Open-source AGI foundation uniting builders, researchers, and communities to develop transparent, collaborative artificial general intelligence.

    Apache Burr icon

    Apache Burr

    Apache Burr (Incubating) is an open-source Python framework for building reliable, stateful AI applications and agents using a simple state machine model.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    439 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    216 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    89 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions