Our current platform is a set of open source toolsto make building, developing and deploying agents much easier. They're all open source and free to use.
We have another 50 tools in the works. A complete library that lets you do anything you can imagine with Agents.
But this is only the beginning. We're creating a full end to end platform where you can develop, share, and sell agents and even iterate on other people's agents.
SurfKit
A k8s style orchestrator for agents that lets you build and run agents locally, in a container or in the cloud and connect them to devices.
ToolFuse
A robust library for building agent tools that an agent can use to observe and interact with the environment.
AgentD
A powerful daemon that makes a desktop OS accessible to AI agents. Expose a desktop via HTTP API, and allows seamless interaction between desktop and AI-apps.
AgentDesk
This library spins up and runs AgentD-powered VMs in the cloud or locally as Tool instances.
DeviceBay
Lets you set up pluggable instances of devices that agents can use, like a file system, Playwright browser or desktop. Talks through ToolFuse.
MLLM
A library for communicating with Multimodal Large Language Models via multi-role persistent threads.
ThreadMem
A library for building multi-role persistent threads. Agents use this library to communicate with LLMs and MLLMs.