📋TestingCatalog•較早收集於 12m
OpenSquilla 發布開源 AI Agent 以降低 Token 成本

💡透過這個具備先進路由與沙盒安全性的開源 Agent,降低您的 LLM 營運成本。
⚡ 30-Second TL;DR
有什麼變化
實作 ML 模型路由以優化 Token 支出
為什麼重要
此工具為開發者提供了一種具成本效益的方式來管理 LLM 互動,同時維持高安全標準。它可能顯著降低在生產環境中部署複雜 Agent 工作流程的門檻。
下一步行動
複製 OpenSquilla 儲存庫,並針對您目前的 LLM API 使用量測試其模型路由功能,看看是否能降低您的每月 Token 成本。
誰應關注:Developers & AI Engineers
關鍵要點
- •實作 ML 模型路由以優化 Token 支出
- •具備四層記憶體系統以改善上下文管理
- •包含系統呼叫層級的沙盒隔離以確保 Agent 執行安全
🧠 深度解析
Web-grounded analysis with 6 cited sources.
🔑 增強重點摘要
- •OpenSquilla claims to achieve 60-80% token cost savings through a coordinated stack of routing strategies, which includes disabling reasoning billing for simple queries, auto-tuning prompts based on task complexity, and loading skills on demand rather than packing them into every context window.
- •The agent's pluggable provider layer offers broad compatibility, supporting over twenty LLM providers such as OpenRouter, OpenAI, Anthropic, Ollama, DeepSeek, Gemini, and Qwen/DashScope, without requiring changes to user code or configuration schema.
- •The syscall-level sandbox isolation is implemented using Bubblewrap on Linux and Seatbelt on macOS, featuring three risk-based escalation tiers (Standard, Strict, Locked) and mechanisms to prevent injection attacks, auto-pause agents after repeated rejections, and purge rejected operation results.
- •OpenSquilla is built on a microkernel architecture, characterized by a compact core orchestrator (approximately 100 lines of code) where all capabilities are implemented as plug-ins, enhancing modularity and extensibility.
- •The platform is designed for on-premise deployment, ensuring data remains within the user's network, and includes features like hashed decision logs and human approval gates to support compliance and auditability requirements.
🛠️ 技術深入
- Architecture: Microkernel AI agent with a 5-layer separation and an ultracompact core orchestrator (around 100 lines of code), where all capabilities are implemented as plugins. It features an engine for state machines, provider layer for LLMs, ASGI-RPC gateway, multi-layered memory, channel adapters, tools, a security sandbox, task scheduler, and skill plugins.
- ML Model Routing: Employs a hybrid feature analysis combining hand-crafted features (e.g., message length, language, code blocks, keywords) with embedding-based semantic features to assess query complexity. This allows for dynamic model selection, disabling deep reasoning for simple queries, and adaptive prompt tuning.
- Memory System: Utilizes a four-tier human-like memory system that accumulates context, incorporating vector and keyword search, deduplication, time decay, hot memory surfacing, and automatic schema migration.
- Security Sandbox: Provides syscall-level isolation using Bubblewrap on Linux and Seatbelt on macOS. It includes three risk-based escalation policies: Standard (direct execution), Strict (requires sandbox approval), and Locked (enforces human review). Security features also include auto-pausing agents after three rejections, immediate purging of rejected operation results, and XML-escaping skill metadata to mitigate injection attack vectors.
- LLM Provider Integration: Features a pluggable provider layer that supports a wide array of LLM services, including OpenRouter, OpenAI, Anthropic, Ollama, DeepSeek, Gemini, Qwen/DashScope, and approximately twenty others.
- Deployment: Fully open-source and self-hostable, with options for quick start via a portable preview package or installation from source, including Git LFS for bundled ML routing models.
🔮 前景展望AI analysis grounded in cited sources
OpenSquilla's integrated approach could accelerate the adoption of cost-efficient and secure AI agents.
By combining token optimization, advanced memory management, and robust sandboxing in an open-source, self-hostable package, it lowers the barrier for developers to deploy sophisticated agents without managing disparate tools.
The emphasis on local ML routing and on-premise deployment options will appeal to enterprises with strict data privacy and compliance requirements.
Running ML routing locally and offering full offline capabilities ensures data never leaves the network, directly addressing key enterprise concerns regarding data sovereignty and regulatory compliance.
⏳ 時間線
2026-05-12
OpenSquilla 0.1.0 Preview 1 released, marking the first public preview of the local AI agent runtime with a built-in Web UI and guided onboarding.
2026-05-14
OpenSquilla launches its open-source AI agent to cut token costs, as reported by TestingCatalog.
📎 來源 (6)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
📰
AI 週報
閱讀本週精選 AI 大事摘要 →
👉相關動態
AI 策展新聞聚合。所有內容版權歸原始發布者所有。
原始來源: TestingCatalog ↗
