Skip to content
View pardnchiu's full-sized avatar
Currently at ITRD — open to connecting and exploring new opportunities.
Currently at ITRD — open to connecting and exploring new opportunities.

Highlights

  • Pro

Organizations

@pardnio

Block or report pardnchiu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pardnchiu/README.md

邱敬幃 Pardn Chiu

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.


Recent

  • go-pkg (v0.11.0) — AReshapes the filesystem surface: read-side APIs split out into a dedicated reader sub-package, and a new parser sub-package handles common document formats. Existing filesystem.ListFiles / filesystem.Exists callers 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 uses security, linux uses secret-tool, other platforms read $HOME/.secrets.

Backend

Mentioned in Awesome Go

  • go-scheduler — Cron scheduler with dependency chains
  • go-jwt — JWT middleware with Redis session + auto-renewal

Go/Infrastructure

  • go-pve-qemu — Proxmox VM lifecycle API with SSE streaming
  • go-faas — FaaS runtime with Bubblewrap sandbox
  • go-podrun — Container deployment CLI via rsync/SSH

Go/Service

Go/Package

Node.js

PHP

Frontend

Framework

  • QuickUI — Virtual DOM framework on pure JS with reactive binding · 20K+/mo

Library

  • NanoMD — Split-pane Markdown editor with Mermaid · 20K+/mo
  • NanoJSON — Interactive JSON tree editor, zero dependencies · 20K+/mo
  • FlexPlyr — HTML5 / YouTube / Vimeo unified player · 20K+/mo
  • RenderJS — Chainable DOM manipulation via prototype extension · 20K+/mo
  • pdf2image — Client-side PDF to JPG/PNG/WebP · 1K+/mo

Demo/Web

  • demo-web — 30+ frontend reproductions
  • WebUI — Visual drag-and-drop website builder
  • AdminUI — Admin dashboard template

Demo/iOS


Product

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

Popular repositories Loading

  1. Agenvoy Agenvoy Public

    Agentic framework | Self-improving memory | Pluggable tool extensions | Sandbox execution

    Go 75 10

  2. go-scheduler go-scheduler Public

    Scheduler with standard cron and task dependencies

    Go 34 6

  3. go-jwt go-jwt Public

    JWT authentication | Auto-renewal

    Go 18

  4. go-faas go-faas Public

    Run Py/JS/TS functions as serverless endpoints

    Go 18 1

  5. go-redis-fallback go-redis-fallback Public

    Redis client with graceful fallback

    Go 16 2

  6. go-ip-sentry go-ip-sentry Public

    IP threat detection with automatic blacklisting

    Go 13