Agent → OS PID Mapping
Every agent gets a first-class process identity. Query live CPU, RAM, and uptime through psutil.
Formicx maps AI agents directly to Linux kernel processes—delivering real-time process monitoring, zero-config LAN discovery, and security policies for autonomous agent fleets.
$ pip install -e .THE CONTROL PLANE
Formicx gives autonomous systems the primitives they need to operate as reliable, observable processes.
Every agent gets a first-class process identity. Query live CPU, RAM, and uptime through psutil.
Zero-config peer networking over mDNS. Find and connect agents across your local network.
Define exactly who can talk to whom. Policies are enforced at the control plane.
A framework-independent lifecycle for any agent. Build, observe, and orchestrate in Python.
MODEL CONTEXT PROTOCOL (MCP)
Control, monitor, and query your autonomous agent fleet directly from your favorite AI coding assistants using standard STDIO JSON-RPC.
Add Formicx to your mcp_config.json in Antigravity, Cursor, or Claude Desktop:
{
"mcpServers": {
"formicx": {
"command": "python",
"args": ["-m", "formicx.mcp.main"]
}
}
}AI Agents gain instant tools to manage, orchestrate, and query Formicx workloads:
DEBIAN-NATIVE AGENT OS
Boot the dedicated Debian-native OS image for bare-metal agent supervision, or install the standalone Python framework directly inside your existing Linux environment.
Formicx Debian-Native Agent OS (x86_64-linux)
root@formicx-os:~# sudo formicx-os-install --target=/dev/nvme0n1
Booting Formicx Debian-Native Agent OS v0.1.0-alpha...
[ OK ] Initialized Linux Kernel 6.6-agent-rt
[ OK ] Started formicxd system supervisor daemon
[ OK ] Enabled mDNS zero-config peer discovery service
[ OK ] Mounted isolated cgroup memory controller for AI agents
Formicx OS environment ready. Run "formicx agent start" to deploy workloads.
root@formicx-os:~#
Pre-configured Debian Linux image featuring embedded kernel process supervisors, mDNS peer discovery, and agent resource management.
Download OS Image (formicx.vercel.app)Install the lightweight Python agent control plane, CLI supervisor, and network SDK directly on any existing Linux system via pip.
View Framework on GitHubOPEN BY DEFAULT
GOOD FIRST ISSUES