cfa-kernel 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cfa_kernel-0.1.3/PKG-INFO +326 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/README.md +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/pyproject.toml +10 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/__init__.py +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/api.md +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/faq.md +2 -2
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/intro.md +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/whitepaper.md +2 -2
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docusaurus.config.ts +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/api.md +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/whitepaper.md +1 -1
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/src/pages/index.tsx +1 -1
- cfa_kernel-0.1.2/PKG-INFO +0 -32
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.gitattributes +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.github/workflows/ci.yml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.github/workflows/deploy-docs.yml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.github/workflows/deploy-pypi.yml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.github/workflows/governance.yml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.gitignore +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.uv-cache/.gitignore +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.uv-cache/.lock +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.uv-cache/CACHEDIR.TAG +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/.uv-cache/sdists-v9/.gitignore +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/CFA_IMPLEMENTATION_PLAN.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/CFA_MARKET_RESEARCH_2026.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/CODE_OF_CONDUCT.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/CONTRIBUTING.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/LICENSE +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/MANUAL_TESTING_GUIDE.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/SECURITY.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/examples/fiscal_governance.yaml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/examples/full_pipeline.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/examples/llm_systematizer.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/examples/runtime_gate.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/examples/standalone_governance.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/examples/standalone_lifecycle.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/examples/standalone_resolution.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/README.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/dags/cfa_governance_gate_demo.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/requirements.txt +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/src/governance_gate.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/mcp.json +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/policies/compliance-strict-v1.yaml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/policies/finops-strict-v1.yaml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/policies/prod-v1.yaml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/_lazy.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/adapters/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/adapters/autogen.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/adapters/crewai.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/adapters/dspy.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/adapters/langgraph.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/adapters/openai_agents.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/audit/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/audit/context.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/audit/hashing.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/audit/trail.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/backends/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/backends/dbt.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/backends/pyspark.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/backends/sql.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/behavior/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/behavior/llm.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/behavior/spec.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/behavior/systematizer.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/__main__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/_helpers.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/core/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/core/evaluate.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/core/validate.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/formatters.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/governance/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/governance/audit.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/governance/catalog.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/governance/policy.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/governance/rules.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/governance/signature.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/infrastructure/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/infrastructure/backend_list.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/infrastructure/storage.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/project/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/project/init.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/project/lifecycle.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/project/status.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/project/taxonomy.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/reporting/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/reporting/report.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/cli/reporting/serve.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/config.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/core/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/core/codegen.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/core/conditions.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/core/kernel.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/core/phases/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/core/phases/runner.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/core/planner.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/execution/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/execution/partial.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/execution/state_projection.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/governance/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/lifecycle/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/mcp/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/mcp/__main__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/normalizer/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/normalizer/base.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/normalizer/llm.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/observability/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/observability/indices.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/observability/metrics.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/observability/notify.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/observability/otel.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/observability/promotion.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/policy/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/policy/bundle.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/policy/catalog.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/policy/engine.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/reporting/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/reporting/charts.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/reporting/engine.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/resolution/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/runtime/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/runtime/gate.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/sandbox/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/sandbox/executor.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/sandbox/mock.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/sandbox/panic.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/storage/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/testing/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/testing/asserts.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/testing/evaluate.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/testing/fixtures.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/testing/markers.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/types.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/validation/__init__.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/validation/runtime.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/validation/signature.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/src/cfa/validation/static.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/conftest.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_adapters.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_airflow_governance_gate.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_audit_persistent.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_behavior.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_behavior_llm.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_catalog.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_cli_validation.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_codegen.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_config.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_context.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_context_persistent.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_dbt_backend.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_hashing.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_indices.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_integration.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_intensive.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_kernel.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_mcp.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_metrics.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_normalizer.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_normalizer_llm.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_notify.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_otel.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_partial_execution.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_planner.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_policy.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_policy_bundle.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_promotion.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_reporting.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_runtime.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_runtime_validation.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_sandbox.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_serialization.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_signature.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_sql_backend.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_state_projection.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_static_validation.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_storage.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_testing.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_types.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/tests/test_user_journeys.py +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/.gitignore +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/README.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/blog/2019-05-28-first-blog-post.mdx +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/blog/2019-05-29-long-blog-post.mdx +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/blog/2021-08-01-mdx-blog-post.mdx +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/blog/2021-08-26-welcome/index.mdx +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/blog/authors.yml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/blog/tags.yml +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/architecture-notes.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/backends.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/behavior-spec.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/cli.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/getting-started.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/guide.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/integrations/airflow.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/integrations/langgraph.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/integrations/openai-agents.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/mcp-server.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/policy-bundles.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/docs/reporting.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/code.json +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/architecture-notes.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/backends.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/behavior-spec.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/cli.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/getting-started.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/guide.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations/airflow.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations/langgraph.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations/openai-agents.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/mcp-server.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/policy-bundles.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/reporting.md +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/package-lock.json +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/package.json +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/sidebars.ts +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/src/components/HomepageFeatures/index.tsx +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/src/components/HomepageFeatures/styles.module.css +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/src/css/custom.css +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/src/pages/index.module.css +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/src/pages/markdown-page.mdx +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/static/.nojekyll +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/static/img/favicon.ico +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/static/img/logo.svg +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/static/img/undraw_docusaurus_mountain.svg +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/static/img/undraw_docusaurus_react.svg +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/static/img/undraw_docusaurus_tree.svg +0 -0
- {cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/website/tsconfig.json +0 -0
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cfa-kernel
|
|
3
|
+
Version: 0.1.3
|
|
4
|
+
Summary: CFA — Governed execution for AI agents and data systems
|
|
5
|
+
Project-URL: Homepage, https://marquesantero.github.io/cfa/
|
|
6
|
+
Project-URL: Repository, https://github.com/marquesantero/cfa
|
|
7
|
+
Project-URL: Documentation, https://marquesantero.github.io/cfa/docs/intro
|
|
8
|
+
License: MIT
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Keywords: ai,audit,compliance,data,governance,pipeline,policy
|
|
11
|
+
Classifier: Development Status :: 3 - Alpha
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Topic :: System :: Systems Administration
|
|
16
|
+
Requires-Python: >=3.11
|
|
17
|
+
Provides-Extra: all
|
|
18
|
+
Requires-Dist: mcp>=1.0; extra == 'all'
|
|
19
|
+
Requires-Dist: openai>=1.0; extra == 'all'
|
|
20
|
+
Requires-Dist: opentelemetry-api>=1.20; extra == 'all'
|
|
21
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.20; extra == 'all'
|
|
22
|
+
Requires-Dist: opentelemetry-sdk>=1.20; extra == 'all'
|
|
23
|
+
Requires-Dist: pyyaml>=6.0; extra == 'all'
|
|
24
|
+
Provides-Extra: dev
|
|
25
|
+
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
|
|
26
|
+
Requires-Dist: pytest>=8.0; extra == 'dev'
|
|
27
|
+
Requires-Dist: pyyaml>=6.0; extra == 'dev'
|
|
28
|
+
Requires-Dist: ruff>=0.8; extra == 'dev'
|
|
29
|
+
Provides-Extra: llm
|
|
30
|
+
Requires-Dist: openai>=1.0; extra == 'llm'
|
|
31
|
+
Provides-Extra: mcp
|
|
32
|
+
Requires-Dist: mcp>=1.0; extra == 'mcp'
|
|
33
|
+
Provides-Extra: otel
|
|
34
|
+
Requires-Dist: opentelemetry-api>=1.20; extra == 'otel'
|
|
35
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.20; extra == 'otel'
|
|
36
|
+
Requires-Dist: opentelemetry-sdk>=1.20; extra == 'otel'
|
|
37
|
+
Provides-Extra: yaml
|
|
38
|
+
Requires-Dist: pyyaml>=6.0; extra == 'yaml'
|
|
39
|
+
Description-Content-Type: text/markdown
|
|
40
|
+
|
|
41
|
+
# CFA v0.1.2
|
|
42
|
+
|
|
43
|
+
[](https://github.com/marquesantero/cfa/actions/workflows/ci.yml)
|
|
44
|
+
[](https://github.com/astral-sh/ruff)
|
|
45
|
+
[](https://github.com/marquesantero/cfa/actions/workflows/ci.yml)
|
|
46
|
+
[](https://pypi.org/project/cfa-kernel/)
|
|
47
|
+
[](https://www.python.org/)
|
|
48
|
+
[](./LICENSE)
|
|
49
|
+
[](https://marquesantero.github.io/cfa/)
|
|
50
|
+
|
|
51
|
+
**Governed execution for AI agents and data systems.**
|
|
52
|
+
|
|
53
|
+
Instead of asking _"which agent or skill should act?"_, CFA asks _"which state transition is being requested, under which constraints, and can it be executed safely?"_ and produces a cryptographically verifiable decision.
|
|
54
|
+
|
|
55
|
+
## Quick Start
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
pip install cfa-kernel
|
|
59
|
+
# or: pip install git+https://github.com/marquesantero/cfa.git
|
|
60
|
+
cfa init
|
|
61
|
+
cfa evaluate "Join NFe with Clientes and persist to Silver" --catalog .cfa/catalog.json
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## What CFA does
|
|
65
|
+
|
|
66
|
+
| Step | What happens |
|
|
67
|
+
|------|-------------|
|
|
68
|
+
| **Formalize** | Natural language or JSON → typed `StateSignature` contract |
|
|
69
|
+
| **Govern** | Policy Engine evaluates PII, cost, schema, partition constraints |
|
|
70
|
+
| **Generate** | Execution planner + deterministic code generation (PySpark, SQL, dbt) |
|
|
71
|
+
| **Execute** | Pluggable sandbox with metrics collection + runtime validation |
|
|
72
|
+
| **Validate** | State projection, SHA-256 audit trail, lifecycle indices |
|
|
73
|
+
|
|
74
|
+
## Surfaces
|
|
75
|
+
|
|
76
|
+
All interfaces are backend-agnostic. CFA evaluates a `StateSignature` contract — however it was produced.
|
|
77
|
+
|
|
78
|
+
| Surface | For | Example |
|
|
79
|
+
|---------|-----|---------|
|
|
80
|
+
| `cfa` CLI | Everyone | `cfa policy check --signature sig.json` |
|
|
81
|
+
| `cfa catalog` CLI | Data platform teams | `cfa catalog validate catalog.json` |
|
|
82
|
+
| `cfa policy` CLI | Security/compliance | `cfa policy validate policies/prod.yaml` |
|
|
83
|
+
| `cfa storage` CLI | Operations | `cfa storage stats --db cfa.db` |
|
|
84
|
+
| `cfa lifecycle` CLI | Platform teams | `cfa lifecycle evaluate --db cfa.db` |
|
|
85
|
+
| `cfa signature` CLI | External systems | `cfa signature validate request.json` |
|
|
86
|
+
| `cfa.testing` | CI/CD | `evaluate("intent", catalog=catalog)` with pytest |
|
|
87
|
+
| `cfa.runtime` | Production | `RuntimeGate` as decorator/context-manager |
|
|
88
|
+
| `cfa.mcp` | AI agents | MCP server for any MCP-compatible client |
|
|
89
|
+
| `cfa.adapters` | AI frameworks | LangGraph, OpenAI Agents, CrewAI, AutoGen, DSPy |
|
|
90
|
+
|
|
91
|
+
## Architecture
|
|
92
|
+
|
|
93
|
+
```text
|
|
94
|
+
CLI / MCP / Adapter / API
|
|
95
|
+
│
|
|
96
|
+
▼
|
|
97
|
+
┌─ Formalize ──┐ NL / JSON / Tool call → typed StateSignature contract
|
|
98
|
+
├─ Govern ──────┤ Policy check + REPLAN cycle (approve / replan / block)
|
|
99
|
+
├─ Generate ────┤ Plan + code (PySpark / SQL / dbt) + static validation
|
|
100
|
+
├─ Execute ─────┤ Pluggable sandbox + runtime validation
|
|
101
|
+
└─ Validate ────┘ State projection + SHA-256 audit + lifecycle indices
|
|
102
|
+
│
|
|
103
|
+
▼
|
|
104
|
+
Decision JSON / Audit Trail / OTel / Prometheus
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
## Key Differentiators
|
|
108
|
+
|
|
109
|
+
| Feature | CFA | Others |
|
|
110
|
+
|---------|-----|--------|
|
|
111
|
+
| SHA-256 audit trail (tamper-evident) | ✅ | ❌ |
|
|
112
|
+
| State projection between executions | ✅ | ❌ |
|
|
113
|
+
| Lifecycle indices (IFo/IFs/IFg/IDI) | ✅ | ❌ |
|
|
114
|
+
| REPLAN with auto-interventions | ✅ | ❌ |
|
|
115
|
+
| Backend-agnostic (PySpark, SQL, dbt) | ✅ | ❌ |
|
|
116
|
+
| Artifact hashing (catalog + policy + signature) | ✅ | ❌ |
|
|
117
|
+
| MCP protocol for AI agents | ✅ | ❌ |
|
|
118
|
+
| SQLite storage with retention management | ✅ | ❌ |
|
|
119
|
+
| Config file with auto-discovery | ✅ | ❌ |
|
|
120
|
+
| Zero runtime dependencies (core) | ✅ | ❌ |
|
|
121
|
+
|
|
122
|
+
## CLI
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
# Governance & evaluation
|
|
126
|
+
cfa evaluate "intent" --catalog catalog.json --strict
|
|
127
|
+
cfa policy check --signature signature.json --policy-bundle policies/prod.yaml
|
|
128
|
+
cfa policy check --signature sig.json --catalog cat.json --strict --audit-log audit.jsonl
|
|
129
|
+
|
|
130
|
+
# Validation (CI-ready with JSON output and exit codes)
|
|
131
|
+
cfa catalog validate catalog.json --require-datasets --format json
|
|
132
|
+
cfa signature validate signature.json --format json
|
|
133
|
+
cfa policy validate policies/prod.yaml --format json
|
|
134
|
+
|
|
135
|
+
# Audit & verification
|
|
136
|
+
cfa audit show --id INTENT_ID --file audit.jsonl --format json
|
|
137
|
+
cfa audit verify --file audit.jsonl
|
|
138
|
+
|
|
139
|
+
# Policy rules
|
|
140
|
+
cfa rules list
|
|
141
|
+
cfa rules explain FAULT_CODE
|
|
142
|
+
|
|
143
|
+
# Storage management
|
|
144
|
+
cfa storage stats --db cfa.db --format json
|
|
145
|
+
cfa storage cleanup --db cfa.db --retention 90
|
|
146
|
+
cfa storage vacuum --db cfa.db
|
|
147
|
+
|
|
148
|
+
# Lifecycle management
|
|
149
|
+
cfa lifecycle evaluate --db cfa.db --window 30
|
|
150
|
+
cfa lifecycle list --db cfa.db
|
|
151
|
+
|
|
152
|
+
# Project health
|
|
153
|
+
cfa status --format json
|
|
154
|
+
|
|
155
|
+
# Bootstrap
|
|
156
|
+
cfa init
|
|
157
|
+
|
|
158
|
+
# Backends
|
|
159
|
+
cfa backend list
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
## From Python
|
|
163
|
+
|
|
164
|
+
```python
|
|
165
|
+
from cfa.testing import evaluate, assert_passed
|
|
166
|
+
|
|
167
|
+
result = evaluate(
|
|
168
|
+
"Join NFe with Clientes and persist to Silver",
|
|
169
|
+
catalog=MY_CATALOG,
|
|
170
|
+
policy_rules=my_rules,
|
|
171
|
+
backend="pyspark",
|
|
172
|
+
)
|
|
173
|
+
assert_passed(result)
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
### Policy check with audit
|
|
177
|
+
|
|
178
|
+
```python
|
|
179
|
+
from cfa.policy.engine import PolicyEngine
|
|
180
|
+
from cfa.types import StateSignature
|
|
181
|
+
|
|
182
|
+
signature = StateSignature.from_dict(signature_dict)
|
|
183
|
+
engine = PolicyEngine(policy_bundle_version="prod-v1.0")
|
|
184
|
+
result = engine.evaluate(signature)
|
|
185
|
+
# result.action → approve / replan / block
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
### Runtime gate
|
|
189
|
+
|
|
190
|
+
```python
|
|
191
|
+
from cfa.runtime import RuntimeGate, GateConfig
|
|
192
|
+
|
|
193
|
+
gate = RuntimeGate(
|
|
194
|
+
config=GateConfig(policy_bundle="prod_v1.0", sandbox="mock"),
|
|
195
|
+
catalog=PROD_CATALOG,
|
|
196
|
+
)
|
|
197
|
+
|
|
198
|
+
@gate.guard("aggregate sales with PII protected")
|
|
199
|
+
def my_pipeline():
|
|
200
|
+
...
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### SQLite storage
|
|
204
|
+
|
|
205
|
+
```python
|
|
206
|
+
from cfa.storage import SqliteStorage
|
|
207
|
+
|
|
208
|
+
store = SqliteStorage("cfa.db")
|
|
209
|
+
store.ensure_schema()
|
|
210
|
+
|
|
211
|
+
# Audit
|
|
212
|
+
store.audit_append(event)
|
|
213
|
+
|
|
214
|
+
# Execution records (lifecycle)
|
|
215
|
+
store.execution_append(record_dict)
|
|
216
|
+
|
|
217
|
+
# Lifecycle skills
|
|
218
|
+
store.skill_upsert("hash_a", skill_data)
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
## Policy Bundles
|
|
222
|
+
|
|
223
|
+
Declarative YAML policy rules — separate governance from code:
|
|
224
|
+
|
|
225
|
+
```yaml
|
|
226
|
+
# policies/prod-v1.yaml
|
|
227
|
+
policy_bundle:
|
|
228
|
+
version: "prod-v1.0"
|
|
229
|
+
rules:
|
|
230
|
+
- name: forbid_raw_pii
|
|
231
|
+
condition: pii_in_protected_layer
|
|
232
|
+
action: block
|
|
233
|
+
fault_code: GOVERNANCE_RAW_PII
|
|
234
|
+
severity: critical
|
|
235
|
+
message: "PII in protected layer without anonymization."
|
|
236
|
+
remediation:
|
|
237
|
+
- "Apply sha256 on PII columns before the operation"
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
Validated at load time — unknown conditions, duplicate fault codes, and invalid enums are caught immediately.
|
|
241
|
+
|
|
242
|
+
## Config File
|
|
243
|
+
|
|
244
|
+
```yaml
|
|
245
|
+
# cfa.yaml (auto-discovered by all commands)
|
|
246
|
+
version: "1.0"
|
|
247
|
+
storage:
|
|
248
|
+
backend: sqlite
|
|
249
|
+
path: cfa.db
|
|
250
|
+
retention_days: 90
|
|
251
|
+
defaults:
|
|
252
|
+
catalog: .cfa/catalog.json
|
|
253
|
+
policy_bundle: .cfa/policies/prod-v1.yaml
|
|
254
|
+
backend: pyspark
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
## Backends
|
|
258
|
+
|
|
259
|
+
Three governed code generation backends, all pluggable via `BackendRegistry`:
|
|
260
|
+
|
|
261
|
+
| Backend | Language | Features |
|
|
262
|
+
|---------|----------|----------|
|
|
263
|
+
| `pyspark` | PySpark + Delta Lake | Merge, partition overwrite, PII anonymization |
|
|
264
|
+
| `sql` | ANSI SQL | MERGE INTO, INSERT OVERWRITE, partition clauses |
|
|
265
|
+
| `dbt` | dbt models + schema.yml | Config blocks, refs, not_null/unique tests, PII annotations |
|
|
266
|
+
|
|
267
|
+
Each backend declares its own forbidden tokens for static validation.
|
|
268
|
+
|
|
269
|
+
## MCP Server
|
|
270
|
+
|
|
271
|
+
Expose CFA governance to any AI agent via Model Context Protocol:
|
|
272
|
+
|
|
273
|
+
```json
|
|
274
|
+
{
|
|
275
|
+
"mcpServers": {
|
|
276
|
+
"cfa": {
|
|
277
|
+
"command": "python",
|
|
278
|
+
"args": ["-m", "cfa.mcp"]
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
5 tools: `cfa_evaluate_signature`, `cfa_describe_rules`, `cfa_explain_fault`, `cfa_audit_check`, `cfa_list_backends`.
|
|
285
|
+
|
|
286
|
+
## Repository
|
|
287
|
+
|
|
288
|
+
```text
|
|
289
|
+
src/cfa/
|
|
290
|
+
├── core/ Kernel, Planner, CodeGen, Conditions, Phases
|
|
291
|
+
├── policy/ PolicyEngine, PolicyBundle, Catalog validation
|
|
292
|
+
├── validation/ Static, Runtime, Signature validation
|
|
293
|
+
├── audit/ AuditTrail, Context, Hashing
|
|
294
|
+
├── observability/ Metrics, OTel, Notify, Indices, Promotion
|
|
295
|
+
├── normalizer/ Rule-based normalizer, LLM normalizer
|
|
296
|
+
├── execution/ Partial execution, State projection
|
|
297
|
+
├── adapters/ LangGraph, OpenAI, CrewAI, AutoGen, DSPy
|
|
298
|
+
├── backends/ PySpark, SQL, dbt (pluggable)
|
|
299
|
+
├── sandbox/ Pluggable sandbox backend + registry + executor
|
|
300
|
+
├── cli/ CLI commands by family (core/, governance/, reporting/, project/, infrastructure/)
|
|
301
|
+
├── storage/ SQLite + JSONL backends (stats, cleanup, vacuum)
|
|
302
|
+
├── mcp/ MCP server (JSON-RPC over stdio)
|
|
303
|
+
├── reporting/ HTML reports
|
|
304
|
+
├── runtime/ Production governance gate
|
|
305
|
+
├── testing/ pytest-native evaluate() + fixtures
|
|
306
|
+
├── config.py CFA config (discovery, defaults)
|
|
307
|
+
├── types.py StateSignature, Fault, KernelResult
|
|
308
|
+
└── _lazy.py Reusable lazy loader for package __init__
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
## Docs
|
|
312
|
+
|
|
313
|
+
All documentation at **[marquesantero.github.io/cfa](https://marquesantero.github.io/cfa/)**:
|
|
314
|
+
|
|
315
|
+
- [Getting Started](https://marquesantero.github.io/cfa/docs/getting-started)
|
|
316
|
+
- [CLI Reference](https://marquesantero.github.io/cfa/docs/cli)
|
|
317
|
+
- [Policy Bundles](https://marquesantero.github.io/cfa/docs/policy-bundles)
|
|
318
|
+
- [Backends](https://marquesantero.github.io/cfa/docs/backends)
|
|
319
|
+
- [MCP Server](https://marquesantero.github.io/cfa/docs/mcp-server)
|
|
320
|
+
- [Reporting](https://marquesantero.github.io/cfa/docs/reporting)
|
|
321
|
+
- [Architecture Notes](https://marquesantero.github.io/cfa/docs/architecture-notes)
|
|
322
|
+
- [FAQ](https://marquesantero.github.io/cfa/docs/faq)
|
|
323
|
+
|
|
324
|
+
## License
|
|
325
|
+
|
|
326
|
+
[MIT](./LICENSE) · [Antero Marques](https://github.com/marquesantero)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# CFA v0.1.
|
|
1
|
+
# CFA v0.1.2
|
|
2
2
|
|
|
3
3
|
[](https://github.com/marquesantero/cfa/actions/workflows/ci.yml)
|
|
4
4
|
[](https://github.com/astral-sh/ruff)
|
|
@@ -4,10 +4,19 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cfa-kernel"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "CFA — Governed execution for AI agents and data systems"
|
|
9
|
+
readme = "README.md"
|
|
9
10
|
requires-python = ">=3.11"
|
|
10
11
|
license = { text = "MIT" }
|
|
12
|
+
keywords = ["governance", "data", "ai", "policy", "audit", "pipeline", "compliance"]
|
|
13
|
+
classifiers = [
|
|
14
|
+
"Development Status :: 3 - Alpha",
|
|
15
|
+
"Intended Audience :: Developers",
|
|
16
|
+
"License :: OSI Approved :: MIT License",
|
|
17
|
+
"Programming Language :: Python :: 3.11",
|
|
18
|
+
"Topic :: System :: Systems Administration",
|
|
19
|
+
]
|
|
11
20
|
|
|
12
21
|
[project.scripts]
|
|
13
22
|
cfa = "cfa.cli:main"
|
|
@@ -68,8 +68,8 @@ Invariant I4: after every execution (success, partial, or failure), the `StatePr
|
|
|
68
68
|
|
|
69
69
|
## Can CFA handle streaming data?
|
|
70
70
|
|
|
71
|
-
CFA v0.1.
|
|
71
|
+
CFA v0.1.2 targets batch and micro-batch execution. Streaming support is planned for a future version. The architecture's concurrency model assumes `single_active_intent_per_target_scope`.
|
|
72
72
|
|
|
73
73
|
## Is CFA production-ready?
|
|
74
74
|
|
|
75
|
-
CFA v0.1.
|
|
75
|
+
CFA v0.1.2 has 343 passing tests, a full CLI, MCP server, rich reporting, and framework adapters. It is designed for production governance gates. The core has been battle-tested through multiple refactors. As with any governance tool, deploy with monitoring and start with `cfa evaluate` in CI before moving to runtime gates.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
sidebar_position: 3
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
# CFA v0.1.
|
|
5
|
+
# CFA v0.1.2 Whitepaper
|
|
6
6
|
|
|
7
7
|
Contextual Flux Architecture — Governed execution for AI agents and data systems.
|
|
8
8
|
|
|
@@ -197,7 +197,7 @@ Comprehensive test coverage across governance, resolution, lifecycle, kernel, ad
|
|
|
197
197
|
|
|
198
198
|
## 9. Conclusion
|
|
199
199
|
|
|
200
|
-
CFA v0.1.
|
|
200
|
+
CFA v0.1.2 establishes a governance kernel that bridges the gap between AI agent flexibility and production-grade safety. By formalizing intent, enforcing policy before execution, generating deterministic code, sandboxing runtime, projecting state, and maintaining tamper-evident audit trails, CFA provides the guardrails that AI-native data systems require to operate in regulated, high-stakes environments.
|
|
201
201
|
|
|
202
202
|
The architecture is designed for **progressive adoption**: start with a single policy gate before an existing pipeline, then expand to full kernel orchestration as confidence grows. Every component is pluggable, every decision is auditable, and every state transition is recorded.
|
|
203
203
|
|
|
@@ -17,7 +17,7 @@ function HomepageHeader() {
|
|
|
17
17
|
fontFamily: 'monospace', fontSize: '0.75rem', letterSpacing: '0.25em',
|
|
18
18
|
color: '#3dffa0', textTransform: 'uppercase', marginBottom: '1rem',
|
|
19
19
|
}}>
|
|
20
|
-
Technical Whitepaper · v0.1.
|
|
20
|
+
Technical Whitepaper · v0.1.2
|
|
21
21
|
</p>
|
|
22
22
|
<h1 className="hero__title" style={{
|
|
23
23
|
fontFamily: "'Syne', sans-serif", fontSize: '3.5rem', fontWeight: 800,
|
cfa_kernel-0.1.2/PKG-INFO
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: cfa-kernel
|
|
3
|
-
Version: 0.1.2
|
|
4
|
-
Summary: CFA — Governed execution for AI agents and data systems
|
|
5
|
-
Project-URL: Homepage, https://marquesantero.github.io/cfa/
|
|
6
|
-
Project-URL: Repository, https://github.com/marquesantero/cfa
|
|
7
|
-
Project-URL: Documentation, https://marquesantero.github.io/cfa/docs/intro
|
|
8
|
-
License: MIT
|
|
9
|
-
License-File: LICENSE
|
|
10
|
-
Requires-Python: >=3.11
|
|
11
|
-
Provides-Extra: all
|
|
12
|
-
Requires-Dist: mcp>=1.0; extra == 'all'
|
|
13
|
-
Requires-Dist: openai>=1.0; extra == 'all'
|
|
14
|
-
Requires-Dist: opentelemetry-api>=1.20; extra == 'all'
|
|
15
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.20; extra == 'all'
|
|
16
|
-
Requires-Dist: opentelemetry-sdk>=1.20; extra == 'all'
|
|
17
|
-
Requires-Dist: pyyaml>=6.0; extra == 'all'
|
|
18
|
-
Provides-Extra: dev
|
|
19
|
-
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
|
|
20
|
-
Requires-Dist: pytest>=8.0; extra == 'dev'
|
|
21
|
-
Requires-Dist: pyyaml>=6.0; extra == 'dev'
|
|
22
|
-
Requires-Dist: ruff>=0.8; extra == 'dev'
|
|
23
|
-
Provides-Extra: llm
|
|
24
|
-
Requires-Dist: openai>=1.0; extra == 'llm'
|
|
25
|
-
Provides-Extra: mcp
|
|
26
|
-
Requires-Dist: mcp>=1.0; extra == 'mcp'
|
|
27
|
-
Provides-Extra: otel
|
|
28
|
-
Requires-Dist: opentelemetry-api>=1.20; extra == 'otel'
|
|
29
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.20; extra == 'otel'
|
|
30
|
-
Requires-Dist: opentelemetry-sdk>=1.20; extra == 'otel'
|
|
31
|
-
Provides-Extra: yaml
|
|
32
|
-
Requires-Dist: pyyaml>=6.0; extra == 'yaml'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cfa_kernel-0.1.2 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/src/governance_gate.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|