LICENSE.md
README.md
pyproject.toml
chaseos_core.egg-info/PKG-INFO
chaseos_core.egg-info/SOURCES.txt
chaseos_core.egg-info/dependency_links.txt
chaseos_core.egg-info/entry_points.txt
chaseos_core.egg-info/requires.txt
chaseos_core.egg-info/top_level.txt
runtime/gate_interface.py
runtime/repo_secret_audit.py
runtime/acquisition/__init__.py
runtime/acquisition/builder.py
runtime/acquisition/models.py
runtime/acquisition/plan.py
runtime/acquisition/source_classes.py
runtime/acquisition/source_pack_builder.py
runtime/acquisition/validators.py
runtime/acquisition/adapters/__init__.py
runtime/acquisition/adapters/local.py
runtime/adapters/__init__.py
runtime/adapters/event_emitter.py
runtime/adapters/n8n/__init__.py
runtime/adapters/n8n/call_governance.py
runtime/adapters/n8n/workflow_policy.py
runtime/adapters/openai/__init__.py
runtime/adapters/openai/responses_mcp_payload.py
runtime/agent_control/__init__.py
runtime/agent_control/behavior_tripwire.py
runtime/aor/__init__.py
runtime/aor/context_governance.py
runtime/aor/developer_shadow.py
runtime/aor/engine.py
runtime/aor/hermes_shadow.py
runtime/aor/path_policy.py
runtime/aor/policy_binding.py
runtime/aor/promotion_readiness.py
runtime/aor/rate_guard.py
runtime/aor/registry.py
runtime/aor/role_cards.py
runtime/aor/runtime_registry.py
runtime/aor/task_router.py
runtime/aor/task_type_table.yaml
runtime/aor/workflow_handlers.py
runtime/capture/__init__.py
runtime/capture/capture.py
runtime/capture/content_packet.py
runtime/capture/dedup_registry.py
runtime/capture/intake_writer.py
runtime/capture/post_capture_hooks.py
runtime/capture/router.py
runtime/capture/connectors/__init__.py
runtime/capture/connectors/browser_connector.py
runtime/capture/connectors/cli_connector.py
runtime/capture/connectors/grok_connector.py
runtime/capture/connectors/perplexity_connector.py
runtime/capture/connectors/rss_connector.py
runtime/capture/visual_capture/__init__.py
runtime/capture/visual_capture/image_text.py
runtime/capture/visual_capture/local_image_text_engine.py
runtime/cli/__init__.py
runtime/cli/core_main.py
runtime/commerce/__init__.py
runtime/commerce/accounts.py
runtime/commerce/admin.py
runtime/commerce/aggregation.py
runtime/commerce/billing.py
runtime/commerce/catalog.py
runtime/commerce/entitlements.py
runtime/commerce/events.py
runtime/commerce/flags.json
runtime/commerce/flags.py
runtime/commerce/grants.py
runtime/commerce/insights.py
runtime/commerce/ledger.py
runtime/commerce/pricing.py
runtime/commerce/store.py
runtime/commerce/catalog/catalog.json
runtime/common/__init__.py
runtime/common/evidence.py
runtime/common/simple_yaml.py
runtime/config/__init__.py
runtime/config/store.py
runtime/connections/__init__.py
runtime/connections/manifests.py
runtime/connections/models.py
runtime/connections/store.py
runtime/connections/manifests/discord.yaml
runtime/connections/manifests/github.yaml
runtime/connections/manifests/imessage_mac.yaml
runtime/connections/manifests/local_files.yaml
runtime/connections/manifests/slack.yaml
runtime/connections/manifests/telegram.yaml
runtime/connections/manifests/whatsapp_business_cloud.yaml
runtime/connections/manifests/whatsapp_personal_lab.yaml
runtime/context/__init__.py
runtime/context/boot.py
runtime/decision_router/__init__.py
runtime/decision_router/decision_contract.schema.json
runtime/decision_router/router.py
runtime/execution_adapters/__init__.py
runtime/execution_adapters/model_config.py
runtime/graph/__init__.py
runtime/graph/advisory.py
runtime/graph/artifact.py
runtime/graph/builder.py
runtime/graph/diff.py
runtime/graph/extractor.py
runtime/graph/index.py
runtime/graph/query.py
runtime/graph/resolver.py
runtime/graph/topology.py
runtime/hermes/chat_bridge.py
runtime/hermes/studio_chat_capabilities.py
runtime/memory/__init__.py
runtime/memory/growth.py
runtime/memory/inspector.py
runtime/memory/scorecards/scorecard_updater.py
runtime/operator_surface/__init__.py
runtime/operator_surface/approvals.py
runtime/operator_surface/audit.py
runtime/operator_surface/capabilities.py
runtime/operator_surface/contracts.py
runtime/operator_surface/events.py
runtime/operator_surface/executor.py
runtime/operator_surface/recovery.py
runtime/operator_surface/scopes.py
runtime/operator_surface/session.py
runtime/operator_surface/adapters/__init__.py
runtime/operator_surface/adapters/base.py
runtime/operator_surface/adapters/browser_adapter.py
runtime/operator_surface/browser/__init__.py
runtime/operator_surface/browser/actions.py
runtime/operator_surface/browser/grounding.py
runtime/operator_surface/browser/perception.py
runtime/osril/__init__.py
runtime/osril/approvals.py
runtime/osril/contract.py
runtime/osril/inspector.py
runtime/osril/session.py
runtime/policy/gateway_allowlists.json
runtime/sbp/__init__.py
runtime/sbp/base_handler.py
runtime/sbp/delivery_adapters.py
runtime/sbp/delivery_health.py
runtime/sbp/guardrail.py
runtime/sbp/input_adapters.py
runtime/sbp/manifest.py
runtime/sbp/runner.py
runtime/schedules/__init__.py
runtime/schedules/loader.py
runtime/schemas/__init__.py
runtime/schemas/promotion_check.py
runtime/schemas/provenance_block.py
runtime/schemas/provenance_schema.yaml
runtime/schemas/provenance_validator.py
runtime/security/__init__.py
runtime/security/injection_scan.py
runtime/subagents/__init__.py
runtime/subagents/activation.py
runtime/subagents/approval_packet.py
runtime/subagents/cli_surfaces.py
runtime/subagents/models.py
runtime/subagents/output.py
runtime/subagents/policies.py
runtime/subagents/registry.py
runtime/subagents/router.py
runtime/subagents/telemetry.py
runtime/workflows/behavior_tripwire_scan.py
runtime/workflows/browser_research.py
runtime/workflows/graduate_ideas.py
runtime/workflows/graph_hygiene.py
runtime/workflows/hermes_research_synthesis.py
runtime/workflows/hermes_skill_review.py
runtime/workflows/meeting_ingest_linker.py
runtime/workflows/openai_shadow.py
runtime/workflows/operator_close_day.py
runtime/workflows/operator_today.py
runtime/workflows/trace_idea.py
runtime/workspace_modes/__init__.py
runtime/workspace_modes/inference.py
runtime/workspace_modes/loader.py
runtime/workspace_modes/models.py
tests/test_capture_image_text.py
tests/test_connections_registry.py
tests/test_decision_router.py