Skip to content
View liyixuan201211's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report liyixuan201211

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.

Content in all repositories owned by your account will be closed.
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
liyixuan201211/README.md

Hi, I'm 李毅轩 👋

CSP-S 2024 Focus Hackathon Open Source

Agent 架构 · 大模型应用 · 全栈开发

精通 C++、算法与数据结构(CSP-S 2024 提高组一等奖 182 分); 开发中以 架构设计 + 伪代码驱动 AI 生成多语言实现 —— 我负责需求拆解、数据建模、接口与架构定义,实现代码由 AI 辅助生成,我逐层调试、验证并完成上线。


🚀 我主导 / 深度参与的项目

面向青少年与大学生的 AI 心理自我探索平台:像素风治愈 UI + 多智能体陪伴 + 实时语音对话 + 循证疗愈工具。

仓库共 58 次提交,其中 53 次由我完成。我负责的模块:

  • 多智能体咨询底层升级
  • Qwen ASR 实时语音服务(转写 + TTS)
  • 疗愈工具箱与像素沙盘、量表体系、暗色模式

Next.js 16 FastAPI Python 3.12 TypeScript

🏆 微距 AI 黑客松 PRO 赛道 · 全国第二名

世界模型 + 知识库 + 决策闭环的城市安全指挥系统,覆盖内涝、滑坡、台风、风暴潮四类灾害。 滑坡预警模型 AUC 0.821(905 条官方预警训练,时间外验证)。

主导 v5.1 版本迭代 —— 知识库、风暴潮推算、决策闭环(SHA-256 审计链)、What-if 推演、告警流与 2D 地图;实现三段式 RAG:向量召回 → bge-reranker 精排 → 大模型生成。

Python RAG 世界模型 真实公开数据

🏆 爱化身科技黑客松 · 第一名

面向外贸与销售团队的三分栏 AI Agent 平台:导入微信 / QQ / 钉钉聊天记录或截图,自动完成客户建档、深层画像与成交洞察。

自研 Agent 运行时(29 个工具、多轮工具调用、SSE 流式输出),36+ 功能模块以注册器机制即插即用。

Node 24 + Hono SQLite React 19 Vite Tailwind 4 Docker GitHub Actions CI


🧩 开源 · AI Agent 工具链

这组项目围绕同一个问题:当 Agent 真的开始动手改代码,怎么让它可控、可回滚、可审计。 多数项目以 DSH(DeepSeek Harness)插件或 Skill 形式发布,零依赖、无构建步骤。

项目 解决什么 技术
dsh-blastradius 在执行破坏性命令之前,从真实仓库算出它究竟会毁掉什么,并按「是否还能拿回来」分级;只做静态推演,绝不执行那条命令。 JavaScript
dsh-rewind 内容寻址快照 + 一条命令回滚 Agent 对目录做过的改动,而且这次回滚本身还能再被回滚;任何文件夹可用,不必是 git 仓库。 JavaScript
dsh-deadend 给编码 Agent 的「此路不通」账本:记住哪些方案试过无效,并在其依赖的代码变化后自动让这条结论过期,避免二次踩坑。 JavaScript
dsh-skillnotary 安装一个 Skill 之前就能看清它能做什么;若它在你的审查之后悄悄多出一项能力则告警。不注入任何启动期代码。 JavaScript
skillnotary Skill 的 lockfile、来源证明与能力策略:把「我的 Agent 能做什么」钉死,并且可举证。 TypeScript
handoff · 交接 把普通人说不清楚的需求,变成 AI 团队真正交付的成果:8 阶段流水线 + 工具 / MCP / Skill,零配置零构建,数据只留在本机。 JavaScript
agentlog 检索、阅读并导出本机所有 AI 编程 Agent(Claude Code / Codex / DSH)的会话历史。 Go

🏆 竞赛与获奖

竞赛 成绩
CSP-S 2024 提高组 一等奖(182 分)
CSP-J 2024 / 2025 入门组 一等奖(300 / 364 分)
CSP-S 2025 提高组 二等奖
第四届全国青少年人工智能创新挑战赛 一等奖
第十二届蓝桥杯青少组全国总决赛 一等奖(EV3 组)
第十六届宋庆龄少年儿童发明奖 银奖(人工智能 · 编程作品奖)

🛠 技术栈

  • 算法:精通 C++,算法与数据结构(长期按竞赛标准训练)
  • 大模型:Agent 架构与多轮工具调用、RAG(向量召回 + Rerank)、Prompt 工程、模型微调、多模态、ASR / TTS
  • 工程:Node.js + Hono、React / Next.js、FastAPI、SQLite、REST / SSE、Docker、GitHub Actions CI
  • 硬件:LEGO EV3 / Arduino / 树莓派

📫 联系我

Popular repositories Loading

  1. customer-analyst customer-analyst Public

    JavaScript 1

  2. agentlog agentlog Public

    Search, read and export the session history of every AI coding agent on your machine — Claude Code, Codex, DSH. One zero-dependency Go binary.

    Go 1

  3. handoff handoff Public

    交接 Handoff —— 把普通人说不清楚的需求,变成 AI 团队真正交付的成果。8 阶段流水线 + 工具/MCP/Skill,零配置零构建,数据只在你自己的电脑上。

    JavaScript 1

  4. skillnotary skillnotary Public

    Lockfile, provenance and capability policy for AI agent skills. Pin what your agent can do — and prove it. Zero runtime dependencies.

    TypeScript 1

  5. dsh-skillnotary dsh-skillnotary Public

    DSH plugin: lock, verify and govern AI agent skills. Tells you what a skill can do before you install it — and when it silently gains a capability after your review. Ships no boot-time code.

    JavaScript 1

  6. dsh-deadend dsh-deadend Public

    A refutation ledger for coding agents: remember what did not work, and expire it automatically when the code it depended on changes. DSH plugin + CLI, no build step.

    JavaScript 1