AI Agent & Automation Projects ⚙️

Real projects focused on practical AI systems: autonomous workflows, tool orchestration, and business-ready automation.

Madar — Autonomous Coding Agent

Open Source

A Go binary that runs on your server and acts as an autonomous software engineer. It polls GitHub Issues for tasks, executes them using Claude Code, posts results back as comments, opens PRs, monitors CI — and pings you on Telegram when it needs input.

What it does:
  • Turns GitHub Issues into autonomous coding tasks — label ready, walk away
  • Full CI/CD feedback loop: re-invokes Claude automatically when tests fail
  • Human-in-the-loop via Telegram + GitHub comments, with session resumption
  • SQLite-backed state machine — survives crashes, no extra infrastructure
  • One-command installer with systemd service for production deployments
Go Claude Code GitHub API AI Agents CI/CD Automation SQLite Telegram

RESTAPI.email for AI Agents

Live Project

A programmable email layer designed for AI agents and automation systems. It turns inbound email into structured events and lets your agents react, validate, and trigger workflows automatically.

What it enables:
  • Dedicated email endpoints for AI automations
  • Reliable inbound processing for agent workflows
  • Webhook-ready integration into existing systems
  • Scalable email operations for multi-agent products
AI Agents Workflow Automation Email Infrastructure Webhooks