Started in iOS development, now focusing on AI Infrastructure · Platform Engineering.
My code is my pitch — if it resonates, you're my people.
Agenvoy — AI Agent Framework
A Go agent runtime built from the standard library up, zero framework dependencies. Ships with intelligent multi-provider routing across 7 LLM backends, OS-native sandbox, built-in scheduler, a purpose-built embedded database, and tool extensions in Python / JavaScript / REST API — drop a JSON spec and any HTTP endpoint becomes a callable tool.
ToriiDB — Embedded JSON/Vector Database
A four-in-one embedded database in pure Go — KV cache (Redis-style), document DB (MongoDB-style JSON queries), vector DB (OpenAI embeddings with cosine top-K), and local persistence (AOF + JSON snapshots with in-memory parsed cache) — packed into a single import. Embeddings live inline on each key and share the same AOF and compaction paths as KV values, no secondary index engine, no separate vector store. Aimed at Go projects that want to collapse a Redis + MongoDB + Pinecone stack into one binary instead of running three services behind the network.
Web
Chrome Extension
VS Code Extension
Discontinued |
Go/Infrastructure
Go/Service
Go/Package
Node.js PHP |
Framework
Library
Demo/Web
Demo/iOS |


