AI Skill Hub 推荐使用:Expo LLM Wiki 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
Expo LLM Wiki 是一款基于 TypeScript 开发的开源工具,专注于 Expo、LLM、SQLite 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Expo LLM Wiki 是一款基于 TypeScript 开发的开源工具,专注于 Expo、LLM、SQLite 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g expo-llm-wiki # 方式二:npx 直接运行(无需安装) npx expo-llm-wiki --help # 方式三:项目依赖安装 npm install expo-llm-wiki # 方式四:从源码运行 git clone https://github.com/equationalapplications/expo-llm-wiki cd expo-llm-wiki npm install npm start
# 命令行使用
expo-llm-wiki --help
# 基本用法
expo-llm-wiki [options] <input>
# Node.js 代码中使用
const expo_llm_wiki = require('expo-llm-wiki');
const result = await expo_llm_wiki.run(options);
console.log(result);
# expo-llm-wiki 配置说明 # 查看配置选项 expo-llm-wiki --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export EXPO_LLM_WIKI_CONFIG="/path/to/config.yml"
GitHub · Playground · Changelog · Issues
Choose the package for your platform:
Reactive read. Fetches on mount and re-fetches whenever entityId, query, wiki, or ReadOptions values change. Call refetch() to refresh manually. In-flight results always land before a queued re-fetch starts — results are never silently discarded.
const { data, isPending, error, refetch } = useMemoryRead('entity-123', 'weekend plans');
// data: MemoryBundle | null
React hooks are available from @equationalapplications/react-llm-wiki (web) and @equationalapplications/expo-llm-wiki (Expo). Use the React-specific entry points when integrating with React.
expo-llm-wiki is organized as a monorepo with five packages:
| Package | Purpose | Platform |
|---|---|---|
**@equationalapplications/core-llm-wiki** | Persistent episodic memory | Node.js, any platform |
**@equationalapplications/expo-llm-wiki** | Persistent episodic memory | Expo, React Native |
**@equationalapplications/react-llm-wiki** | Persistent episodic memory | Web (React) |
**@equationalapplications/core-llm-tools** | Platform-agnostic Gemini tool schemas and capability-based scope injector | Node.js, browser, React Native |
**@equationalapplications/prisma-outbox** | Sync SQLite outbox events to Prisma-backed database (transactional outbox pattern) | Node.js |
Choose your package: - Expo/React Native app? → @equationalapplications/expo-llm-wiki - React web app (CRA, Vite + React, Next.js client)? → @equationalapplications/react-llm-wiki + sql.js - Vanilla JS or non-React framework? → @equationalapplications/core-llm-wiki + sql.js - Node.js backend? → @equationalapplications/core-llm-wiki + better-sqlite3 - Gemini tool schemas + capability-scoped injection? → @equationalapplications/core-llm-tools
The wiki packages share the same core API and database schema. The core library is framework-agnostic; @equationalapplications/expo-llm-wiki injects the Expo adapter, while @equationalapplications/core-llm-wiki and @equationalapplications/react-llm-wiki require your application to provide a SQLite adapter.
@equationalapplications/core-llm-tools is a standalone, zero-dependency package — it has no SQLite or framework dependencies and can be used independently of the wiki packages. See packages/core-llm-tools/README.md for full documentation.
How React hooks stay in sync with memory state:
<WikiProvider wiki={wiki}> — provides wiki contextentityId, query, wiki, or ReadOptions values change; call refetch() to refresh manuallyuseMemoryRead; call refetch() after a write to refresh read results---
Made with ❤️ by Equational Applications LLC. https://equationalapplications.com/
高质量的离线LLM应用内存解决方案
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Expo LLM Wiki 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | expo-llm-wiki |
| 原始描述 | 开源AI工具:Offline-first, SQLite-backed memory for LLM apps built with Expo。⭐8 · TypeScript |
| Topics | ExpoLLMSQLite离线优先 |
| GitHub | https://github.com/equationalapplications/expo-llm-wiki |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-28 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。