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

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.


Recent

  • ToriiDB (v0.5.0) — Add semantic vector search backed by OpenAI embeddings. Vectors are inlined on each Entry, persisted through AOF, and queried via new VSEARCH / VSIM / VGET commands; a content-addressed embedding cache under __torii:embed:* de-duplicates API calls across identical texts.
  • go-utils (v0.5.0) — Introduces a new utils package providing a RFC 4122 v4 UUID() generator and typed environment-variable helpers (GetWithDefault / GetWithDefaultInt / GetWithDefaultFloat), plus MIT LICENSE and README structure polish.
  • Agenvoy (v0.19.0) — Introduces concurrent tool-call dispatch, an invoke_subagent in-process delegate, and a same-payload circuit breaker; switches search_web to the DuckDuckGo lite endpoint and hardens provider/fetch fallbacks across Codex, Google RSS, and Yahoo Finance.
  • ThreadsMarketing (v0.1.0) — Initial release with TUI dashboard, Threads OAuth login flow, and startup token verification.

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
NanoMD (macOS) · Ninlog (macOS) · JOBALL (iOS)

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
node-image-server · node-jwt-auth · node-mysql-pool

PHP
php-async · php-mysql-cli · php-redis-cli · php-cache-fallback · php-session-fallback · php-mailer

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
demo-swiftui · demo-swift-firebase-messaging · demo-swift-moneybook

Popular repositories Loading

  1. Agenvoy Agenvoy Public

    Agentic framework | Multi-provider routing | Pluggable tool extensions | Sandbox execution

    Go 57 8

  2. go-scheduler go-scheduler Public

    Scheduler with standard cron and task dependencies

    Go 33 5

  3. go-jwt go-jwt Public

    JWT authentication | Auto-renewal

    Go 17

  4. go-faas go-faas Public

    Run Py/JS/TS functions as serverless endpoints

    Go 17 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