LICENSE
README.md
SDK_README.md
pyproject.toml
aisquare/__init__.py
aisquare.egg-info/PKG-INFO
aisquare.egg-info/SOURCES.txt
aisquare.egg-info/dependency_links.txt
aisquare.egg-info/entry_points.txt
aisquare.egg-info/requires.txt
aisquare.egg-info/top_level.txt
aisquare/explainability/__init__.py
aisquare/explainability/background_inbox.py
aisquare/explainability/claude_proxy.py
aisquare/explainability/decorators.py
aisquare/explainability/doctor.py
aisquare/explainability/enrichers.py
aisquare/explainability/exporter.py
aisquare/explainability/hooks.py
aisquare/explainability/identity.py
aisquare/explainability/identity_processor.py
aisquare/explainability/inbox.py
aisquare/explainability/live_processor.py
aisquare/explainability/main.py
aisquare/explainability/mlflow_exporter.py
aisquare/explainability/policy.py
aisquare/explainability/pricing.py
aisquare/explainability/py.typed
aisquare/explainability/replay.py
aisquare/explainability/serialisation.py
aisquare/explainability/sweeper.py
aisquare/explainability/tenancy.py
aisquare/explainability/tracers.py
aisquare/explainability/adapters/__init__.py
aisquare/explainability/adapters/adk.py
aisquare/explainability/adapters/adk_governance.py
aisquare/explainability/adapters/agno.py
aisquare/explainability/adapters/agno_governance.py
aisquare/explainability/adapters/base.py
aisquare/explainability/adapters/langchain.py
aisquare/explainability/adapters/langchain_governance.py
aisquare/explainability/governance/__init__.py
aisquare/explainability/governance/behavior.py
aisquare/explainability/governance/cache.py
aisquare/explainability/governance/decision.py
aisquare/explainability/governance/exceptions.py
aisquare/explainability/governance/fail_posture.py
aisquare/explainability/governance/gate.py
aisquare/explainability/governance/governed_agent.py
aisquare/explainability/governance/kernel.py
aisquare/explainability/governance/posture_store.py
aisquare/explainability/governance/proxy_gate.py
aisquare/explainability/governance/proxy_kernel.py
aisquare/explainability/governance/runtime.py
aisquare/explainability/governance/strikes.py
aisquare/explainability/providers/__init__.py
aisquare/explainability/providers/anthropic.py
aisquare/explainability/providers/base.py
aisquare/explainability/providers/gemini.py
aisquare/explainability/providers/openai.py
aisquare/governance/__init__.py
tests/test_adapter_tool_schemas.py
tests/test_adk_e2e.py
tests/test_adk_governance.py
tests/test_agent_identity_defaults.py
tests/test_agno_governance.py
tests/test_aiko_billing.py
tests/test_aiko_e67.py
tests/test_aiko_history_window.py
tests/test_aiko_persist.py
tests/test_aiko_stream_failover.py
tests/test_aiko_tools.py
tests/test_aiko_tools_handlers.py
tests/test_aiko_tools_shapes.py
tests/test_anthropic_reasoning_capture.py
tests/test_anthropic_usage_cost.py
tests/test_arm_scope.py
tests/test_audit_degraded.py
tests/test_audit_enforced_green.py
tests/test_audit_in_loop_visibility.py
tests/test_audit_reads_enforced_reply.py
tests/test_audit_ux_promotion.py
tests/test_audit_why_vs_governance.py
tests/test_auth.py
tests/test_background_inbox.py
tests/test_billing_accrual.py
tests/test_billing_dlq_drain.py
tests/test_billing_e0.py
tests/test_billing_enforcement.py
tests/test_billing_ledger.py
tests/test_billing_read.py
tests/test_billing_routes.py
tests/test_byok_audit_fixes.py
tests/test_byok_client.py
tests/test_byok_keystore.py
tests/test_byok_models.py
tests/test_byok_policy.py
tests/test_byok_redteam_fixes.py
tests/test_byok_request.py
tests/test_byok_rml.py
tests/test_byok_routes.py
tests/test_byok_ssrf_transport.py
tests/test_clause_source_history.py
tests/test_clustering_core.py
tests/test_compare_root_output_extraction.py
tests/test_compile_book_on_demand.py
tests/test_confirm_on_block.py
tests/test_confirm_on_improve.py
tests/test_cost_summary.py
tests/test_doctor.py
tests/test_document_rule_extraction.py
tests/test_epic_bug_fixes.py
tests/test_exporter.py
tests/test_extractor.py
tests/test_extractor_fencing.py
tests/test_failure_cluster_routes.py
tests/test_fleet_aggregate.py
tests/test_fleet_aggregate_semantics.py
tests/test_fleet_attestations.py
tests/test_fleet_dashboards.py
tests/test_fleet_routes.py
tests/test_gemini_reasoning_capture.py
tests/test_governance_enforcement.py
tests/test_governance_span_contract.py
tests/test_governance_token_counters.py
tests/test_hooks.py
tests/test_inbox.py
tests/test_inbox_load.py
tests/test_ingest_identity_409.py
tests/test_ingest_rejections.py
tests/test_inline_agent_scoped.py
tests/test_integration_stack.py
tests/test_judge_batch.py
tests/test_judge_caching_truncation.py
tests/test_judge_contract_v2.py
tests/test_judge_efficiency_pack.py
tests/test_langchain_governance.py
tests/test_llm_client_pooling.py
tests/test_llm_enforcement_readiness.py
tests/test_lookup_local_mapping.py
tests/test_main.py
tests/test_models.py
tests/test_openai_usage_cost.py
tests/test_ops_alerts.py
tests/test_overlay_read_join.py
tests/test_pii_classifier_cache.py
tests/test_pii_detectors.py
tests/test_policy.py
tests/test_policy_audit_writes.py
tests/test_policy_batch_eval.py
tests/test_policy_check_auth.py
tests/test_policy_client.py
tests/test_policy_client_e4.py
tests/test_policy_client_onekey.py
tests/test_policy_compiler_billing_seam.py
tests/test_policy_compiler_edge_cases.py
tests/test_policy_compiler_planner.py
tests/test_policy_compiler_schema.py
tests/test_policy_compiler_shadow.py
tests/test_policy_compiler_soundness.py
tests/test_policy_compiler_storage.py
tests/test_policy_compiler_validator.py
tests/test_policy_compiler_worker.py
tests/test_policy_enforcement_runtime.py
tests/test_policy_generation.py
tests/test_policy_tier_slo.py
tests/test_policy_unit_routing.py
tests/test_policy_verdict_cache.py
tests/test_posture_persistence.py
tests/test_pricing_provider_prefixed_models.py
tests/test_provider_capped_json.py
tests/test_provider_routing.py
tests/test_proxy_auth_failclosed.py
tests/test_proxy_azure_routing.py
tests/test_proxy_batch_guard.py
tests/test_proxy_codex_responses.py
tests/test_proxy_env_parsing.py
tests/test_proxy_error_envelope.py
tests/test_proxy_gate.py
tests/test_proxy_gate_in.py
tests/test_proxy_gateway_governance.py
tests/test_proxy_gemini_enforcement.py
tests/test_proxy_improve_failopen.py
tests/test_proxy_improve_rewrite.py
tests/test_proxy_inbound_auth.py
tests/test_proxy_log_redaction.py
tests/test_proxy_multitenant.py
tests/test_proxy_observability.py
tests/test_proxy_openai_enforcement.py
tests/test_proxy_passthrough.py
tests/test_proxy_query_forward.py
tests/test_proxy_rate_limit_redis.py
tests/test_proxy_run_identity.py
tests/test_proxy_selector_state.py
tests/test_proxy_session_adoption.py
tests/test_proxy_shared_caches.py
tests/test_proxy_speculative_gate.py
tests/test_proxy_streaming.py
tests/test_queue.py
tests/test_react_flow.py
tests/test_reconcile_local_binding.py
tests/test_redis_blocking_timeouts.py
tests/test_replay.py
tests/test_review_fixes.py
tests/test_review_fixes_cost_latency.py
tests/test_rml_agent_attribution.py
tests/test_rml_alignment.py
tests/test_rml_anchor_policy.py
tests/test_rml_anchors.py
tests/test_rml_assumption_adversarial.py
tests/test_rml_assumption_mining.py
tests/test_rml_batch.py
tests/test_rml_benchmark_score.py
tests/test_rml_calibration.py
tests/test_rml_cognition_schema.py
tests/test_rml_coverage.py
tests/test_rml_coverage_honesty.py
tests/test_rml_crossrun_dedup.py
tests/test_rml_deep_tier.py
tests/test_rml_delta_skip.py
tests/test_rml_governance_credits.py
tests/test_rml_hard_corpus.py
tests/test_rml_omitted_default.py
tests/test_rml_outcomes.py
tests/test_rml_paraphrase.py
tests/test_rml_position_revisions.py
tests/test_rml_positions.py
tests/test_rml_premise_gate.py
tests/test_rml_probe_suite.py
tests/test_rml_probes.py
tests/test_rml_provenance_edges.py
tests/test_rml_rebuild_async.py
tests/test_rml_rescue_and_deep.py
tests/test_rml_rollout_edge_cases.py
tests/test_rml_rollout_guards.py
tests/test_rml_rules.py
tests/test_rml_settle_gate.py
tests/test_rml_single_pass.py
tests/test_rml_single_pass_e2e.py
tests/test_rml_single_pass_token_budget.py
tests/test_rml_span_triage.py
tests/test_rml_storage.py
tests/test_rml_v3.py
tests/test_rml_v3_cognition.py
tests/test_rml_v3_compatibility.py
tests/test_rml_verify_opa_signals.py
tests/test_rml_windowing.py
tests/test_rml_worker.py
tests/test_routing_studio_key.py
tests/test_rule_book_arming.py
tests/test_rule_book_content_compile_chip.py
tests/test_rule_book_content_display.py
tests/test_rule_book_duplicate_name.py
tests/test_rule_book_judge_cache.py
tests/test_rule_book_sync.py
tests/test_run_facts_demo_rollup.py
tests/test_run_facts_violation_plumbing.py
tests/test_runtime_policy_validation.py
tests/test_schema.py
tests/test_sdk_hardening.py
tests/test_security.py
tests/test_selector.py
tests/test_selector_backtest.py
tests/test_selector_contract_load.py
tests/test_selector_gate.py
tests/test_selector_wiring.py
tests/test_serialisation.py
tests/test_settings.py
tests/test_stable_clause_id.py
tests/test_stamper_parity.py
tests/test_state_tracker.py
tests/test_strict_prompt_flag.py
tests/test_strict_robustness.py
tests/test_structural.py
tests/test_structural_enforcement_synthetic.py
tests/test_sweeper.py
tests/test_sweeper_durability.py
tests/test_sweeper_poison_409.py
tests/test_sweeper_prune.py
tests/test_tag_engine_overlay.py
tests/test_tool_schema_capture.py
tests/test_ui.py
tests/test_utils.py
tests/test_warn_async.py
tests/test_welcome_grant.py
tests/test_worker_concurrency.py
tests/test_worker_utils_final_output.py
tests/test_workspace_features.py
tests/test_workspace_owns_studio.py