Skip to Content
Polyant is open source under AGPL-3.0 — star us on GitHub.
Admin PanelCompliance

Compliance

Enterprise feature. This capability is available on Polyant Enterprise deployments.

The Compliance section records an agent’s configuration and governance evidence in three related artefacts: configuration snapshots, a model card, and generated reports.

Reading compliance artefacts requires agent.governance:read. Creating a snapshot, updating a model card, or generating a report requires agent.governance:write.

Configuration snapshots

A configuration snapshot is a versioned record of an agent’s configuration at a point in time. A snapshot captures the current prompts, enabled tools and skills, policy assignments, channel settings without credential values, and other supported agent configuration. It records only the presence of stored secrets, never their values.

Create a snapshot before an important configuration change or when you need a stable record for review. Snapshots can be listed and retrieved by version for the same agent.

Model cards

Each agent has a model card with two kinds of information:

  • Automatic sections are calculated from the current configuration, including system details, enabled capabilities, governance policies, and governance metrics.
  • Editable sections let operators record purpose and limitations, data protection, oversight and transparency, compliance contacts, and environmental information.

Updating the card merges the submitted sections with the existing record, so operators can maintain the narrative information without recreating the automatically calculated view.

Reports

Generate a compliance report for an explicit reporting period. A report may use a selected configuration snapshot or the agent’s latest snapshot.

The generated report is stored as a structured compliance record. Depending on its type, it combines the model card, configuration snapshot, governance-event audit trail, data-processing record, retention settings, and opt-out configuration. Reports can be listed and retrieved for the agent after generation.

Last updated on