agentos ● live
a cognitive kernel for agents
agentos is the plumbing the rest of my work stands on. It's a small, terminal-native runtime that gives an agent the essentials: a bus of tools it can discover and call, pluggable LLM providers, persistent memory, and a tight event-driven loop.
It runs anywhere — including Termux on a phone. The same chat you're talking to on this site is powered by the Cloudflare provider that ships with it.
// highlights
- Tool bus with discovery + JSON-args execution
- Pluggable providers: Cloudflare Workers AI, Ollama, OpenAI, Gemini
- SQLite-backed memory
- Event-driven agent loop — runs even on Termux
// stack
- TypeScript
- Node
- Cloudflare AI