An implementation of routes localization for Angular
A loader for localize-router that loads config using Http
A Module loader to translate lazy-loaded routes using localize-router server-side with Universal
A loader for localize-router that loads config using Http
A Module loader to translate lazy-loaded routes using localize-router server-side with Universal
A toolbox for your React Native app localization.
An implementation of routes localization for Angular
An implementation of routes localization for Angular
> An implementation of routes localization for Angular.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.9.
Internationalization (i18n) for Next.js
NPM module to externalize and localize VSCode extensions
Localization client library for lit-html
A Module loader to translate lazy-loaded routes using localize-router server-side with Universal
A micro library for localizing custom elements using Lit's Reactive Controller model.
Localization tooling for lit-html
Simple middleware-style router
Declarative routing for React
Modern and scalable routing for React applications
Nested/Data-driven/Framework-agnostic Routing
Modern and scalable routing for React applications
Modern and scalable routing for React applications
MediaPipe Vision Tasks
The localization system helps to manage localization data split into locales and automate its loading
Route each request to the cheapest capable model (local-first; escalate to your frontier only when needed). BYO keys + infra.
pikuri-vectordb gives a pikuri-core agent a +vectordb_search+ tool over a local document corpus — agentic search, the agent decides when to retrieve. Ships a swappable backend (a pure-Ruby +Backend::InMemory+ for teaching, plus thin +Backend::Qdrant+ / +Backend::Chroma+ HTTP clients for persistence — Qdrant recommended), a chunker, an embedder wrapper over +RubyLLM.embed+, and an optional +Reranker::LlamaServer+ that speaks +/v1/rerank+ against a cross-encoder model. Text extraction goes through +Pikuri::FileType.read_as_text+ in pikuri-core, which handles plain text / Markdown / PDF; HTML extraction is a deferred follow-up. Hosts wire the feature via +c.add_extension Pikuri::VectorDb::Extension.new(...)+ inside the +Agent.new+ block — same opt-in shape as +pikuri-tasks+ / +pikuri-skills+. The bundled +Pikuri::VectorDb::LIBRARIAN+ persona is the privilege-separated sub-agent counterpart for hosts that want recall to flow through a child rather than the parent's context. Three model endpoints in the full setup — chat (via ruby_llm), an embedder (via +RubyLLM.embed+), and an optional reranker (HTTP +/v1/rerank+). A single +llama-server+ in router mode serves all three by default, loading each cached GGUF on demand; see the gem's README for details.