LICENSE
README.md
pyproject.toml
suvra/__init__.py
suvra/__main__.py
suvra/cli.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/app/__init__.py
suvra/app/main.py
suvra/core/__init__.py
suvra/core/action_utils.py
suvra/core/audit.py
suvra/core/config.py
suvra/core/engine.py
suvra/core/identity.py
suvra/core/mode.py
suvra/core/policy.py
suvra/core/policy_packs.py
suvra/core/request_context.py
suvra/core/service.py
suvra/core/executors/__init__.py
suvra/core/executors/fs.py
suvra/core/executors/http.py
suvra/integrations/__init__.py
suvra/integrations/openclaw.py
suvra/policies/templates/dev_workspace.yaml
suvra/policies/templates/local_sandbox.yaml
suvra/policies/templates/locked_down.yaml
suvra/policies/templates/research_mode.yaml
suvra/resources/__init__.py
suvra/resources/policies/packs/coding.yaml
suvra/resources/policies/packs/default.yaml
suvra/resources/policies/packs/research.yaml
suvra/resources/templates/__init__.py
suvra/resources/templates/openclaw/openclaw-ci.yaml
suvra/resources/templates/openclaw/openclaw-dev-lite.yaml
suvra/resources/templates/openclaw/openclaw-monitor-safe.yaml
suvra/resources/templates/openclaw/openclaw-research.yaml
suvra/sdk/__init__.py
suvra/sdk/decorators.py
suvra/sdk/guard.py
suvra/web/__init__.py
suvra/web/presenters.py
suvra/web/router.py
suvra/web/static/style.css
suvra/web/templates/approvals.html
suvra/web/templates/audit.html
suvra/web/templates/base.html
suvra/web/templates/index.html
suvra/web/templates/policy.html
suvra/web/templates/simulate.html
tests/test_api_identity.py
tests/test_audit.py
tests/test_auth_csv.py
tests/test_cli_policy_packs.py
tests/test_context_sync.py
tests/test_cors.py
tests/test_dashboard.py
tests/test_decorators.py
tests/test_dry_run_execute.py
tests/test_guard_remote.py
tests/test_guarded_action_types.py
tests/test_metrics.py
tests/test_metrics_mode.py
tests/test_mode_execute.py
tests/test_openclaw_adapter.py
tests/test_openclaw_policy_templates.py
tests/test_package_assets.py
tests/test_policy_env.py
tests/test_policy_packs.py
tests/test_policy_templates.py
tests/test_presenters.py
tests/test_rate_limit.py
tests/test_request_id.py
tests/test_sdk.py
tests/test_simulate.py
tests/test_suvra.py
tests/test_templates_resources.py
tests/test_workspace_config.py