Wrap Agentation UI annotation tool with GitHub Issues integration via Cloudflare Workers
Visual feedback for AI coding agents
MCP server for Agentation - visual feedback for AI coding agents
Visual feedback tool for AI coding agents — Vue 2.7 & 3
Dev-mode Svelte inspector for annotating elements, text selections, groups, and areas in the browser.
HTTP2 client, just with the familiar `https` API
Visual feedback for AI coding agents - Vue 3 version
A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application
Make a function mimic another one
Binary wrapper that makes your programs seamlessly available as local dependencies
Vue 3 UI components: toolbar, overlay, popover, highlight & marker layers
Integration wrappers for utility libraries
React Native dev-only probe overlay — tap a component, annotate it, batch into a single AI edit request. Part of Re-agentation.
Binary wrapper that makes your programs seamlessly available as local dependencies
MCP server that exposes Re-agentation annotation batches to Claude Code / Claude Desktop (stdio) and to Cursor / Windsurf / other clients (HTTP+SSE).
This package provides utilities for wrapping files with metadata for HTTP requests.
Promise with .resolve() and .reject() methods
mjml-wrapper
Pi extension that receives Agentation webhooks and turns them into queued user messages
React component that wraps the loading of Google Maps JavaScript API.
Translates between file formats and generates static code as well as TypeScript definitions.
NodeJS OpenSSL wrapper
A utility for wrapping web components for use in React.
pi extension launcher for Agentation Fork
Ruby wrapper for Számlázz.hu's Számla Agent.
Httply is a lightweight wrapper around Faraday to support automatic randomization of proxies and user agents, amongst other things.
Qui, or Queuemetrics User Integration, is a gem that creates an ActiveRecord wrapper for manipulating users, agents, and queues within the Queuemetrics calling platform.
REST + SSE HTTP wrapper for claude-agent-sdk. Exposes Claude Code as a network service with session management, streaming, and authentication.
pikuri-core is the lean, audit-friendly foundation of the pikuri family: Pikuri::Agent (a thin wrapper around ruby_llm's chat loop) with its Configurator + Extension protocol, the strict Pikuri::Tool framework, a listener surface for rendering / budgets / sub-agents, and four bundled stateless tools (calculator, web search, web scrape, fetch). Extensions (skills, MCP, workspace, coding stack, named-agent personas) live in sibling gems so a privacy-conscious user can install just this core and audit a minimal dependency tree. For the convenience bundle that pulls in everything, see the +pikuri+ metagem.
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.