Skip to main content

CCS v1.0 - Conformance Protocol for Agentic Runtime Systems

Project description

Correctover - CCS v1.0

Conformance Protocol for Agentic Runtime Systems

DOI: 10.5281/zenodo.21234580

Overview

Correctover implements the CCS v1.0 standard for validating LLM outputs in agentic systems. It provides provider-agnostic, framework-agnostic conformance verification.

Quick Start

from correctover import CCSValidator

validator = CCSValidator(
    required_fields=["decision", "confidence", "trace_id"],
    supported_fields=["reasoning", "metadata"],
    forbidden_fields=["pii", "credentials"]
)

result = validator.validate({
    "decision": "approve",
    "confidence": 0.95,
    "trace_id": "abc-123"
})

print(f"Valid: {result.is_valid}")

Components

  • CCS-Core: Schema validation (Required/Supported/Forbidden)
  • CCS-Compliance: HIPAA, GDPR, SOC2 mapping
  • CCS-Cost-Flow-Analysis: Token budget enforcement
  • CCS-Integrity: HMAC-based output binding
  • CCS-Audit: Comprehensive audit logging

Integration

Framework adapters available:

  • LangChain
  • CrewAI
  • AutoGen
  • LlamaIndex

License

Proprietary Commercial License — see LICENSE file

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

correctover-2.0.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

correctover-2.0.2-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file correctover-2.0.2.tar.gz.

File metadata

  • Download URL: correctover-2.0.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for correctover-2.0.2.tar.gz
Algorithm Hash digest
SHA256 292496db2486064c24318bde4aa6ec6e4e1e4de8d3fcd4e2ac59e431133a6bc1
MD5 d6ecd5a01f1108a91626b66a2cefb21d
BLAKE2b-256 edb6c654a46f803d28f4d95acdec98f749bedd4d830944c46b871cebcc7617fd

See more details on using hashes here.

File details

Details for the file correctover-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: correctover-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for correctover-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 995e3c5139ccbef91662a597158b4326e9303486eb45c43578fd0bccfb695d84
MD5 d2ee11f3b71bf660255a2c011b479d4c
BLAKE2b-256 fe0bf4846b020663ac6e22f41f435b34f10cc77be4c78fa36b8d8f9e761b84c4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page