All 62 Dependencies
Every package Valmis depends on, ranked by repo health score.
Valmis positions itself explicitly as "the OpenClaw alternative designed for work, with security in mind," targeting a specific gap: personal-assistant-style agent tools like OpenClaw often store credentials in agent memory as plaintext and sometimes send those credentials directly to LLM providers, which is an unacceptable risk for business use. Valmis instead runs each agent in a dockerized, isolated container that has no direct access to credentials at all.
Instead, agents request the host machine to make an API call on their behalf using a credential ID, and the host performs the actual request and returns the result — even LLM API calls themselves go through this proxy. Because agents never handle raw credentials, a Valmis deployment can run agent containers with internet access disabled entirely while agents still function, since all outbound requests are proxied through the host.
Apache-2.0 licensed, Valmis is a cloud-based application for building fleets of agents connected to 100+ business and productivity integrations, triggered by chat, cron schedules, webhooks, or app events like new emails or form submissions, with each agent isolated in its own file system separate from the host and other agents.