Skip to content
View chick26's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report chick26

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
chick26/README.md

ON MY WAAAY 👋

Hi, I'm Chick Lee — building AI-native workflows, knowledge tools, and visual notes.

GitHub Bilibili Tuchong 500px

AI Agents · Knowledge Systems · Codex Skills · Document Intelligence · Photography / Film


Focusing

I like building small, practical systems that help people capture context, understand information, and turn messy inputs into useful outputs.

Current:

  • 🧠 Agentic workflows — orchestrators, subagents, memory, tools, and diagnostics
  • 📚 Knowledge tooling — course notes, second brain workflows, timeline evidence
  • 📄 Document intelligence — PDF processing, layout parsing, OCR-friendly pipelines
  • 🎞️ Visual notes — photography, vlog, and everyday observation

Selected Projects

Project What it does Stack / Direction
AgentWeave A composable agent runtime with an orchestrator, isolated worker subagents, memory, artifacts, and diagnostics. Python · Streamlit · OpenAI Agents SDK · Text2SQL · RAG
LLM-Deploy-Bench A local React + Node/TypeScript console for acceptance and load testing LiteLLM model deployments. TypeScript · React · Node.js · LiteLLM
dayflow-source A Codex skill that turns local Dayflow timeline cards into compact evidence packages for reviews and summaries. Python · SQLite · Codex Skill
course-media-to-notes A Codex skill for organizing course videos, audio, PDFs, images, and subtitles into structured Chinese course notes. Python · FFmpeg · ASR · PDF
dify_api_hub A FastAPI support service for AI Agents, currently focused on PDF processing and layout parsing. Python · FastAPI · PDF · Layout Parsing
obsidian-sync-yuque Legacy Obsidian ↔ Yuque sync plugin. TypeScript · Obsidian Plugin

Toolbox

Python TypeScript FastAPI React Streamlit SQLite Obsidian


Notes on Building

Make tools small enough to understand, useful enough to keep, and quiet enough to trust.

I care about:

  • Local-first and privacy-aware workflows
  • Clear evidence before generated summaries
  • Composable agents instead of monolithic assistants
  • Readable documentation and reproducible demos
  • Tools that fit real daily work

Visual Journal

When I am not building tools, I am probably framing things through a camera.


Always focusing. Always on my way.

Pinned Loading

  1. matrix-completion matrix-completion Public

    Several Algorithm of Matrix Completion

    Python 6

  2. obsidian-sync-yuque obsidian-sync-yuque Public

    Obsidian Sync Yuque [obsidian 同步文档到语雀插件]

    TypeScript 36 2

  3. dify_api_hub dify_api_hub Public

    A FastAPI service that provides a variety of practical tools for AI Agents. Currently, it supports PDF processing and layout analysis features.

    Python 2

  4. agentweave agentweave Public

    Python