| 1 | 44,425 | 4,463 | ask-agent | Agent loop, session management, tool execution, context compaction, hooks, and extensions. |
| 2 | 65,172 | 4,565 | ask-llm-providers | Supports OpenAI, Anthropic, Google Gemini + Vertex, Amazon Bedrock, Ollama (local), Mis... |
| 3 | 81,220 | 12,513 | ask-web-fetch | Fetches a URL and converts its content to clean markdown for LLM consumption. A pluggab... |
| 4 | 89,133 | 5,940 | ask-core | Provides Ask::Provider (abstract interface), Ask::Conversation, Ask::Stream, Ask::Model... |
| 5 | 89,916 | 12,103 | ask-web-fetch-mcp | A minimal MCP (Model Context Protocol) server that exposes ask_web_fetch
as a callable ... |
| 6 | 91,519 | 2,970 | yamine | Gives every Ruby app a stable https://.localhost URL instead of a memorized port. ... |
| 7 | 101,710 | 19,639 | ask-coding-harness | DEPRECATED — maintenance mode only, superseded by the canonical ask-app-server + ask-se... |
| 8 | 104,408 | 21,128 | ask-ruby-harness | Harness for AI coding agents working in any Ruby project. Ships a language-agnostic too... |
| 9 | 105,433 | 19,639 | ask-graph | Define workflows as graphs of named steps with conditional routing, parallel execution,... |
| 10 | 108,475 | 18,038 | ask-rails | Rails generators, file conventions, and railtie for using ask-agent in Rails apps. |
| 11 | 110,543 | 6,853 | ask-rag | Document loaders, text splitters, vector stores, and retrieval queries for building RAG... |
| 12 | 112,714 | 6,258 | ask-tools | Defines Ask::Tool (base class), tool discovery, and the Ask::Result returned by tools. |
| 13 | 117,608 | 16,940 | ask-web-search-mcp | A minimal MCP (Model Context Protocol) server that exposes ask_web_search
as a callable... |
| 14 | 122,955 | 36,893 | ask-acp | Ruby implementation of the Agent Client Protocol (ACP) — a JSON-RPC standard for agent-... |
| 15 | 125,722 | 6,500 | ask-app-server | Exposes Ask::Agent::Session behind the standard app-server JSON-RPC/stdio protocol. Dro... |
| 16 | 126,572 | 22,117 | ask-rails-harness | Rails Engine that mounts an admin AI agent at /ask. Ships Rails-aware tools (QueryDatab... |
| 17 | 134,080 | 6,444 | ask-state-providers | Provides Ask::State adapter implementations for SQLite, Redis, PostgreSQL, and MySQL. E... |
| 18 | 134,537 | 23,302 | ask-ruby-harness-mcp | Exposes the ask-ruby-harness tools (QueryDatabase, ReadModel, ReadLog,
RunCommand, Sche... |
| 19 | 135,125 | 23,302 | ask-tools-shell | Bash, Read, Write, Edit, Glob, Grep, and Code tools for the ask-rb ecosystem. |
| 20 | 139,193 | 36,893 | ask-rails-harness-mcp | Mount an MCP endpoint in your Rails app that exposes SchemaGraph, QueryDatabase,
ReadMo... |
| 21 | 142,056 | 26,831 | ask-observability | Turns ask-instrumentation events into Prometheus metrics (calls, tokens, duration, erro... |
| 22 | 142,723 | 14,293 | ask-auth | Env, file, Rails credentials, database, and OAuth providers. Zero external dependencies. |
| 23 | 148,225 | 17,264 | ask-skills | Discovers, validates, and formats agent skills from project directories, user config, a... |
| 24 | 152,250 | 18,508 | ask-mcp | Connect to MCP servers via stdio, SSE, and Streamable HTTP transports. Run as an MCP se... |
| 25 | 153,225 | 36,893 | ask-coding-providers | Coding agent adapter interface and implementations (ACP, Codex, Claude, AskAgent) for t... |
| 26 | 164,005 | 16,605 | ask-local | Gives every Ruby app a stable https://.localhost URL instead of a memorized port. ... |
| 27 | 164,282 | 17,634 | ask-local-rails | Railtie, install generator, and helpers wiring a Rails app into ask-local's stable .loc... |
| 28 | 164,296 | 58,818 | ask-rails-mcp | Mount an MCP endpoint in your Rails app that exposes SchemaGraph, QueryDatabase,
ReadMo... |
| 29 | 171,760 | 36,893 | gemchain | When you maintain multiple gems that depend on each other, Gemchain helps you coordinat... |
| 30 | 176,088 | 12,784 | ask-tokens-rails | Adds an ActiveRecord-backed wallet store, has_token_wallet concern, token wallet/transa... |
| 31 | 179,971 | 30,022 | ask-channel-providers | Channel adapter interface and implementations (Telegram, Discord, Slack) for connecting... |
| 32 | 181,340 | 6,839 | ask-computer | Drive desktop apps in the background via Cua Driver — screenshots, clicks, typing, sand... |
| 33 | 181,407 | 36,893 | myrr-rb | Count tokens on text/markdown responses, add an X-Token-Count header, and serve .md.erb... |
| 34 | 181,560 | 30,022 | ask-github | Provides authenticated Octokit client, context metadata, and error guide for AI agents. |
| 35 | 181,938 | 14,293 | ask-schema | A compact Ruby DSL for building standards-oriented JSON Schema documents. Zero dependen... |
| 36 | 182,359 | 30,022 | ask-terminal | The first thin client of the ask ecosystem: an interactive terminal coding agent that s... |
| 37 | 182,386 | 23,302 | ask-session-protocol | The contract between the ask session host and every client (terminal TUI, web console, ... |
| 38 | 182,667 | 36,893 | ask-computer-mcp | Exposes the ask-computer tools (HistoryStatus, HistoryQuery, Screenshot,
Click, Type, K... |
| 39 | 183,242 | 24,745 | ask-sandbox-providers | Isolated code execution via Local (subprocess + rlimits), Docker (containers), Daytona ... |
| 40 | 183,494 | 19,639 | ask-web-search | Searches the web via a local SearXNG instance and returns the results as clean numbered... |
| 41 | 185,461 | 24,745 | ask-tokens | A Rails-free foundation for token-based usage tracking. Count real tokens with tiktoken... |
| 42 | 185,828 | 19,067 | ask-instrumentation | Emits ActiveSupport::Notifications events for chat completions, embeddings, tool calls,... |
| 43 | 186,688 | 36,893 | ask-eval | Test LLM outputs with Minitest-native assertions. LLM-as-judge for faithfulness, halluc... |
| 44 | 187,576 | 26,831 | ask-sentry | Error context for agents via Sentry for the ask-rb ecosystem. |
| 45 | 187,650 | 36,893 | ask-slack | Provides authenticated Slack client helper, context metadata, and error guide for AI ag... |
| 46 | 187,728 | 36,893 | ask-honeybadger | Error context for agents via Honeybadger for the ask-rb ecosystem. |
| 47 | 188,012 | 36,893 | ask-linear | Provides authenticated GraphQL client, context metadata, and error guide for AI agents ... |
| 48 | 188,150 | 36,893 | ask-notion | Provides authenticated Notion client, context metadata, and error guide for AI agents. |
| 49 | 188,624 | 13,130 | ask-token-usage-rails | Adds an ActiveRecord-backed wallet store, has_token_wallet concern, token wallet/transa... |
| 50 | 188,947 | 36,893 | ask-solid_errors | Error context for agents via SolidErrors for the ask-rb ecosystem. |
| 51 | 189,475 | 58,818 | ask-opentelemetry | Adds OpenTelemetry tracing to ask-rb LLM operations. Subscribes to ask-instrumentation ... |
| 52 | 189,522 | 30,022 | ask-token-usage | A Rails-free foundation for token-based usage tracking. Count real tokens with tiktoken... |
| 53 | 189,714 | 58,818 | solid_events | SolidEvents captures controller, job, SQL, business and record-link events into a query... |
| 54 | 192,059 | 58,818 | solid_agents | Solid Agent stores agent runs in its own database and dispatches staged workflow tasks ... |
| 55 | 192,561 | 36,893 | ask-monitoring | Rails engine that provides real-time monitoring for LLM usage. Cost tracking, throughpu... |
| 56 | 196,166 | 36,893 | runbox | Official Ruby client for Runbox, a fast and secure API for running code in isolated con... |