Started in iOS development, now focusing on AI Infrastructure · Platform Engineering.
My code is my pitch — if it resonates, you're my people.
Taiwan · AI Infrastructure · Platform Engineering
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.
- Agenvoy (v0.20.3) — Plugs Agenvoy into the MCP ecosystem with a dual-transport client adapter that merges global and per-session config. Tightens the tool registry boundary and closes a confirm-gate gap that let user-defined API endpoints execute silently. Detailed documentation moves from the repo into GitHub Wiki.
- go-pkg (v0.12.2) — Extends the
httppackage with caller-owned streaming variants, unblocking SSE consumers and protocol clients (e.g. MCP) that need response headers and Content-Type dispatch — cases the auto-decoding generic API cannot serve. The existingGET[T]/POST[T]family remains the default for one-shot JSON / XML calls. - ToriiDB (v0.5.1) — Add OS keychain as a secondary source for
OPENAI_API_KEY. Lookup order is env (including.env) first, keychain fallback second — darwin usessecurity, linux usessecret-tool, other platforms read$HOME/.secrets.
Go/Infrastructure
Go/Service
Go/Package
Node.js PHP |
Framework
Library
Demo/Web
Demo/iOS |
Web
- JOBALL — Freelance expert marketplace (Taiwan) · peak 10K users / 340K monthly views
Chrome Extension
- C2hat — E2EE Cross-origin real-time chat
VS Code Extension
- NanoMD — Markdown editor with live preview
Discontinued


