LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
agentiva/__init__.py
agentiva/cli.py
agentiva.egg-info/PKG-INFO
agentiva.egg-info/SOURCES.txt
agentiva.egg-info/dependency_links.txt
agentiva.egg-info/entry_points.txt
agentiva.egg-info/requires.txt
agentiva.egg-info/top_level.txt
agentiva/alerts/__init__.py
agentiva/alerts/alerter.py
agentiva/api/__init__.py
agentiva/api/basic_chat_responses.py
agentiva/api/chat.py
agentiva/api/chat_router.py
agentiva/api/server.py
agentiva/audit/__init__.py
agentiva/audit/compliance.py
agentiva/auth/__init__.py
agentiva/auth/jwt_auth.py
agentiva/auth/tenancy.py
agentiva/compliance/__init__.py
agentiva/compliance/audit_grounding.py
agentiva/compliance/hipaa_report.py
agentiva/compliance/knowledge_base.py
agentiva/compliance/pci_report.py
agentiva/compliance/phi_detector.py
agentiva/compliance/report_pdf.py
agentiva/compliance/soc2_report.py
agentiva/db/__init__.py
agentiva/db/database.py
agentiva/db/models.py
agentiva/interceptor/__init__.py
agentiva/interceptor/browser_agent_hook.py
agentiva/interceptor/code_agent_hook.py
agentiva/interceptor/core.py
agentiva/interceptor/crewai_hook.py
agentiva/interceptor/langchain_hook.py
agentiva/interceptor/mcp_proxy.py
agentiva/interceptor/multi_agent_hook.py
agentiva/interceptor/openai_hook.py
agentiva/modes/__init__.py
agentiva/modes/negotiator.py
agentiva/modes/rollback.py
agentiva/modes/simulator.py
agentiva/policies/default.yaml
agentiva/policy/__init__.py
agentiva/policy/anomaly_detector.py
agentiva/policy/behavior_tracker.py
agentiva/policy/engine.py
agentiva/policy/smart_scorer.py
agentiva/registry/__init__.py
agentiva/registry/agent_registry.py
policies/default.yaml
tests/test_advanced_context_role_baseline_whitelist_drift.py
tests/test_agent_registry.py
tests/test_alerting.py
tests/test_anomaly_detector.py
tests/test_api.py
tests/test_browser_agent.py
tests/test_chat.py
tests/test_chat_grounding.py
tests/test_chat_help_unblock.py
tests/test_cli_scan_init.py
tests/test_code_agent.py
tests/test_compliance_exports.py
tests/test_compliance_knowledge_base.py
tests/test_compliance_pdf_exports.py
tests/test_compliance_rag.py
tests/test_core.py
tests/test_crewai_hook.py
tests/test_database.py
tests/test_demo_environment.py
tests/test_edge_cases.py
tests/test_enterprise_approvals_mandatory_geo.py
tests/test_industry_templates.py
tests/test_integration_negotiation_flow.py
tests/test_jwt_auth.py
tests/test_langchain.py
tests/test_mcp_proxy.py
tests/test_multi_agent.py
tests/test_multi_tenant.py
tests/test_negotiation.py
tests/test_openai_hook.py
tests/test_param_attack_vectors.py
tests/test_param_concurrent.py
tests/test_param_fuzzing.py
tests/test_param_industry_compliance.py
tests/test_param_policy_rules.py
tests/test_param_real_incidents.py
tests/test_param_risk_scoring.py
tests/test_phi_detector.py
tests/test_policy.py
tests/test_real_demo.py
tests/test_rollback.py
tests/test_sdk_interface.py
tests/test_simulator.py
tests/test_smart_scorer.py