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:
- Clone this repo.
- Run
./bootstrap-infra.shto 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 contractPOST /api/tasks/check- Scan for breaches
Tests
npm test
npm run test:e2e