Extension Index
@twonines/extension-indexv2026.07.22.1
01README
Semantic discovery index for published swamp extensions. Crawls the extension registry, embeds metadata using an OpenAI-compatible API, and provides hybrid keyword + vector search (FTS5 + cosine, RRF-fused) to find extensions by intent rather than exact name.
02Models
@twonines/extension-indexv2026.07.22.1mod.ts
fn ingest()
Crawl the extension registry, embed all extensions, and build the search index.
fn search(query: string)
Search the extension index with natural language.
| Argument | Type | Description |
|---|---|---|
| query | string | Natural language search query. |
Resources
ingest-state(infinite)— Result of the last index build
index(infinite)— The SQLite index as a portable base64-encoded resource
search-results(1h)— Results from a search query
03Stats
A
100 / 100
Downloads
0
Archive size
105.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels