LICENSE
MANIFEST.in
README.md
pyproject.toml
suvra/__init__.py
suvra/__main__.py
suvra/cli.py
suvra/cli_setup.py
suvra/demo.py
suvra/setup.py
suvra.egg-info/PKG-INFO
suvra.egg-info/SOURCES.txt
suvra.egg-info/dependency_links.txt
suvra.egg-info/entry_points.txt
suvra.egg-info/requires.txt
suvra.egg-info/top_level.txt
suvra/analytics/__init__.py
suvra/analytics/engine.py
suvra/app/__init__.py
suvra/app/factory.py
suvra/app/main.py
suvra/app/v2.py
suvra/app/v2_models.py
suvra/core/__init__.py
suvra/core/action_utils.py
suvra/core/agents.py
suvra/core/anomaly.py
suvra/core/audit.py
suvra/core/authz.py
suvra/core/compliance.py
suvra/core/config.py
suvra/core/deployments.py
suvra/core/engine.py
suvra/core/identity.py
suvra/core/license_verify.py
suvra/core/licensing.py
suvra/core/mode.py
suvra/core/node_auth.py
suvra/core/nodes.py
suvra/core/onboarding.py
suvra/core/policy.py
suvra/core/policy_loader.py
suvra/core/policy_publish.py
suvra/core/precedence.py
suvra/core/request_context.py
suvra/core/rules_library.py
suvra/core/service.py
suvra/core/user_management.py
suvra/core/webhooks.py
suvra/core/executors/__init__.py
suvra/core/executors/fs.py
suvra/core/executors/http.py
suvra/core/storage/__init__.py
suvra/core/storage/base.py
suvra/core/storage/factory.py
suvra/core/storage/postgres.py
suvra/core/storage/sqlite.py
suvra/evals/__init__.py
suvra/evals/engine.py
suvra/evals/models.py
suvra/evals/scorers.py
suvra/gateway/__init__.py
suvra/gateway/models.py
suvra/gateway/service.py
suvra/guardrails/__init__.py
suvra/guardrails/audit.py
suvra/guardrails/classifier.py
suvra/guardrails/default_policy.yaml
suvra/hooks/__init__.py
suvra/hooks/claude_code.py
suvra/hooks/hermes_config.py
suvra/integrations/__init__.py
suvra/integrations/anthropic.py
suvra/integrations/openclaw.py
suvra/integrations/registry.py
suvra/integrations/legacy/__init__.py
suvra/integrations/legacy/openclaw.py
suvra/mcp/__init__.py
suvra/mcp/config.py
suvra/mcp/gateway.py
suvra/mcp/stdio_proxy.py
suvra/mcp/tool_registry.py
suvra/memory/__init__.py
suvra/memory/embedders.py
suvra/memory/models.py
suvra/memory/store.py
suvra/node/__init__.py
suvra/node/cache.py
suvra/node/client.py
suvra/node/config.py
suvra/node/credentials.py
suvra/node/main.py
suvra/node/service.py
suvra/node/spool.py
suvra/observability/__init__.py
suvra/observability/tracing.py
suvra/policies/__init__.py
suvra/resources/__init__.py
suvra/resources/policies/packs/coding.yaml
suvra/resources/policies/packs/default.yaml
suvra/resources/policies/packs/email_coding.yaml
suvra/resources/policies/packs/email_default.yaml
suvra/resources/policies/packs/email_research.yaml
suvra/resources/policies/packs/filesystem_coding.yaml
suvra/resources/policies/packs/filesystem_default.yaml
suvra/resources/policies/packs/filesystem_research.yaml
suvra/resources/policies/packs/http_coding.yaml
suvra/resources/policies/packs/http_default.yaml
suvra/resources/policies/packs/http_research.yaml
suvra/resources/policies/packs/research.yaml
suvra/resources/policies/packs/secrets_coding.yaml
suvra/resources/policies/packs/secrets_default.yaml
suvra/resources/policies/packs/secrets_research.yaml
suvra/resources/policies/packs/shell_coding.yaml
suvra/resources/policies/packs/shell_default.yaml
suvra/resources/policies/packs/shell_research.yaml
suvra/resources/policies/packs/enterprise/mortgage_borrower_communication_review.yaml
suvra/resources/policies/packs/enterprise/mortgage_document_access_controls.yaml
suvra/resources/policies/packs/enterprise/mortgage_external_api_guard.yaml
suvra/resources/policies/packs/enterprise/mortgage_pii_protection.yaml
suvra/resources/policies/packs/enterprise/mortgage_underwriting_decision_support_only.yaml
suvra/resources/rules/api.yaml
suvra/resources/rules/calendar.yaml
suvra/resources/rules/code.yaml
suvra/resources/rules/compliance.yaml
suvra/resources/rules/credentials.yaml
suvra/resources/rules/crm.yaml
suvra/resources/rules/database.yaml
suvra/resources/rules/document.yaml
suvra/resources/rules/email.yaml
suvra/resources/rules/filesystem.yaml
suvra/resources/rules/http.yaml
suvra/resources/rules/notification.yaml
suvra/resources/rules/pii.yaml
suvra/resources/rules/secrets.yaml
suvra/resources/rules/shell.yaml
suvra/resources/rules/storage.yaml
suvra/resources/rules/transaction.yaml
suvra/resources/rules/workflow.yaml
suvra/resources/templates/Caddyfile.j2
suvra/resources/templates/docker-compose-cp.yml.j2
suvra/resources/templates/docker-compose-node.yml.j2
suvra/resources/templates/nginx.conf.j2
suvra/runtime/__init__.py
suvra/runtime/a2a_gateway.py
suvra/runtime/engine.py
suvra/runtime/mcp_manager.py
suvra/runtime/models.py
suvra/sdk/__init__.py
suvra/sdk/decorators.py
suvra/sdk/guard.py
suvra/sdk/modules.py
suvra/sdk/suvra.py
suvra/vault/__init__.py
suvra/vault/audit.py
suvra/vault/backends.py
suvra/vault/issuer.py
suvra/vault/manager.py
suvra/web/__init__.py
suvra/web/presenters.py
suvra/web/router.py
suvra/web/static/app.js
suvra/web/static/style.css
suvra/web/templates/account.html
suvra/web/templates/agents.html
suvra/web/templates/approvals.html
suvra/web/templates/audit.html
suvra/web/templates/audit_detail_fragment.html
suvra/web/templates/audit_timeline.html
suvra/web/templates/base.html
suvra/web/templates/billing.html
suvra/web/templates/compliance.html
suvra/web/templates/deployments.html
suvra/web/templates/export_schedules.html
suvra/web/templates/gateway.html
suvra/web/templates/home.html
suvra/web/templates/index.html
suvra/web/templates/insights.html
suvra/web/templates/memory.html
suvra/web/templates/nodes.html
suvra/web/templates/onboarding.html
suvra/web/templates/policy.html
suvra/web/templates/policy_detail.html
suvra/web/templates/policy_effective.html
suvra/web/templates/policy_inventory.html
suvra/web/templates/policy_nav.html
suvra/web/templates/rule_builder.html
suvra/web/templates/rules_library.html
suvra/web/templates/runtime.html
suvra/web/templates/simulate.html
suvra/web/templates/users.html
suvra/web/templates/users_invite.html