MCP Server for hierarchical intelligent memory system with persistent, indexed and cached context
A collection of supplemental react-native functions and types
Memoize the results of the path.relative function
Just like `fs.exists` and `fs.existsSync`, but cached
An LRU cache of weak references
Polyfill for RFC 566: @cached
A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL
This is an internal utility, not intended for public usage.
Creates and caches values under keys. 🏭
A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL
View docs [here](https://radix-ui.com/primitives/docs/components/context-menu).
Quick and dirty signatures for Objects.
Infer the owner of a path based on the owner of its nearest existing parent
OpenTelemetry AsyncLocalStorage-based Context Manager
Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background
Apollo Server full query response cache
Provide context info for eslint-plugin-import-x, so no extra arguments need to be added.
[](https://badge.fury.io/js/typescript-cached-transpile)
Constructors cached from literals.
Tiny helpers for processing regex syntax
Modern and scalable routing for React applications
A flexible way to handle safe area, also works on Android and web.
In-process content + symbol cache for LLM context windows. Keyed (source, version, item). Tree-sitter symbol extraction + grep + cached-read bridge as subpath imports.
Helpful autotracking utilities
Ruby's Gemini Context Caching wrapper
TypedCache is a Ruby caching library designed to eliminate common caching pitfalls by providing a monadic, type-safe API that makes cache operations explicit and predictable. Cache interactions are first-class operations with comprehensive error handling and transparent state management. The library supports wrapping other caching libraries via custom backends and ActiveSupport::Cache is supported out of the box.
VoteFu provides flexible voting capabilities for Rails applications. Features include up/down voting, star ratings, scoped voting contexts, Wilson Score ranking, Reddit Hot algorithm, counter caches, and first-class Hotwire support with Turbo Streams and Stimulus controllers.
Beautiful JSON Schema validation with Rails-native syntax, context-aware rules, and production-ready monitoring. Features include ActiveRecord-like schema definitions, multiple error message types, performance optimization with caching, internationalization support, and extensive Rails integration for APIs and web applications.
View-model base class for Rails: typed, immutable presentation objects via Literal::Data, composable traits, opt-in Rails helper mixins, fragment-cache key generation, and a background-job-friendly fake view context.
RobotLab is a Ruby framework for building and orchestrating multi-robot LLM workflows. Built on ruby_llm, it provides robots with template-based prompts, tools, and shared memory; networks for coordinating multiple robots with intelligent routing; MCP (Model Context Protocol) integration for external tool servers; and a memory system with Redis backend and semantic caching. Optional gems add Rails integration (robot_lab-rails), durable learning (robot_lab-durable), Ractor concurrency (robot_lab-ractor), and document storage (robot_lab-document_store).
Jetty Rails aims to run Ruby on Rails and Merb applications with the Jetty Container, leveraging the power of JRuby and jruby-rack. {Jetty}[http://jetty.mortbay.com/jetty/] is an excellent Java Web Server, being and at the same time extremely lightweight. This makes jetty-rails a good alternative for JRuby on Rails or Merb development and deployment. The project has born from my own needs ({read more}[http://fabiokung.com/2008/05/14/jetty-rails-gem-simple-jruby-on-rails-development-with-servlet-containers/]). I needed to run {JForum}[http://jforum.net] in the same context of my JRuby on Rails application. I had also to integrate HttpSessions (avoiding single sign on) and use ServletContext in-memory cache store.
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 and a thin +Backend::Chroma+ HTTP client for persistence), 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.
No description provided.
No description provided.