Skip to content
View xiaweiyi713's full-sized avatar

Highlights

  • Pro

Block or report xiaweiyi713

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

  • 🚢 CiteGuard v0.1.1 已上 PyPIMCP 官方 registry(pip install citationguard)— AI 写作的"多疑审稿人",核验引用是否存在、元数据是否正确、是否真支持论点;可被 Claude Code / Codex / Cursor 以 MCP 工具直接调用
  • 🚀 FAR 正朝论文推进 — 让 RAG Agent 主动追问"什么证据能证明当前答案是错的"
  • 🌱 持续打磨 VeraRAG(可验证 Agentic RAG,791 个测试)与 agentic-os-core(零依赖的 Agent 记忆/规划引擎)
  • 💬 可以和我聊:引用幻觉与核验、可验证 RAG、Agent 弃权设计、MCP 工具开发
  • ⚡ 一条贯穿所有项目的原则:宁可说"查不准",也不编一个答案

关于我

西南财经大学 AI 方向本科生。我做的是生产级的可信 AI 系统——不是 notebook、不是 demo:有 CI、有发布门禁、有几百个测试守住行为边界的那种。

我最关心的问题是:AI 说错话的时候,系统怎么兜底? 围绕这个问题做了一条"证伪优先"主线——CiteGuard 用真实学术库证伪每一条引用;FAR 把"哪里可能错"转成可检索的证据需求;VeraRAG 让 Agentic RAG 的每步推理可审计。它们共享同一套设计哲学:弃权优于猜测,证伪优于自证,源不可达只降置信度、绝不升级成指控。

工程上我在意:测试纪律(CiteGuard 548 / VeraRAG 791 / agentic-os-core 330 个测试)、零依赖核心、机器可读的输出契约。

我在做什么

项目 一句话
🔍 CiteGuard 证伪优先的引用核验:存在性 / 元数据 / 论点支撑三重检查,支持中文文献(GB/T 7714 + DOI 注册表) · PyPI + MCP registry
🧪 FAR 证伪引导检索,让语言 Agent 自我纠错(研究项目)
VeraRAG 可验证的 Agentic RAG 推理系统,每一步可审计
📊 struct-viz 408 考研四科算法动画可视化平台 ⭐106
🛒 CartCompass 多模态电商导购 Agent,商品事实零幻觉(iOS + FastAPI)
🧠 agentic-os-core Agent 记忆与规划引擎:图存储 + MCTS + 分层规划,零依赖
📬 MailAI 接入多 LLM 的 iOS 智能邮件应用(SwiftUI)

🛠 技术栈

Python TypeScript Swift PyTorch FastAPI SwiftUI MCP


snake eating my contributions

宁可说"查不准",也不乱指控 · Verify, don't trust.

footer

Pinned Loading

  1. VeraRAG VeraRAG Public

    VeraRAG: Verifiable Agentic Retrieval-Augmented Reasoning — 可验证的智能体 RAG 系统

    Python

  2. struct-viz struct-viz Public

    408 考研四科可视化平台 - 数据结构/组成原理/操作系统/计算机网络的算法动画演示

    TypeScript 106 3

  3. CartCompass CartCompass Public

    智购罗盘 CartCompass · 基于 RAG 的多模态电商智能导购 AI Agent(原生 iOS + FastAPI,零幻觉可控 Agent,字节 AI 全栈挑战赛)

    Python

  4. FAR FAR Public

    Typed falsification-guided retrieval for self-correcting language agents

    Python

  5. citeguard citeguard Public

    证伪优先的引用核验:论文存在性 / 元数据 / 论点支撑三重检查,可被 Claude Code、Codex、Cursor 以 MCP 调用 · Skeptical citation auditor for agent writing workflows · PyPI: citationguard

    Python

  6. agentic-os-core agentic-os-core Public

    A hardcore memory & planning engine for AI Agents — graph-based knowledge storage, MCTS tree-of-thoughts reasoning, and hierarchical goal planning. Zero dependencies.

    Python