Fortress AI Tailored for Business! Open Source ‘Valmis’ Sets a New Security Standard with Over 100 App Integrations
What Happened? News Overview
- Building a Business-Specific AI Fleet: ‘Valmis’ has been launched, supporting over 100 business integrations (like Google Workspace, Slack, Notion) and automating complex tasks by coordinating multiple agents.
- Robust Security Design: Agents run in isolated Docker containers. A unique proxy system ensures that the AI (LLM) cannot directly access user API credentials or host files.
- Advanced Automation and Memory System: Along with executing workflows via Cron and Webhooks, it retains four types of memory (episodic, semantic, procedural, and working) based on cognitive memory research, becoming smarter the more it’s used.
Why Is This Important? Key Takeaways
The architecture of host-based proxy requests fundamentally addresses the critical security flaw of existing personal assistant AIs, which often retain credentials in plaintext and send them to LLM providers. This groundbreaking approach allows agents to operate securely with external APIs even when disconnected from the internet.
🦈 Shark’s Eye (Curator’s Perspective)
It’s jaw-dropping how Valmis has fortified security at the implementation level, tackling what was once the biggest barrier to AI adoption in business! The agent can simply specify a “Credential ID” for requests, while the actual authentication token is managed by the host, creating a slick separation structure. This makes it a breeze to handle sensitive data from platforms like Salesforce and Slack. Moreover, the ability to empower agents with “team leader” roles to build decision trees hints at the potential for creating an “AI organization” that goes beyond mere automation!
What’s Next?
Leveraging the strengths of open source, Valmis is poised to become a formidable contender against “Claude Cowork” in the enterprise space. We can expect further support for unique protocols and enhanced compatibility with local LLMs, paving the way for fully offline, secure automation environments.
A Final Word from Haru-Same
True to its name ‘Valmis’ (meaning “complete”), its capability to accomplish tasks is astounding! I’d love to delegate all my snack orders to it! 🦈🔥
Terminology Explained
-
Proxy System: A mechanism that intermediates communication between agents and external APIs without passing authentication information, significantly enhancing security.
-
Container Isolation: A technique that confines each agent within its own virtual “box” (container), preventing unauthorized access to other data or the system core.
-
pgvector: An extension for PostgreSQL that manages vector data, utilized for rapidly searching information that AI uses as “memory.”
-
Source: Valmis - The OpenClaw alternative designed for work, with security in mind