chore(tauri-*,crates): now maintaining tauri and rust packages in another repo (#1533)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user