LICENSE
README.md
pyproject.toml
src/__init__.py
src/acgs.egg-info/PKG-INFO
src/acgs.egg-info/SOURCES.txt
src/acgs.egg-info/dependency_links.txt
src/acgs.egg-info/requires.txt
src/acgs.egg-info/top_level.txt
src/acgs_lite/__init__.py
src/acgs_lite/audit.py
src/acgs_lite/cli.py
src/acgs_lite/errors.py
src/acgs_lite/governed.py
src/acgs_lite/licensing.py
src/acgs_lite/maci.py
src/acgs_lite/matcher.py
src/acgs_lite/middleware.py
src/acgs_lite/py.typed
src/acgs_lite/server.py
src/acgs_lite/compliance/__init__.py
src/acgs_lite/compliance/base.py
src/acgs_lite/compliance/gdpr.py
src/acgs_lite/compliance/hipaa_ai.py
src/acgs_lite/compliance/iso_42001.py
src/acgs_lite/compliance/multi_framework.py
src/acgs_lite/compliance/nist_ai_rmf.py
src/acgs_lite/compliance/nyc_ll144.py
src/acgs_lite/compliance/oecd_ai.py
src/acgs_lite/compliance/soc2_ai.py
src/acgs_lite/compliance/us_fair_lending.py
src/acgs_lite/constitution/__init__.py
src/acgs_lite/constitution/analytics.py
src/acgs_lite/constitution/core.py
src/acgs_lite/constitution/metrics.py
src/acgs_lite/constitution/routing.py
src/acgs_lite/constitution/snapshot.py
src/acgs_lite/constitution/templates.py
src/acgs_lite/constitution/versioning.py
src/acgs_lite/engine/__init__.py
src/acgs_lite/engine/batch.py
src/acgs_lite/engine/core.py
src/acgs_lite/engine/rust.py
src/acgs_lite/eu_ai_act/__init__.py
src/acgs_lite/eu_ai_act/article12.py
src/acgs_lite/eu_ai_act/compliance_checklist.py
src/acgs_lite/eu_ai_act/human_oversight.py
src/acgs_lite/eu_ai_act/risk_classification.py
src/acgs_lite/eu_ai_act/transparency.py
src/acgs_lite/integrations/__init__.py
src/acgs_lite/integrations/a2a.py
src/acgs_lite/integrations/anthropic.py
src/acgs_lite/integrations/autogen.py
src/acgs_lite/integrations/cloud_logging.py
src/acgs_lite/integrations/cloud_run_server.py
src/acgs_lite/integrations/gitlab.py
src/acgs_lite/integrations/google_genai.py
src/acgs_lite/integrations/langchain.py
src/acgs_lite/integrations/litellm.py
src/acgs_lite/integrations/llamaindex.py
src/acgs_lite/integrations/mcp_server.py
src/acgs_lite/integrations/openai.py
src/core/__init__.py
src/core/cognitive/__init__.py
src/core/cognitive/graphrag/__init__.py
src/core/cognitive/graphrag/factory.py
src/core/cognitive/graphrag/protocols.py
src/core/cognitive/graphrag/retrieval/__init__.py
src/core/cognitive/graphrag/retrieval/models.py
src/core/cognitive/graphrag/retrieval/retriever.py
src/core/services/api_gateway/__init__.py
src/core/services/api_gateway/arcjet_protection.py
src/core/services/api_gateway/health.py
src/core/services/api_gateway/main.py
src/core/services/api_gateway/metrics.py
src/core/services/api_gateway/redis_backend.py
src/core/services/api_gateway/workos_event_ingestion.py
src/core/services/api_gateway/alembic/env.py
src/core/services/api_gateway/alembic/versions/001_add_agent_tier_assignments.py
src/core/services/api_gateway/middleware/__init__.py
src/core/services/api_gateway/middleware/autonomy_tier.py
src/core/services/api_gateway/middleware/load_shedding.py
src/core/services/api_gateway/middleware/pqc_only_mode.py
src/core/services/api_gateway/models/__init__.py
src/core/services/api_gateway/models/tier_assignment.py
src/core/services/api_gateway/repositories/__init__.py
src/core/services/api_gateway/repositories/tier_assignment.py
src/core/services/api_gateway/routes/__init__.py
src/core/services/api_gateway/routes/admin_sso.py
src/core/services/api_gateway/routes/admin_workos.py
src/core/services/api_gateway/routes/autonomy_tiers.py
src/core/services/api_gateway/routes/compliance.py
src/core/services/api_gateway/routes/data_subject.py
src/core/services/api_gateway/routes/decisions.py
src/core/services/api_gateway/routes/evolution_control.py
src/core/services/api_gateway/routes/pqc_phase5.py
src/core/services/api_gateway/routes/x402_governance.py
src/core/services/api_gateway/routes/sso/__init__.py
src/core/services/api_gateway/routes/sso/common.py
src/core/services/api_gateway/routes/sso/oidc.py
src/core/services/api_gateway/routes/sso/saml.py
src/core/services/api_gateway/routes/sso/workos.py
src/core/services/api_gateway/schemas/__init__.py
src/core/services/api_gateway/schemas/tier_assignment.py
src/core/services/api_gateway/tests/conftest.py
src/core/services/api_gateway/tests/test_oidc.py
src/core/services/api_gateway/tests/test_saml.py
src/core/services/api_gateway/tests/test_workos.py
src/core/services/api_gateway/tests/integration/test_admin_tier_api.py
src/core/services/api_gateway/tests/integration/test_auth_rate_limiting.py
src/core/services/api_gateway/tests/integration/test_auth_rate_limiting_standalone.py
src/core/services/api_gateway/tests/integration/test_feedback_flow.py
src/core/services/api_gateway/tests/integration/test_metrics.py
src/core/services/api_gateway/tests/integration/test_self_evolution_evidence_admin.py
src/core/services/api_gateway/tests/integration/test_self_evolution_operator_control_admin.py
src/core/services/api_gateway/tests/integration/test_tier_enforcement_e2e.py
src/core/services/api_gateway/tests/unit/test_api.py
src/core/services/api_gateway/tests/unit/test_arcjet_protection.py
src/core/services/api_gateway/tests/unit/test_boundary_matching.py
src/core/services/api_gateway/tests/unit/test_edge_cases.py
src/core/services/api_gateway/tests/unit/test_gateway_tenant_security.py
src/core/services/api_gateway/tests/unit/test_health.py
src/core/services/api_gateway/tests/unit/test_tier_assignment_repository.py
src/core/services/api_gateway/tests/unit/test_tier_enforcement_coverage.py
src/core/services/api_gateway/tests/unit/test_tier_enforcement_middleware.py
src/core/shared/__init__.py
src/core/shared/agent_workflow_metrics.py
src/core/shared/audit_client.py
src/core/shared/constants.py
src/core/shared/constitutional_hash.py
src/core/shared/core.py
src/core/shared/di_container.py
src/core/shared/enums.py
src/core/shared/fastapi_base.py
src/core/shared/feature_flags.py
src/core/shared/http_client.py
src/core/shared/interfaces.py
src/core/shared/json_utils.py
src/core/shared/otel_config.py
src/core/shared/redis_config.py
src/core/shared/schema_registry.py
src/core/shared/structured_logging.py
src/core/shared/type_guards.py
src/core/shared/acgs_logging/__init__.py
src/core/shared/acgs_logging/agent_workflow_events.py
src/core/shared/acgs_logging/audit_logger.py
src/core/shared/auth/__init__.py
src/core/shared/auth/oidc_handler.py
src/core/shared/auth/provisioning.py
src/core/shared/auth/role_mapper.py
src/core/shared/auth/saml_config.py
src/core/shared/auth/saml_handler.py
src/core/shared/auth/saml_request_tracker.py
src/core/shared/auth/saml_types.py
src/core/shared/auth/workos.py
src/core/shared/auth/certs/__init__.py
src/core/shared/auth/certs/generate_certs.py
src/core/shared/auth/tests/__init__.py
src/core/shared/auth/tests/test_oidc_handler.py
src/core/shared/auth/tests/test_workos.py
src/core/shared/cache/__init__.py
src/core/shared/cache/l1.py
src/core/shared/cache/manager.py
src/core/shared/cache/metrics.py
src/core/shared/cache/models.py
src/core/shared/cache/warming.py
src/core/shared/cache/workflow_state.py
src/core/shared/config/__init__.py
src/core/shared/config/communication.py
src/core/shared/config/factory.py
src/core/shared/config/governance.py
src/core/shared/config/governance_constants.py
src/core/shared/config/infrastructure.py
src/core/shared/config/integrations.py
src/core/shared/config/operations.py
src/core/shared/config/overrides.py
src/core/shared/config/profiles.py
src/core/shared/config/redis.py
src/core/shared/config/security.py
src/core/shared/config/settings.py
src/core/shared/config/tenant_config.py
src/core/shared/config/unified.py
src/core/shared/crypto/__init__.py
src/core/shared/database/__init__.py
src/core/shared/database/n1_middleware.py
src/core/shared/database/session.py
src/core/shared/database/utils.py
src/core/shared/errors/__init__.py
src/core/shared/errors/circuit_breaker.py
src/core/shared/errors/context_poisoning.py
src/core/shared/errors/exceptions.py
src/core/shared/errors/logging.py
src/core/shared/errors/retry.py
src/core/shared/event_schemas/__init__.py
src/core/shared/event_schemas/agent_message.py
src/core/shared/event_schemas/audit_event.py
src/core/shared/event_schemas/circuit_breaker_state.py
src/core/shared/event_schemas/constitutional_validation.py
src/core/shared/event_schemas/decision_explanation.py
src/core/shared/event_schemas/policy_decision.py
src/core/shared/metrics/__init__.py
src/core/shared/metrics/_registry.py
src/core/shared/metrics/noop.py
src/core/shared/metrics/rocs.py
src/core/shared/orchestration/intent_graph.py
src/core/shared/orchestration/intent_graph_v2.py
src/core/shared/policy/__init__.py
src/core/shared/policy/models.py
src/core/shared/policy/test_recursive_verification.py
src/core/shared/policy/test_unified_generator.py
src/core/shared/policy/unified_generator.py
src/core/shared/resilience/__init__.py
src/core/shared/resilience/retry.py
src/core/shared/security/__init__.py
src/core/shared/security/agent_checksum.py
src/core/shared/security/auth.py
src/core/shared/security/auth_dependency.py
src/core/shared/security/ccpa_handler.py
src/core/shared/security/cert_binding.py
src/core/shared/security/context_integrity.py
src/core/shared/security/cors_config.py
src/core/shared/security/csrf.py
src/core/shared/security/data_classification.py
src/core/shared/security/deserialization.py
src/core/shared/security/dual_key_jwt.py
src/core/shared/security/encryption.py
src/core/shared/security/error_handler_middleware.py
src/core/shared/security/error_sanitizer.py
src/core/shared/security/execution_time_limit.py
src/core/shared/security/expression_utils.py
src/core/shared/security/gdpr_erasure.py
src/core/shared/security/input_validator.py
src/core/shared/security/key_loader.py
src/core/shared/security/oauth_state_manager.py
src/core/shared/security/pii_detector.py
src/core/shared/security/pqc.py
src/core/shared/security/pqc_crypto.py
src/core/shared/security/rate_limiter.py
src/core/shared/security/retention_policy.py
src/core/shared/security/sandbox.py
src/core/shared/security/secret_rotation.py
src/core/shared/security/security_headers.py
src/core/shared/security/service_auth.py
src/core/shared/security/spiffe_identity.py
src/core/shared/security/spiffe_san.py
src/core/shared/security/tenant_context.py
src/core/shared/security/testing.py
src/core/shared/security/token_revocation.py
src/core/shared/security/url_file_validator.py
src/core/shared/security/rate_limiting/__init__.py
src/core/shared/security/rate_limiting/enums.py
src/core/shared/security/rotation/__init__.py
src/core/shared/security/rotation/backend.py
src/core/shared/security/rotation/enums.py
src/core/shared/security/rotation/manager.py
src/core/shared/security/rotation/models.py
src/core/shared/security/tests/__init__.py
src/core/shared/security/tests/test_auth.py
src/core/shared/security/tests/test_auth_dependency.py
src/core/shared/security/tests/test_cors_config_strict.py
src/core/shared/security/tests/test_deserialization.py
src/core/shared/security/tests/test_dual_key_jwt.py
src/core/shared/security/tests/test_encryption.py
src/core/shared/security/tests/test_execution_time_limit.py
src/core/shared/security/tests/test_expression_utils.py
src/core/shared/security/tests/test_input_validator.py
src/core/shared/security/tests/test_oauth_state_manager.py
src/core/shared/security/tests/test_rate_limiter.py
src/core/shared/security/tests/test_retention_policy.py
src/core/shared/security/tests/test_secret_rotation.py
src/core/shared/security/tests/test_security_headers.py
src/core/shared/security/tests/test_service_auth.py
src/core/shared/security/tests/test_token_revocation.py
src/core/shared/security/tests/test_url_file_validator.py
src/core/shared/types/__init__.py
src/core/shared/types/agent_types.py
src/core/shared/types/governance_types.py
src/core/shared/types/json_types.py
src/core/shared/types/protocol_types.py
src/core/shared/utilities/__init__.py
src/core/shared/utilities/config_merger.py
src/core/shared/utilities/dependency_registry.py
src/core/shared/utilities/tenant_normalizer.py
src/core/shared/utilities/tests/__init__.py
src/core/shared/utilities/tests/test_config_merger.py
src/core/shared/utilities/tests/test_dependency_registry.py
src/core/shared/utilities/tests/test_tenant_normalizer.py