docs: refresh external growth tracker#3287
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the community growth tracking document (docs/community_growth_20k.md) by adding new entries for the ZeroClaw and Vexa integrations, and updating the status of the Clowder-AI integration. The reviewer feedback suggests adding the new Vexa integration PR to the metrics collection script to ensure it is tracked, and moving the completed Clowder-AI integration entry to the completed wins section.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| | `run-llama/llama_index#21996` local FunASR reader | Gives LlamaIndex users a local SenseVoice/FunASR reader for private transcription workflows | Keep optional dependencies isolated, verify the reader does not affect default installs, and watch for maintainer guidance on package extras. | | ||
| | `mem0ai/mem0#5571` optional FunASR transcription helper | Adds local FunASR transcription to a high-star memory layer used by agent builders | Keep FunASR optional and make examples clear about local model downloads; the current failing Vercel preview is a Mem0 team authorization gate, not a FunASR code failure, so wait for maintainer-side preview access or review. | | ||
| | `Significant-Gravitas/AutoGPT#13500` configurable transcription endpoints | Opens a path from AutoGPT's high-visibility agent platform to local FunASR/SenseVoice gateways through the existing OpenAI-compatible transcription route | Head `6f348f6e7c38` has 29 successful checks, 1 expected skip, 1 neutral review check, and 0 unresolved threads. The PR description now attributes the original multi-input transcription proposal via `Refs #12940` and no longer carries the stale draft-era validation note. The combined status still has an author-controlled CLA pending and an AutoGPT-team Vercel authorization failure, so wait for account/team action and maintainer review rather than changing FunASR-side code. | | ||
| | `Vexa-ai/vexa#810` custom STT endpoint documentation | Makes bring-your-own OpenAI-compatible transcription servers visible in a meeting-bot docs surface, giving SenseVoiceSmall and Fun-ASR-Nano users a clean path to point Vexa at private FunASR/SenseVoice gateways | Head `6f350ff6554f` adds a `docs/docs/how-to/custom-stt.mdx` guide, nav entry, and overview card with `/v1/audio/transcriptions`, `TRANSCRIPTION_SERVICE_URL`, token, model, and example FunASR/SenseVoice-compatible endpoint setup. All real docs/static/node/python/gates checks are green and the PR is mergeable; only Vexa's `merge-card` policy gate remains, requiring maintainer `state: value-signed` label and non-author approval. | |
There was a problem hiding this comment.
The new integration PR Vexa-ai/vexa#810 is missing from the DEFAULT_INTEGRATION_PRS list in scripts/collect_growth_metrics.py. Please add "Vexa-ai/vexa#810" to the DEFAULT_INTEGRATION_PRS list in scripts/collect_growth_metrics.py so that the growth metrics collection script tracks this PR correctly.
| | `punkpeye/awesome-mcp-servers#7153` FunASR MCP server listing | Exposes FunASR to a high-star MCP discovery list used by agent-tool builders looking for local speech tools | Head `a2ec29b73fbd` is clean and mergeable with 2 successful checks and 2 expected skips. The Glama API, listing page, and score badge each return HTTP 200, and the PR now includes the required published score badge plus capability wording that matches the default SenseVoiceSmall implementation. Wait for maintainer merge without another status ping. | | ||
| | `Arindam200/awesome-ai-apps#250` FunASR Nebius voice note analyst | Places a runnable FunASR application in a 13k-star AI app catalog, showing a canonical OpenAI-compatible transcription path and an optional same-language structured brief without coupling transcription to the LLM provider | Head `5023cfd8ba20` is mergeable and both head checks are successful. Validation covers 55 tests on Python 3.10, 3.11, 3.12, and 3.14; Ruff and format checks; real H100 transcription with FunASR 1.3.14; and desktop/mobile Playwright runs without overflow or browser errors. GitHub labels the PR `UNSTABLE` because its generated potential merge commit has no status rollup even though the head rollup is successful and no required branch checks are reported; wait for maintainer review. | | ||
| | `zts212653/clowder-ai#1083` Qwen3-ASR service unification | Puts Qwen3-ASR into a user-facing local STT service slot by making it a `whisper-stt` backend variant instead of a separate, easier-to-misconfigure service | Merged on 2026-07-13 as `704bb735cae01be4bcd4089427bc6983c99a43a3` after fixes for Rosetta hardware detection, Qwen3-ASR install/server dispatch, async backend locking, temp WAV cleanup, and stale setup docs. Add it to the FunASR community integrations page so new users can discover the upstream service slot. | | ||
| | `zts212653/clowder-ai#1083` Qwen3-ASR service unification | Puts Qwen3-ASR into a user-facing local STT service slot by making it a `whisper-stt` backend variant instead of a separate, easier-to-misconfigure service | Merged on 2026-07-13 as `704bb735cae01be4bcd4089427bc6983c99a43a3` after fixes for Rosetta hardware detection, Qwen3-ASR install/server dispatch, async backend locking, temp WAV cleanup, and stale setup docs. The upstream service slot is already discoverable from the FunASR EN/ZH community integrations pages. | |
There was a problem hiding this comment.
Summary
Validation