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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
96 changed files with 9 additions and 41358 deletions

View file

@ -278,7 +278,7 @@ pnpm dev:docs
### Публикация
Пожалуйста, обновите версию в `Cargo.toml` после выполнения `bumpp`:
Запустите `bumpp`, чтобы обновить версию монорепозитория:
```shell
npx bumpp --no-commit --no-tag
@ -326,7 +326,6 @@ npx bumpp --no-commit --no-tag
- [WebAI: Realtime Voice Chat](https://github.com/proj-airi/webai-realtime-voice-chat): Полный пример реализации реального времени голосового чата ChatGPT с нуля с 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 для DuckDB WASM
- [`@proj-airi/duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/duckdb-wasm/README.md): Простой обертка для `@duckdb/duckdb-wasm`
- [`tauri-plugin-mcp`](https://github.com/moeru-ai/airi/blob/main/crates/tauri-plugin-mcp/README.md): Плагин Tauri для взаимодействия с серверами MCP.
- [AIRI Factorio](https://github.com/moeru-ai/airi-factorio): Позволяет AIRI играть в Factorio
- [Factorio RCON API](https://github.com/nekomeowww/factorio-rcon-api): RESTful API-обертка для консоли headless-сервера Factorio
- [`autorio`](https://github.com/moeru-ai/airi-factorio/tree/main/packages/autorio): Библиотека автоматизации Factorio
@ -407,7 +406,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