Side Projects

self-escalate-agent

刻意設計成不完整的最小 CLI Agent。遇到能力缺口不亂猜,自動開 GitHub Issue 讓人決定下一步要補什麼。每次 escalation 都是一個改進訊號,issue list 就是 agent 的能力成長路徑。

LLMPythonCLIHarness Engineering
GitHub →
★ 1 fork 0

LLM Agent Trader

用 LLM 做股票回測的 AI 交易系統。整合 Azure OpenAI GPT-4 進行策略分析,搭配技術指標引擎,透過 FastAPI + Next.js 介面讓使用者即時觀察 Agent 的決策過程。

LLMPythonFastAPINext.jsStock
GitHub →
★ 369 fork 86

LLM Kaggle Agent

分析 Kaggle 競賽高票解法的 Agent,自動提取任務類型、模型架構、評估指標設計與核心洞見,並累積成可查詢的 ML 知識庫。支援 human-in-the-loop 競賽選擇與 expert chat 模式。

LLMAgentic SystemPythonKaggle
GitHub →
★ 4 fork 0

LLM Stock Trader Trainer

台股交易模擬訓練平台。回放歷史股價走勢、同步顯示當天真實新聞,讓使用者在接近真實的情境下練習買賣決策。

LLMPythonStockSimulation
GitHub →
★ 22 fork 8

LLM Stock Team Analyzer

多 Agent 協作的股票分析框架。Market Analyst、News Analyst、Bull/Bear Researcher 各司其職,最後由 Trader Agent 整合所有觀點輸出投資建議。

LLMMulti-AgentLangGraphStock
GitHub →
★ 33 fork 14

LLM Document Extracter

學術 PDF 結構化萃取工具。自動解析論文章節,逐段用 GPT-4.1 產生繁體中文摘要,輸出包含各節摘要與整體總結的 Markdown 檔案。

LLMPythonPDFCLI
GitHub →
★ 21 fork 5
Open Source

Tracer-Cloud/opensre

Merged

Implemented two-press Ctrl+C exit pattern in the interactive shell — first press shows a hint, second press within 2s exits cleanly. Consistent with Claude CLI UX. Includes unit tests and a SIGINT handler for long-running ops.

mksglu/context-mode

Merged

Fixed outdated documentation claiming large stdout uses a 60/40 head+tail truncation strategy. The actual implementation (server.ts, LARGE_OUTPUT_THRESHOLD) auto-indexes large outputs into FTS5 and returns a pointer — no truncation occurs. Found the discrepancy by reading source code directly.