Work2023
Deco Agent Network
Architecture shipped; the original RAG goal paused when Hermae took focus.
Through late 2023 we built Deco Agent Network, a server framework for personal assistant nodes that could run locally, expose a plugin surface, and talk to other nodes over a structured protocol instead of ad-hoc prompts.
Plugins were defined as manifests that extended what a node could do and described safe cross-app APIs, so one assistant could request a capability from another without sharing a full filesystem. The repo was a Turborepo with a core server, a plugin SDK, and example nodes.
The original goal was RAG plus inter-server LLM calls: a personal network that could retrieve, reason, and hand work across machines. That goal receded when Hermae took the calendar. Deco Agent Network still taught us how to keep assistant capabilities behind explicit contracts instead of a single mega-prompt.
