A tiny Markdown-first template engine for variables and conditional content.
A dependency manager for agentic markdown — skills, agents, and prompts for your AI tools.
Production-ready AI agent orchestration platform with 66 specialized agents, 213 MCP tools, ReasoningBank learning memory, and autonomous multi-agent swarms. Built by @ruvnet with Claude Agent SDK, neural networks, memory persistence, GitHub integration,
Server & Client SDK for Agent2Agent protocol
Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.
Agentic AI utils which work with any LLM and TypeScript AI SDK.
Agentic adapter for the Vercel AI SDK.
Small agentic loop
Agentic SDK for People Data Labs.
Lightdash CLI tool
Agentic SDK for the SearXNG meta search engine.
Dual-protocol payment infrastructure for autonomous AI commerce (AP2 + ACP)
Agentic SDK for Tavily.
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
Core schemas and types shared across the Agentic platform.
Agentic SDK for the Exa search engine.
Core utilities shared across the Agentic platform.
Validation utils for core strings and identifiers used across the Agentic platform.
MCP server for SAPUI5/OpenUI5 development
Agentic SDK for the Serper Google Search API.
Create a new Open Mercato application
Basis Theory AI React Library
Local AI assistant: 80 tools (Gmail, Calendar, Drive, GitHub, Slack, browser, code, files), 38 agents, visual workflows (Studio, AWF, WebCraft). Install with `npm i -g nothumanallowed`, run with `nha ui`. Free tier built-in (Liara), no API key required. Y
Agentic Quality Engineering V3 - Domain-Driven Design Architecture with 13 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 60 specialized QE agents, mathematical Coherence verification, deep Claude Flow integration
A Ruby gem for parsing skill files that use YAML frontmatter and markdown body content. Provides document splitting, YAML parsing, schema validation, and returns immutable Skill objects. Designed for agent/AI systems where skills are defined as structured markdown documents with metadata.
A terminal interface to interactively search, select, and bundle markdown notes for AI agent context.
A Jekyll plugin that generates clean Markdown copies of blog posts alongside their HTML output, making your content accessible to AI agents — the 'third audience' of the web. (People who like Markdown can use it too!)
A Jekyll generator that writes a .md file alongside each rendered HTML page, so AI agents and crawlers can fetch clean Markdown (with a small machine- friendly frontmatter block) instead of parsing HTML. Configurable per collection.
SwarmSDK is a complete reimagining of Claude Swarm that runs all AI agents in a single process using RubyLLM for LLM interactions. Define collaborative AI agents in simple Markdown files with YAML frontmatter, and orchestrate them without the overhead of multiple processes or MCP inter-process communication. Perfect for building lightweight, efficient AI agent teams with specialized roles and capabilities.
Generates highly concise, deterministic Markdown coverage digests tailored for LLMs and autonomous agents by matching coverage deficits to their AST semantic boundaries rather than line numbers.
A Rails gem that adds a 'Copy for AI' button to development error pages, allowing you to copy error details as formatted Markdown for easy consumption by AI agents.
Production CLI for ActiveRabbit: status, incidents, explain, trace. Human and machine-readable output (JSON, Markdown). Designed for developers and AI agents.
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.
Chiridion generates documentation optimized for AI agents and LLMs working with Ruby codebases. It extracts documentation from YARD comments, merges RBS type signatures, and produces structured markdown suitable for context injection. Features: - YARD-based documentation extraction - RBS type signature integration (RBS is authoritative) - RSpec example extraction - Obsidian-compatible wikilinks for cross-references - Drift detection for CI/CD pipelines - toys/dx CLI task definitions