LICENSE
README.md
pyproject.toml
src/egisai/__init__.py
src/egisai/_auto_agent.py
src/egisai/_backend.py
src/egisai/_config.py
src/egisai/_context.py
src/egisai/_evaluator.py
src/egisai/_events.py
src/egisai/_init.py
src/egisai/_logger.py
src/egisai/_output_signals.py
src/egisai/_policy_cache.py
src/egisai/_redact.py
src/egisai/_refresher.py
src/egisai/_run.py
src/egisai/_runtime.py
src/egisai/py.typed
src/egisai.egg-info/PKG-INFO
src/egisai.egg-info/SOURCES.txt
src/egisai.egg-info/dependency_links.txt
src/egisai.egg-info/requires.txt
src/egisai.egg-info/top_level.txt
src/egisai/_patches/__init__.py
src/egisai/_patches/_common.py
src/egisai/_patches/_framework.py
src/egisai/_patches/agno.py
src/egisai/_patches/anthropic.py
src/egisai/_patches/autogen.py
src/egisai/_patches/bedrock_agent.py
src/egisai/_patches/bedrock_runtime.py
src/egisai/_patches/claude_agent_sdk.py
src/egisai/_patches/crewai.py
src/egisai/_patches/genai.py
src/egisai/_patches/google.py
src/egisai/_patches/google_adk.py
src/egisai/_patches/http.py
src/egisai/_patches/langchain.py
src/egisai/_patches/langgraph.py
src/egisai/_patches/llamaindex.py
src/egisai/_patches/openai.py
src/egisai/_patches/openai_agents.py
src/egisai/_patches/pydantic_ai.py
src/egisai/_patches/smolagents.py
src/egisai/_patches/strands.py
src/egisai/policy/__init__.py
src/egisai/policy/_pii_helpers.py
src/egisai/policy/_pii_loader.py
src/egisai/policy/_pii_recognizers.py
src/egisai/policy/_pii_taxonomy.py
src/egisai/policy/_regex_safe.py
src/egisai/policy/engine.py
src/egisai/policy/pii.py
src/egisai/policy/semantic.py
tests/test_audit_drops_and_diagnostics.py
tests/test_auto_agent.py
tests/test_bedrock_stale_id_regression.py
tests/test_before_after_each_llm_and_tool.py
tests/test_block_stub_provider_sdk_shape.py
tests/test_claude_agent_sdk_governance.py
tests/test_claude_agent_sdk_posttooluse.py
tests/test_claude_agent_sdk_pretooluse.py
tests/test_compositional_policy.py
tests/test_cross_side_evaluators.py
tests/test_dual_decision_audit.py
tests/test_enforcement_matrix.py
tests/test_enforcement_status_and_previews.py
tests/test_framework_audit.py
tests/test_framework_patches.py
tests/test_framework_signatures.py
tests/test_http_fallback_url_filter.py
tests/test_identity_resolver.py
tests/test_identity_stress.py
tests/test_init.py
tests/test_label_redact_and_safe_previews.py
tests/test_lazy_app_registration.py
tests/test_nested_calls_no_duplicate_logs.py
tests/test_openai_per_tool_waterfall.py
tests/test_openai_streaming_stub.py
tests/test_openai_with_raw_response.py
tests/test_output_extractor_audit.py
tests/test_output_side_policies.py
tests/test_patches.py
tests/test_patches_genai.py
tests/test_phase_filtering.py
tests/test_phase_ordering_and_pii_robustness.py
tests/test_pii_blocking.py
tests/test_pii_reserved_domains.py
tests/test_pii_sanitize.py
tests/test_pii_warmup_gate.py
tests/test_policy_cache.py
tests/test_policy_scoping.py
tests/test_policy_token_capture.py
tests/test_post_model_two_phase.py
tests/test_prompt_extraction.py
tests/test_redact.py
tests/test_regex_safe.py
tests/test_run_lifecycle.py
tests/test_run_per_framework.py
tests/test_runtime.py
tests/test_runtime_cloud.py
tests/test_runtime_governance.py
tests/test_semantic_async.py
tests/test_semantic_fail_closed.py
tests/test_semantic_guard.py
tests/test_semantic_guard_tool_calls.py
tests/test_smoke_bedrock_agent.py
tests/test_smoke_framework_cascade.py
tests/test_smoke_privacy_contract.py
tests/test_smoke_provider_battery.py
tests/test_startup_telemetry.py
tests/test_sub_agents.py
tests/test_tool_result_extraction_cross_framework.py
tests/test_usage_capture.py