Build your own agents on VAF.
The same engine that powers the desktop app, as a Python library. One pip install, a provider-agnostic Agent, your own tools, and a license that lets you ship.
Three lines to a running agent.
The Agent class is the stable surface of the framework. The same code runs a fully local GGUF model (nothing leaves the machine) or any supported API provider: veyllo, openai, anthropic, google, deepseek, openrouter.
Install only what your agent needs.
The base install is the core runtime and provider SDKs. Heavy features are opt-in extras; tools whose extra is missing simply stay unloaded, and the agent still runs.
Your tools stay yours.
VAF is open source under the AGPL-3.0, with an explicit permission on top: plugins, tools and workflows that talk to VAF through its public interfaces may ship under a license of your choosing, including proprietary terms. For embedding VAF itself in a closed-source product or SaaS, a commercial license is available.
pip install, then build.
The embedding guide walks through tools, sessions, async use and packaging.