Skip to content

audoctl/audoctl

Repository files navigation

Audoctl

GitHub Actions for AI Agents – Audit & execution control for AI systems

Go Reference Build Status License: MIT Docker Pulls Stars

A production-ready HTTP server built with Go 1.26 + Fiber v3, designed to track, manage, and query events from AI workflows in real-time.


🚀 Features

  • High Performance – Fiber v3 powered by fasthttp
  • Security First – Security headers, CORS, rate limiting
  • Observability – JSON logging, health checks, metrics, profiling
  • Configurable – YAML config files with environment variable overrides
  • Database Support – SQLite (default), MySQL, PostgreSQL
  • Production Ready – Graceful shutdown, compression, timeouts

🏁 Quick Start

# Clone repo
git clone https://github.com/audoctl/audoctl.git
cd audoctl

# Build
make build
# or
go build -o bin/audoctl ./cmd

# Run with default config
./bin/audoctl audoctl

# Or with custom config
AUDOCTL_CONFIG=config.development.yaml ./bin/audoctl audoctl

About

Control plane and observability toolkit for AI agents

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages