Zuno 是一个本地优先、短小精悍但工程完整的 Lean Complete Agentic GraphRAG Product。
用户可以配置模型、创建 Workspace、上传资料、解析和索引文档,通过 AgentChat 使用标准检索或深度检索,由 Single Controller Agent 完成规划、混合检索、GraphRAG、证据整理、claim-level citation、回答生成、trace、成本统计和反馈。
近期目标不是大规模分布式企业平台,而是一条真实可运行、可演示、可评测、可恢复的企业知识库 Agent 产品链路:
配置模型
-> 创建 Workspace
-> 上传文档
-> Parse / Index
-> AgentChat 提问
-> ContextPack
-> RetrievalPlan
-> BM25 + Vector + optional Graph
-> EvidenceBundle
-> Claim-level Citation
-> Grounded Answer / Artifact
-> Trace / Cost / Eval
-> Feedback
-> Restart Recovery
- 总架构
- 架构十类图 HTML 展示
- 十一逻辑模块设计
- Production Readiness 状态
- 02 Input / Document Ingestion
- 03 Knowledge / Agentic GraphRAG
- 05 Memory & Context
- 06 Agent Core / Planning & Control
- 07 Capability / Skill
- 10 Observability & Eval
- 架构决策
- Repository Ownership Matrix
- 文档总入口
- 公开证据入口
- 历史归档入口
docs/architecture/ 只保留:
README.md
architecture.md
architecture-views.md
architecture.html
- 当前 program 前台:
.agent/programs/ - 当前 active program:none
- 当前 phase:none
- 最近完成归档:
docs/history/programs/zuno-real-unified-runtime-cutover-v1/ - 历史生产完成归档:
docs/history/programs/zuno-production-architecture-and-deliverables-completion-v1/ - 历史 runtime-first 归档:
docs/history/programs/zuno-target-architecture-runtime-full-implementation-v1/ - 历史 master architecture 归档:
docs/history/programs/zuno-master-architecture-implementation-v1/
python tools/scripts/verify_docs_entrypoints.py
python tools/scripts/verify_repo_structure.py
python .agent/scripts/verify_agent_system.py
python .agent/scripts/verify_doc_boundaries.py
pytest -q tests/repo/test_docs_entrypoints.py tests/repo/test_repo_structure_consistency.py
uvicorn --app-dir src/backend zuno.main:app --host 0.0.0.0 --port 7860- Product & API
- Input & Knowledge
- Agent Core
- Capability & Tool
- Governance & Observability
- Local Infrastructure
后端主路径位于 src/backend/zuno,按 Product/API、Agent、Memory、Capability、Knowledge 和 Platform owner 分层维护。
Evidence-span Agentic GraphRAG 的本地实现基线已经存在,但 fixed EnterpriseRAG measured pass 仍未完成。
最近完成的 zuno-unified-agent-runtime-closure-v1 已把 unified runtime implementation baseline 归档为 implementation_complete_measurement_blocked。PHASE13 sample-8 运行产出 blocked_not_measured,原因是本地 embedding profile runner 未配置;sample-80 仍因仓库没有 tracked fixed 80-case set 而 blocked。
implementation available
measurement blocked
quality not yet proven
不得把 doc-level recall、prepared benchmark 或 incomplete run 写成 strict citation / answer correctness 已完成。Agentic GraphRAG 是否真正完成,仍以 fixed benchmark 和 release gate 为准。