Skip to content

Repository files navigation

agent-feedback

A self-hosted inbox for feedback from AI coding agents. The Go API stores multi-model review results and tooling or documentation friction reports in PostgreSQL. The included Bash skill submits, queries, and marks that feedback processed.

Use it to make feedback from separate agent sessions and machines actionable in one place. It is a telemetry store—not a review runner, benchmark, dashboard, or automated processor.

Features

  • Write-once review and friction submissions, with replay protection and friction duplicate absorption.
  • Filtered retrieval and batch processed/unprocessed marking.
  • API-key authentication, automatic PostgreSQL migrations, health/readiness, Prometheus metrics, and optional OpenTelemetry tracing.
  • A harness-agnostic client skill with local spooling and retry on a later invocation.

Start here

The current stable source release is v1.0.1. Clone it and check out the tag for a fixed snapshot:

git clone https://github.com/foae/agent-feedback.git
cd agent-feedback
git checkout v1.0.1

For a local stack, you need Git, Docker with Compose 2.24.4 or newer, Bash, curl, and openssl. Follow the getting-started guide for the configuration and first request. The bundled client additionally needs jq.

Documentation

The project is licensed under the MIT License.

About

Self-hosted Go/PostgreSQL API and Bash client for AI code-review telemetry and tooling feedback.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages