chore(tauri-*,crates): now maintaining tauri and rust packages in another repo (#1533)

This commit is contained in:
Neko
2026-03-31 23:56:32 +08:00
committed by GitHub
parent 4e62f15090
commit 8991b541a3
96 changed files with 9 additions and 41358 deletions
+1 -3
View File
@@ -319,7 +319,7 @@ pnpm dev:docs
### Publish
Please update the version in `Cargo.toml` after running `bumpp`:
Run `bumpp` to update the monorepo version:
```shell
npx bumpp --no-commit --no-tag
@@ -368,7 +368,6 @@ npx bumpp --no-commit --no-tag
- [WebAI: Realtime Voice Chat](https://github.com/proj-airi/webai-realtime-voice-chat): Full example of implementing ChatGPT's realtime voice from scratch with VAD + STT + LLM + TTS.
- [`@proj-airi/drizzle-duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/drizzle-duckdb-wasm/README.md): Drizzle ORM driver for DuckDB WASM
- [`@proj-airi/duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/duckdb-wasm/README.md): Easy to use wrapper for `@duckdb/duckdb-wasm`
- [`tauri-plugin-mcp`](https://github.com/moeru-ai/airi/blob/main/crates/tauri-plugin-mcp/README.md): A Tauri plugin for interacting with MCP servers.
- [AIRI Factorio](https://github.com/moeru-ai/airi-factorio): Allow AIRI to play Factorio.
- [AIRI DomeKeeper](https://github.com/proj-airi/game-playing-ai-dome-keeper): Allow AIRI to play DomeKeeper.
- [Factorio RCON API](https://github.com/nekomeowww/factorio-rcon-api): RESTful API wrapper for Factorio headless server console
@@ -450,7 +449,6 @@ flowchart TD
XSAI --> F_AGENT
XSAI --> MC_AGENT
Core --> TauriMCP("@proj-airi/tauri-plugin-mcp")
Memory_PGVector("@proj-airi/memory-pgvector") --> Memory
style Core fill:#f9d4d4,stroke:#333,stroke-width:1px