cfa-kernel 0.1.1__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.
Files changed (233) hide show
  1. cfa_kernel-0.1.3/PKG-INFO +326 -0
  2. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/README.md +1 -1
  3. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/pyproject.toml +10 -1
  4. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/__init__.py +1 -1
  5. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/formatters.py +1 -1
  6. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_user_journeys.py +1 -1
  7. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/api.md +1 -1
  8. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/faq.md +2 -2
  9. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/intro.md +1 -1
  10. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/whitepaper.md +2 -2
  11. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docusaurus.config.ts +1 -1
  12. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/api.md +1 -1
  13. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md +1 -1
  14. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/whitepaper.md +1 -1
  15. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/src/pages/index.tsx +1 -1
  16. cfa_kernel-0.1.1/PKG-INFO +0 -32
  17. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.gitattributes +0 -0
  18. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  19. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  20. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  21. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.github/workflows/ci.yml +0 -0
  22. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.github/workflows/deploy-docs.yml +0 -0
  23. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.github/workflows/deploy-pypi.yml +0 -0
  24. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.github/workflows/governance.yml +0 -0
  25. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.gitignore +0 -0
  26. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.uv-cache/.gitignore +0 -0
  27. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.uv-cache/.lock +0 -0
  28. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.uv-cache/CACHEDIR.TAG +0 -0
  29. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/.uv-cache/sdists-v9/.gitignore +0 -0
  30. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/CFA_IMPLEMENTATION_PLAN.md +0 -0
  31. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/CFA_MARKET_RESEARCH_2026.md +0 -0
  32. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/CODE_OF_CONDUCT.md +0 -0
  33. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/CONTRIBUTING.md +0 -0
  34. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/LICENSE +0 -0
  35. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/MANUAL_TESTING_GUIDE.md +0 -0
  36. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/SECURITY.md +0 -0
  37. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/examples/fiscal_governance.yaml +0 -0
  38. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/examples/full_pipeline.py +0 -0
  39. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/examples/llm_systematizer.py +0 -0
  40. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/examples/runtime_gate.py +0 -0
  41. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/examples/standalone_governance.py +0 -0
  42. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/examples/standalone_lifecycle.py +0 -0
  43. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/examples/standalone_resolution.py +0 -0
  44. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/README.md +0 -0
  45. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/dags/cfa_governance_gate_demo.py +0 -0
  46. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/requirements.txt +0 -0
  47. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/integrations/airflow-governance-gate/src/governance_gate.py +0 -0
  48. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/mcp.json +0 -0
  49. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/policies/compliance-strict-v1.yaml +0 -0
  50. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/policies/finops-strict-v1.yaml +0 -0
  51. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/policies/prod-v1.yaml +0 -0
  52. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/_lazy.py +0 -0
  53. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/adapters/__init__.py +0 -0
  54. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/adapters/autogen.py +0 -0
  55. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/adapters/crewai.py +0 -0
  56. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/adapters/dspy.py +0 -0
  57. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/adapters/langgraph.py +0 -0
  58. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/adapters/openai_agents.py +0 -0
  59. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/audit/__init__.py +0 -0
  60. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/audit/context.py +0 -0
  61. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/audit/hashing.py +0 -0
  62. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/audit/trail.py +0 -0
  63. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/backends/__init__.py +0 -0
  64. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/backends/dbt.py +0 -0
  65. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/backends/pyspark.py +0 -0
  66. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/backends/sql.py +0 -0
  67. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/behavior/__init__.py +0 -0
  68. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/behavior/llm.py +0 -0
  69. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/behavior/spec.py +0 -0
  70. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/behavior/systematizer.py +0 -0
  71. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/__init__.py +0 -0
  72. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/__main__.py +0 -0
  73. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/_helpers.py +0 -0
  74. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/core/__init__.py +0 -0
  75. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/core/evaluate.py +0 -0
  76. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/core/validate.py +0 -0
  77. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/governance/__init__.py +0 -0
  78. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/governance/audit.py +0 -0
  79. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/governance/catalog.py +0 -0
  80. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/governance/policy.py +0 -0
  81. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/governance/rules.py +0 -0
  82. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/governance/signature.py +0 -0
  83. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/infrastructure/__init__.py +0 -0
  84. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/infrastructure/backend_list.py +0 -0
  85. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/infrastructure/storage.py +0 -0
  86. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/project/__init__.py +0 -0
  87. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/project/init.py +0 -0
  88. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/project/lifecycle.py +0 -0
  89. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/project/status.py +0 -0
  90. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/project/taxonomy.py +0 -0
  91. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/reporting/__init__.py +0 -0
  92. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/reporting/report.py +0 -0
  93. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/cli/reporting/serve.py +0 -0
  94. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/config.py +0 -0
  95. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/core/__init__.py +0 -0
  96. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/core/codegen.py +0 -0
  97. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/core/conditions.py +0 -0
  98. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/core/kernel.py +0 -0
  99. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/core/phases/__init__.py +0 -0
  100. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/core/phases/runner.py +0 -0
  101. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/core/planner.py +0 -0
  102. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/execution/__init__.py +0 -0
  103. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/execution/partial.py +0 -0
  104. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/execution/state_projection.py +0 -0
  105. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/governance/__init__.py +0 -0
  106. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/lifecycle/__init__.py +0 -0
  107. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/mcp/__init__.py +0 -0
  108. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/mcp/__main__.py +0 -0
  109. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/normalizer/__init__.py +0 -0
  110. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/normalizer/base.py +0 -0
  111. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/normalizer/llm.py +0 -0
  112. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/observability/__init__.py +0 -0
  113. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/observability/indices.py +0 -0
  114. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/observability/metrics.py +0 -0
  115. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/observability/notify.py +0 -0
  116. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/observability/otel.py +0 -0
  117. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/observability/promotion.py +0 -0
  118. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/policy/__init__.py +0 -0
  119. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/policy/bundle.py +0 -0
  120. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/policy/catalog.py +0 -0
  121. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/policy/engine.py +0 -0
  122. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/reporting/__init__.py +0 -0
  123. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/reporting/charts.py +0 -0
  124. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/reporting/engine.py +0 -0
  125. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/resolution/__init__.py +0 -0
  126. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/runtime/__init__.py +0 -0
  127. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/runtime/gate.py +0 -0
  128. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/sandbox/__init__.py +0 -0
  129. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/sandbox/executor.py +0 -0
  130. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/sandbox/mock.py +0 -0
  131. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/sandbox/panic.py +0 -0
  132. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/storage/__init__.py +0 -0
  133. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/testing/__init__.py +0 -0
  134. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/testing/asserts.py +0 -0
  135. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/testing/evaluate.py +0 -0
  136. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/testing/fixtures.py +0 -0
  137. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/testing/markers.py +0 -0
  138. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/types.py +0 -0
  139. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/validation/__init__.py +0 -0
  140. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/validation/runtime.py +0 -0
  141. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/validation/signature.py +0 -0
  142. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/src/cfa/validation/static.py +0 -0
  143. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/conftest.py +0 -0
  144. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_adapters.py +0 -0
  145. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_airflow_governance_gate.py +0 -0
  146. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_audit_persistent.py +0 -0
  147. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_behavior.py +0 -0
  148. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_behavior_llm.py +0 -0
  149. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_catalog.py +0 -0
  150. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_cli_validation.py +0 -0
  151. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_codegen.py +0 -0
  152. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_config.py +0 -0
  153. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_context.py +0 -0
  154. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_context_persistent.py +0 -0
  155. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_dbt_backend.py +0 -0
  156. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_hashing.py +0 -0
  157. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_indices.py +0 -0
  158. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_integration.py +0 -0
  159. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_intensive.py +0 -0
  160. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_kernel.py +0 -0
  161. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_mcp.py +0 -0
  162. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_metrics.py +0 -0
  163. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_normalizer.py +0 -0
  164. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_normalizer_llm.py +0 -0
  165. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_notify.py +0 -0
  166. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_otel.py +0 -0
  167. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_partial_execution.py +0 -0
  168. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_planner.py +0 -0
  169. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_policy.py +0 -0
  170. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_policy_bundle.py +0 -0
  171. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_promotion.py +0 -0
  172. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_reporting.py +0 -0
  173. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_runtime.py +0 -0
  174. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_runtime_validation.py +0 -0
  175. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_sandbox.py +0 -0
  176. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_serialization.py +0 -0
  177. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_signature.py +0 -0
  178. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_sql_backend.py +0 -0
  179. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_state_projection.py +0 -0
  180. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_static_validation.py +0 -0
  181. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_storage.py +0 -0
  182. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_testing.py +0 -0
  183. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/tests/test_types.py +0 -0
  184. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/.gitignore +0 -0
  185. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/README.md +0 -0
  186. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/blog/2019-05-28-first-blog-post.mdx +0 -0
  187. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/blog/2019-05-29-long-blog-post.mdx +0 -0
  188. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/blog/2021-08-01-mdx-blog-post.mdx +0 -0
  189. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg +0 -0
  190. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/blog/2021-08-26-welcome/index.mdx +0 -0
  191. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/blog/authors.yml +0 -0
  192. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/blog/tags.yml +0 -0
  193. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/architecture-notes.md +0 -0
  194. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/backends.md +0 -0
  195. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/behavior-spec.md +0 -0
  196. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/cli.md +0 -0
  197. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/getting-started.md +0 -0
  198. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/guide.md +0 -0
  199. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/integrations/airflow.md +0 -0
  200. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/integrations/langgraph.md +0 -0
  201. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/integrations/openai-agents.md +0 -0
  202. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/mcp-server.md +0 -0
  203. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/policy-bundles.md +0 -0
  204. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/docs/reporting.md +0 -0
  205. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/code.json +0 -0
  206. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/architecture-notes.md +0 -0
  207. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/backends.md +0 -0
  208. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/behavior-spec.md +0 -0
  209. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/cli.md +0 -0
  210. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.md +0 -0
  211. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/getting-started.md +0 -0
  212. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/guide.md +0 -0
  213. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations/airflow.md +0 -0
  214. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations/langgraph.md +0 -0
  215. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations/openai-agents.md +0 -0
  216. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/mcp-server.md +0 -0
  217. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/policy-bundles.md +0 -0
  218. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/reporting.md +0 -0
  219. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/package-lock.json +0 -0
  220. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/package.json +0 -0
  221. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/sidebars.ts +0 -0
  222. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/src/components/HomepageFeatures/index.tsx +0 -0
  223. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/src/components/HomepageFeatures/styles.module.css +0 -0
  224. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/src/css/custom.css +0 -0
  225. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/src/pages/index.module.css +0 -0
  226. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/src/pages/markdown-page.mdx +0 -0
  227. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/static/.nojekyll +0 -0
  228. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/static/img/favicon.ico +0 -0
  229. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/static/img/logo.svg +0 -0
  230. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/static/img/undraw_docusaurus_mountain.svg +0 -0
  231. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/static/img/undraw_docusaurus_react.svg +0 -0
  232. {cfa_kernel-0.1.1 → cfa_kernel-0.1.3}/website/static/img/undraw_docusaurus_tree.svg +0 -0
  233. {cfa_kernel-0.1.1 → 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
+ [![CI](https://github.com/marquesantero/cfa/actions/workflows/ci.yml/badge.svg)](https://github.com/marquesantero/cfa/actions/workflows/ci.yml)
44
+ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
45
+ [![Tests](https://img.shields.io/badge/tests-536%20passed-brightgreen)](https://github.com/marquesantero/cfa/actions/workflows/ci.yml)
46
+ [![PyPI](https://img.shields.io/pypi/v/cfa-kernel)](https://pypi.org/project/cfa-kernel/)
47
+ [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/)
48
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
49
+ [![Docs](https://img.shields.io/badge/docs-docusaurus-blue.svg)](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.0
1
+ # CFA v0.1.2
2
2
 
3
3
  [![CI](https://github.com/marquesantero/cfa/actions/workflows/ci.yml/badge.svg)](https://github.com/marquesantero/cfa/actions/workflows/ci.yml)
4
4
  [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](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.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"
@@ -6,7 +6,7 @@ Governed execution for AI agents and data systems.
6
6
 
7
7
  from cfa._lazy import LazyLoader
8
8
 
9
- __version__ = "0.1.1"
9
+ __version__ = "0.1.3"
10
10
 
11
11
  __getattr__ = LazyLoader({
12
12
  "KernelOrchestrator": ("cfa.core.kernel", "KernelOrchestrator"),
@@ -17,7 +17,7 @@ _ANSI_RE = re.compile(r"\x1b\[[0-9;]*m")
17
17
  # Force UTF-8 on Windows if possible
18
18
  if sys.platform == "win32":
19
19
  try:
20
- sys.stdout.reconfigure(encoding="utf-8") # type: ignore[attr-defined]
20
+ sys.stdout.reconfigure(encoding="utf-8", errors="replace") # type: ignore[attr-defined]
21
21
  except Exception:
22
22
  pass
23
23
 
@@ -34,7 +34,7 @@ class TestJourney1_FirstTimeUser:
34
34
  def test_01_install_and_version(self):
35
35
  """User: pip install cfa && python -c 'import cfa; print(cfa.__version__)'"""
36
36
  import cfa
37
- assert cfa.__version__ == "0.1.0"
37
+ assert cfa.__version__.startswith("0.1.")
38
38
 
39
39
  def test_02_first_evaluate(self):
40
40
  """User: cfa evaluate 'my first governance check'"""
@@ -4,7 +4,7 @@ sidebar_position: 16
4
4
 
5
5
  # API Reference
6
6
 
7
- Public classes and functions exported by CFA v0.1.0.
7
+ Public classes and functions exported by CFA v0.1.2.
8
8
 
9
9
  ## `cfa.core.kernel`
10
10
 
@@ -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.0 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`.
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.0 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.
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: 1
3
3
  ---
4
4
 
5
- # CFA v0.1.0
5
+ # CFA v0.1.2
6
6
 
7
7
  Governed execution for AI agents and data systems.
8
8
 
@@ -2,7 +2,7 @@
2
2
  sidebar_position: 3
3
3
  ---
4
4
 
5
- # CFA v0.1.0 Whitepaper
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.0 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.
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
 
@@ -111,7 +111,7 @@ const config: Config = {
111
111
  } satisfies Preset.ThemeConfig,
112
112
 
113
113
  customFields: {
114
- version: '0.1.0',
114
+ version: '0.1.2',
115
115
  },
116
116
  };
117
117
 
@@ -4,7 +4,7 @@ sidebar_position: 16
4
4
 
5
5
  # Referência da API
6
6
 
7
- Classes e funções públicas exportadas pelo CFA v0.1.0.
7
+ Classes e funções públicas exportadas pelo CFA v0.1.2.
8
8
 
9
9
  ## `cfa.core.kernel`
10
10
 
@@ -2,7 +2,7 @@
2
2
  sidebar_position: 1
3
3
  ---
4
4
 
5
- # CFA v0.1.0
5
+ # CFA v0.1.2
6
6
 
7
7
  Execução governada para agentes de IA e sistemas de dados.
8
8
 
@@ -2,7 +2,7 @@
2
2
  sidebar_position: 3
3
3
  ---
4
4
 
5
- # Whitepaper CFA v0.1.0
5
+ # Whitepaper CFA v0.1.2
6
6
 
7
7
  Contextual Flux Architecture — Execução governada para agentes de IA e sistemas de dados.
8
8
 
@@ -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.0
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.1/PKG-INFO DELETED
@@ -1,32 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: cfa-kernel
3
- Version: 0.1.1
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