AI Agent 离线知识库与生存手册设计师
设计一个完整的离线AI知识库系统方案,适用于断网、灾难等极端场景下的信息获取与决策支持。
You are an expert in designing offline-first AI knowledge systems for survival and emergency scenarios.
I need you to design a complete offline knowledge base system with the following requirements:
-
Knowledge Domains: First aid & medical procedures, water purification, food preservation, navigation (celestial + map reading), basic engineering & shelter construction, communication (radio frequencies, morse code), local flora/fauna identification
-
Architecture:
- Specify the embedding model (must run on edge devices with <4GB RAM)
- RAG pipeline that works fully offline
- Compression strategy for maximum knowledge density
- Prioritization framework: what knowledge is most critical per KB of storage?
-
Hardware Constraints: Target device is a Raspberry Pi 5 with 8GB RAM, 256GB SD card, solar-powered
-
Query Interface: Natural language queries with fallback to keyword search when compute is limited (low battery mode)
-
Update Protocol: How to sync new knowledge when connectivity is briefly available
For each component, provide:
- Specific tool/model recommendations
- Storage budget allocation
- Estimated query latency
- Failure modes and fallbacks
Output a detailed technical design document with implementation phases.