AI AGENTS
HuggingFace License-Drift Watcher to GitLab Compliance MR
Polls a pinned list of HuggingFace models on a schedule, detects when a model's license changes from the value your team approved.
How it runs
The automated pipeline, trigger to output.
- TriggerDaily schedule fires
- ActionFetch model-card metadata for each pinned modelHugging Face
- LogicCompare license vs. approved value; keep only changed
- ActionDraft MR body summarizing old vs. new license
- OutputOpen GitLab compliance MR with reviewers assignedGitLab
What it does
Watches the models your application pins (by repo id and revision) and catches the most dangerous silent change: a license switch. When a model relicenses from, say, Apache-2.0 to a restrictive custom license, this agent opens a GitLab MR against your compliance repo so the change is reviewed before it ships, not after.
When to use it
Use it when production code depends on specific HuggingFace models and your legal or security team must sign off on any license that touches the codebase. Ideal for teams that maintain an approved-licenses allowlist and treat unreviewed relicensing as a release blocker.
How it works
- 1A daily schedule fires the watcher.
- 2For each pinned model, fetch its current model-card metadata from HuggingFace, including the declared license.
- 3Compare each license against the last-approved value stored in your manifest; filter to only models whose license actually changed.
- 4If any drifted, draft an MR description summarizing old vs. new license per model.
- 5Open a GitLab merge request updating the manifest, labeled `compliance-review`, with reviewers auto-assigned.
Set it up
What you configure once, before turning it on.
- 1Connect Hugging FaceModels, datasets, spaces — the open-source hub.
- 2Connect GitLabRepos, MRs, pipelines, registry.
- 3Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 4Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 5Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More AI Agents workflows
Stale Doc-PR Chaser for Runbook Gaps
On a daily schedule the agent finds runbook doc PRs that were opened from resolved incidents but never reviewed, summarizes what each one fixes.
On-Call Runbook Gap Closer: Resolved Sentry Issues to Doc PRs
An agent reads each newly resolved Sentry issue, compares the actual fix against your existing runbook, and opens a GitHub PR adding the missing remediation steps.
Datadog Bill Spike Attribution Agent
When a daily Datadog cost check detects a spend jump, an agent attributes the increase to the specific services and metric types driving it and posts a ranked breakdown to Slack.
Sentry-to-Confluence Runbook Updater
When a Sentry issue is resolved, the agent finds the matching Confluence runbook page and proposes an inline update with the verified fix.
Custom Metrics Cardinality Spike Pager
A webhook from a Datadog monitor fires when custom-metric cardinality jumps; an agent pinpoints the offending metric and tag, estimates the added cost.
Resolved Incident to Public Troubleshooting Doc
For customer-facing errors resolved in Sentry, the agent drafts a sanitized troubleshooting entry and opens a PR to your ReadMe documentation.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
