comparator
25Agent
Compare two outputs WITHOUT knowing which skill produced them.
139 tagged chatbot, measured the same way as everything else here.
Browse within: ai-receptionist 18booking-system 18crm 18small-business 18discord 16framework 16hot-module-replacement 16ai-assistant 15chatgpt 13agent-orchestration 10Autonomous Agents 8hitl 7human-in-the-loop 7a2a-protocol 5
Agent
Compare two outputs WITHOUT knowing which skill produced them.
Agent
Evaluate expectations against an execution transcript and outputs.
Agent
Meta-reviewer and loop-breaker. Governs both phases (pre-PR and on-PR review), enforces the gates and cycle limits, and decides continue/approve/escalate so agents never loop. Risk-aware and multi-service aware.
Agent
Implements the planned change on a feature branch and addresses PR review comments. Handles single-repo and coordinated multi-service changes; keeps changes minimal and contract-safe.
Agent
Read-only adversarial reviewer. Pre-PR it returns a verdict for the arbiter; on an open PR it posts true line-anchored INLINE comments via the git-host API, written in the PR's own language. Scores risk and checks cross-service compatibility. Never edits code.
Agent
Agents extend SidebarAgent (in base.py). The base class owns the LLM-in-a-loop mechanics: LLM init, tool schema assembly (always includes sidebartool), input sanitization (when sanitizeuntrustedinput=True), message loop with heartbeat, tool execution, completetask detection, trace capture, and completion publishing…
Agent
Technical guide for creating autonomous agents on the SidebarAgent base class.
Agent
A planned agent for improving user questions before retrieval-augmented generation (RAG), a method that searches a knowledge base before generating an answer.
Agent
A code-analysis agent that documents the structure, files, statistics, and implementation details of an agents directory in a Python project.
Agent
MUST BE USED for independent, read-only architecture, security, OpenSpec traceability, cross-layer contract, LangGraph, Tool and MCP review.
Agent
The agents layer owns inbound attachment placement inside the agent workspace.
Agent
Agent "2026-05-16-hermes-agent-self-evolution" from longbkit/clisbot, covering hermes agent self-evolution research, executive take, what is implemented vs planned, implemented in hermes-agent and implemented in hermes-agent-self-evolution.
Agent
Add a first-class queue creation/control surface similar to managed loops, but for one-shot follow-up prompts in the same routed session.
solygambas/python-openai-projects
Agent Claude Code
Use this agent to perform a focused security audit of authentication-related code (NextAuth v5 credentials + GitHub, email verification, password reset, and profile update flows). It reports only real, validated issues and writes results to docs/audit-results/AUTHSECURITYREVIEW.md.
solygambas/python-openai-projects
Agent Claude Code
Use this agent when you need to audit a Next.js codebase for security vulnerabilities, performance bottlenecks, code quality issues, or opportunities to refactor code into smaller components. This agent focuses on actual implemented code and does not flag missing features or unimplemented…
solygambas/python-openai-projects
Agent Claude Code
Use this agent when you need to scan a codebase for repeated code patterns, duplicated logic, and inline helpers that can be extracted into reusable utility functions. This agent focuses specifically on DRY violations and refactoring opportunities, not security or performance. Examples: Context: User wants to find…
Agent
How Agents remember and learn across conversations.
Agent
How Hivekeep builds system prompts and how to craft effective Agent personalities.
Agent
Give your Agents capabilities with built-in tools, MCP servers, and custom scripts.
hoangsonww/AI-RAG-Assistant-Chatbot
Agent Claude Code
Use for isolated work in agenticai/, including multi-agent orchestration, MCP client changes, configuration flow, and Python deployment wrappers.
hoangsonww/AI-RAG-Assistant-Chatbot
Agent Claude Code
Use for isolated server-side API, retrieval, and knowledge-base work in server/, especially route behavior, service logic, citations, and knowledge CLI workflows.
hoangsonww/AI-RAG-Assistant-Chatbot
Agent Claude Code
Use for isolated React and Vite work in client/, including UI bugs, layout changes, chat rendering, auth page updates, and client-side API integration fixes.
Agent
Runs DAILY. Invocation: claude -p "$(cat docs/ops/agents/blog-loop.md)" from the repo root (via /agents/run-agent.sh blog-loop).
Agent
Runs weekly. Invocation: claude -p "$(cat docs/ops/agents/content-loop.md)" from the repo root (via /agents/run-agent.sh content-loop).