React components for Skia-based charts, widgets, and visualizations using CanvasKit WASM
Client-side vector database built on IndexedDB with WASM
Next.js with PWA, powered by workbox.
The Brainwires Agent Framework — build any AI application in Rust
Built-in concrete tools for the Brainwires Agent Framework — bash, file_ops, git, web, search, code_exec, semantic_search, browser, email, calendar, system. Built on `brainwires-tool-runtime`.
Adaptive prompting techniques, K-means task clustering, and temperature optimization for the Brainwires Agent Framework
Speech (TTS / STT) provider clients for the Brainwires Agent Framework — Azure Speech, Cartesia, Deepgram, ElevenLabs, Fish Audio, Google TTS, Murf, plus browser-native `web_speech` (wasm32)
Codebase indexing + hybrid retrieval (vector + BM25) for the Brainwires Agent Framework. Includes AST-aware chunking via tree-sitter (12 languages), Git history search, and reranking via spectral diversity / cross-encoder.
Tool execution runtime for the Brainwires Agent Framework — executor trait, registry, error taxonomy, sanitization, validation, transactions, smart router, plus optional orchestrator / OAuth / OpenAPI / sandbox / sessions / RAG-tool-search modules
DEPRECATED: split into `brainwires-tool-runtime` (executor + registry + framework) and `brainwires-tool-builtins` (bash, file_ops, git, web, search, code_exec, browser, email, calendar, system) — see README
Knowledge layer — knowledge graphs, BKS/PKS, brain client, entity extraction for the Brainwires Agent Framework. RAG / spectral / code-analysis live in `brainwires-rag`; prompting lives in `brainwires-prompting`.
Agent coordination primitives + multi-agent patterns for the Brainwires Agent Framework — communication hub, file/resource locks, task manager/queue, git coordination, contract net, saga, optimistic concurrency, market allocation, workflow graph, three-state model. LLM-driven workhorses live in `brainwires-inference`.
Unified intelligence layer — knowledge graphs, adaptive prompting, RAG, spectral math, and code analysis for the Brainwires Agent Framework
DEPRECATED: renamed to `brainwires-provider` (singular) and split — speech (TTS / STT) extracted to `brainwires-provider-speech`. See README.
Agent-to-agent networking — IPC, remote bridge, mesh networking, routing, and discovery for Brainwires