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.
- go-pkg (v0.11.0) — AReshapes the filesystem surface: read-side APIs split out into a dedicated
readersub-package, and a newparsersub-package handles common document formats. Existingfilesystem.ListFiles/filesystem.Existscallers must re-import. - Agenvoy (v0.20.0) — Session lifecycle adds a friendly-name layer plus three routing prefixes: subagent name dispatch,
:<name>one-shot CLI prefix, and skill-arg pass-through. Runtime gains a UID/PID singleton with per-session state tracking. go-utils upgraded to v0.9.4. - 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


