Flowork Agent is a self-hosted operating system for AI agents distributed as a single Go binary—no Docker, no Python, no separate database. It's a practical alternative to cloud-dependent agent frameworks, with intentional trade-offs worth understanding.
What You Get
Each agent runs as a sandboxed WebAssembly module with its own FTS5 full-text search index. The system logs mistakes as "Educational Errors"—a documented approach to error tracking. Whether this aids your workflows depends on your specific use case.
The runtime includes:
Threat Radar: built-in security scanning for agent behavior
MCP client/server support: compatible with Model Context Protocol
Pluggable module system (.fwpack): tools, scanners, channels, and apps load as packages
Full offline operation: no external dependencies required
Flow Router & Hallucination Filtering
Flow Router provides a single OpenAI-compatible endpoint in front of your agents. It includes "antibody inject
Discussion
Be the first to comment
Add your perspective to get the discussion started.