Agent Deadline Enforcer

January 6, 2026 ยท View on GitHub

๐Ÿ›‘ ARCHITECTURAL ANCHOR

This project is part of the Berlin AI Automation Studio. It is governed by the global rules in berlin-ai-infra.

Setup for new laptops:

  1. Clone this repo.
  2. Run ./bootstrap-infra.sh to link to the global Master Brain.

Agent Deadline Enforcer

Automated SLA monitoring and deadline enforcement for Agentic workflows.

๐Ÿš€ Part of Multi-Agent Communication Suite (App 3 of 5)

Features

  • SLA Contracts: Register tasks with strict deadlines
  • Automated Enforcement: Scan and flag breached tasks
  • Clean Architecture: Domain-driven design
  • Postgres Backend: Persistent state management

Tech Stack

  • Next.js 15 (App Router)
  • Prisma 7 + Postgres (Aiven/Tembo/Railway)
  • Vitest + Playwright

Quick Start

npm install
npx prisma generate
npm run dev

API

  • POST /api/tasks/register - Create contract
  • POST /api/tasks/check - Scan for breaches

Tests

npm test
npm run test:e2e