LICENSE
README.md
pyproject.toml
sharing_on/__init__.py
sharing_on/__main__.py
sharing_on/cli.py
sharing_on/config.py
sharing_on/platform_info.py
sharing_on/redactor.py
sharing_on/session.py
sharing_on/analyzer/__init__.py
sharing_on/analyzer/generator.py
sharing_on/analyzer/intent_extractor.py
sharing_on/analyzer/step_detector.py
sharing_on/analyzer/unifier.py
sharing_on/collectors/__init__.py
sharing_on/collectors/base.py
sharing_on/collectors/clipboard.py
sharing_on/collectors/filesystem.py
sharing_on/collectors/input_hook.py
sharing_on/collectors/process.py
sharing_on/collectors/screen.py
sharing_on/collectors/web_extension.py
sharing_on/collectors/window.py
sharing_on/collectors/introspectors/__init__.py
sharing_on/collectors/introspectors/base.py
sharing_on/collectors/introspectors/linux.py
sharing_on/collectors/introspectors/macos.py
sharing_on/collectors/introspectors/windows.py
sharing_on/events/__init__.py
sharing_on/events/models.py
sharing_on/events/store.py
sharing_on/output/__init__.py
sharing_on/output/markdown.py
systemu/__init__.py
systemu/worker.py
systemu.egg-info/PKG-INFO
systemu.egg-info/SOURCES.txt
systemu.egg-info/dependency_links.txt
systemu.egg-info/entry_points.txt
systemu.egg-info/requires.txt
systemu.egg-info/top_level.txt
systemu/abstractions/__init__.py
systemu/abstractions/approval_gate.py
systemu/abstractions/event_broker.py
systemu/abstractions/task_queue.py
systemu/abstractions/vault.py
systemu/approval/__init__.py
systemu/approval/notification_gate.py
systemu/approval/sqlite_approval_gate.py
systemu/core/__init__.py
systemu/core/llm_router.py
systemu/core/memory_types.py
systemu/core/models.py
systemu/core/utils.py
systemu/elder/__init__.py
systemu/elder/memory.py
systemu/events/__init__.py
systemu/events/memory_event_broker.py
systemu/events/sqlite_event_broker.py
systemu/interface/__init__.py
systemu/interface/cli_commands.py
systemu/interface/dashboard.py
systemu/interface/dashboard_state.py
systemu/interface/event_bus.py
systemu/interface/jobs.py
systemu/interface/notifications.py
systemu/interface/ui_helpers.py
systemu/interface/components/__init__.py
systemu/interface/components/learning_curves.py
systemu/interface/components/memory_status.py
systemu/interface/components/pending_deps.py
systemu/interface/components/pending_tools.py
systemu/interface/components/skills_snapshot.py
systemu/interface/components/workflow_pipeline.py
systemu/interface/pages/__init__.py
systemu/interface/pages/activities.py
systemu/interface/pages/army.py
systemu/interface/pages/chat_page.py
systemu/interface/pages/evolutions.py
systemu/interface/pages/flywheel_page.py
systemu/interface/pages/insights.py
systemu/interface/pages/memory_consolidation_page.py
systemu/interface/pages/notifications_page.py
systemu/interface/pages/overview.py
systemu/interface/pages/recover.py
systemu/interface/pages/scrolls.py
systemu/interface/pages/settings.py
systemu/interface/pages/shadow_memory_page.py
systemu/interface/pages/skills_page.py
systemu/interface/pages/systemu_chat.py
systemu/interface/pages/tools.py
systemu/interface/pages/workflow_detail.py
systemu/interface/pages/workshop.py
systemu/llm/__init__.py
systemu/llm/providers/__init__.py
systemu/llm/providers/anthropic.py
systemu/llm/providers/base.py
systemu/llm/providers/google.py
systemu/llm/providers/ollama.py
systemu/llm/providers/openai.py
systemu/llm/providers/openrouter.py
systemu/messaging/__init__.py
systemu/messaging/event_pusher.py
systemu/messaging/gateway.py
systemu/messaging/handlers.py
systemu/messaging/telegram_gateway.py
systemu/migrations/__init__.py
systemu/migrations/json_to_db.py
systemu/pipelines/__init__.py
systemu/pipelines/activity_extractor.py
systemu/pipelines/capture_to_skill.py
systemu/pipelines/cross_shadow_patterns.py
systemu/pipelines/direct_task.py
systemu/pipelines/evolution_engine.py
systemu/pipelines/evolution_policy.py
systemu/pipelines/memory_consolidator.py
systemu/pipelines/refinery.py
systemu/pipelines/scroll_refiner.py
systemu/pipelines/scroll_remediator.py
systemu/pipelines/scroll_validator.py
systemu/pipelines/shadow_decision.py
systemu/pipelines/skill_exporter.py
systemu/pipelines/skill_recalibrator.py
systemu/pipelines/skill_validator.py
systemu/pipelines/tool_dry_run.py
systemu/pipelines/tool_forge.py
systemu/pipelines/tool_inadequacy_diagnosis.py
systemu/pipelines/tool_recalibrator.py
systemu/pipelines/tool_service.py
systemu/pipelines/workshop_module.py
systemu/queue/__init__.py
systemu/queue/huey_app.py
systemu/queue/huey_task_queue.py
systemu/queue/protocol.py
systemu/queue/redis_priority_queue.py
systemu/queue/sqlite_priority_queue.py
systemu/queue/thread_task_queue.py
systemu/recovery/__init__.py
systemu/recovery/classifier.py
systemu/recovery/engine.py
systemu/recovery/links.py
systemu/runtime/__init__.py
systemu/runtime/affinity_log.py
systemu/runtime/context_builder.py
systemu/runtime/dep_approvals.py
systemu/runtime/dep_conflicts.py
systemu/runtime/dependency_installer.py
systemu/runtime/execution_mind.py
systemu/runtime/execution_snapshot.py
systemu/runtime/failure_classifier.py
systemu/runtime/failure_telemetry.py
systemu/runtime/inadequacy_tracker.py
systemu/runtime/interpreter_check.py
systemu/runtime/memory_consolidator.py
systemu/runtime/memory_invalidator.py
systemu/runtime/memory_recall.py
systemu/runtime/metrics_tracker.py
systemu/runtime/rejection_store.py
systemu/runtime/shadow_metrics.py
systemu/runtime/shadow_runtime.py
systemu/runtime/specialty_suggester.py
systemu/runtime/supervisor.py
systemu/runtime/supervisor_cost_ledger.py
systemu/runtime/tool_metrics.py
systemu/runtime/tool_registry.py
systemu/runtime/tool_sandbox.py
systemu/runtime/workflow_tracker.py
systemu/runtime/backend/__init__.py
systemu/runtime/backend/docker.py
systemu/runtime/backend/local.py
systemu/runtime/backend/protocol.py
systemu/runtime/backend/ssh.py
systemu/runtime/backend/wsl.py
systemu/runtime/memory_backends/__init__.py
systemu/runtime/memory_backends/base.py
systemu/runtime/memory_backends/filesystem.py
systemu/runtime/memory_backends/mem0.py
systemu/scheduler/__init__.py
systemu/scheduler/daemon.py
systemu/scheduler/jobs.py
systemu/storage/__init__.py
systemu/storage/file_vault.py
systemu/storage/parallel_vault.py
systemu/storage/skill_migrator.py
systemu/storage/sqlite/__init__.py
systemu/storage/sqlite/models.py
systemu/storage/sqlite/vault.py
systemu/vault/__init__.py
systemu/vault/factory.py
systemu/vault/vault.py
systemu/vault/tools/implementations/api_call_get.py
systemu/vault/tools/implementations/browser_navigate.py
systemu/vault/tools/implementations/calculate_rsi.py
systemu/vault/tools/implementations/calculate_sma.py
systemu/vault/tools/implementations/clipboard_read.py
systemu/vault/tools/implementations/clipboard_write.py
systemu/vault/tools/implementations/close_application.py
systemu/vault/tools/implementations/compress_files.py
systemu/vault/tools/implementations/create_excel_sheet.py
systemu/vault/tools/implementations/create_word_doc.py
systemu/vault/tools/implementations/detect_language_from_extension.py
systemu/vault/tools/implementations/download_file.py
systemu/vault/tools/implementations/extract_archive.py
systemu/vault/tools/implementations/fetch_docker_hub_metadata.py
systemu/vault/tools/implementations/fetch_github_org_data.py
systemu/vault/tools/implementations/fetch_github_pr_files.py
systemu/vault/tools/implementations/fetch_github_prs.py
systemu/vault/tools/implementations/fetch_html.py
systemu/vault/tools/implementations/fetch_json.py
systemu/vault/tools/implementations/fetch_nse_stock_data.py
systemu/vault/tools/implementations/fetch_reddit_posts.py
systemu/vault/tools/implementations/file_append.py
systemu/vault/tools/implementations/file_copy.py
systemu/vault/tools/implementations/file_delete.py
systemu/vault/tools/implementations/file_list_dir.py
systemu/vault/tools/implementations/file_read.py
systemu/vault/tools/implementations/file_scan_directory.py
systemu/vault/tools/implementations/file_write.py
systemu/vault/tools/implementations/format_date.py
systemu/vault/tools/implementations/generate_pr_review_markdown.py
systemu/vault/tools/implementations/github_get_commit.py
systemu/vault/tools/implementations/github_get_workflow_run.py
systemu/vault/tools/implementations/github_list_workflow_runs.py
systemu/vault/tools/implementations/image_resize.py
systemu/vault/tools/implementations/keyboard_shortcut.py
systemu/vault/tools/implementations/launch_application.py
systemu/vault/tools/implementations/mouse_click.py
systemu/vault/tools/implementations/mouse_drag.py
systemu/vault/tools/implementations/notify_desktop.py
systemu/vault/tools/implementations/parse_diff_statistics.py
systemu/vault/tools/implementations/parse_json.py
systemu/vault/tools/implementations/read_excel_sheet.py
systemu/vault/tools/implementations/read_word_doc.py
systemu/vault/tools/implementations/run_cli_command.py
systemu/vault/tools/implementations/run_command.py
systemu/vault/tools/implementations/search_emails.py
systemu/vault/tools/implementations/send_email.py
systemu/vault/tools/implementations/take_screenshot.py
systemu/vault/tools/implementations/type_text.py
systemu/vault/tools/implementations/web_extract_table.py
systemu/vault/tools/implementations/web_extract_text.py
systemu/vault/tools/implementations/web_screenshot.py
systemu/vault/tools/implementations/web_search.py
systemu/vault/tools/implementations/write_csv_file.py
systemu/vault/tools/implementations/write_markdown_file.py
systemu/vault/tools/implementations/write_text_file.py
tests/test_cli_doctor.py
tests/test_daemon_and_jobs.py
tests/test_dep_approval_supervisor_flow.py
tests/test_dep_conflicts.py
tests/test_dependency_installer.py
tests/test_event_pusher.py
tests/test_evolution_engine.py
tests/test_failure_telemetry.py
tests/test_forge_preferred_packages.py
tests/test_installer.py
tests/test_interpreter_check_strict.py
tests/test_llm_router.py
tests/test_memory_consolidator.py
tests/test_memory_invalidator.py
tests/test_memory_system.py
tests/test_memory_tier_contract.py
tests/test_messaging_gateway.py
tests/test_metrics_tracker.py
tests/test_models.py
tests/test_recovery_classifier.py
tests/test_recovery_engine.py
tests/test_recovery_links.py
tests/test_recovery_panel.py
tests/test_redis_priority_queue.py
tests/test_runtime_suppression_clear.py
tests/test_scroll_pipeline.py
tests/test_shadow_decision.py
tests/test_shadow_identity_split.py
tests/test_shadow_runtime.py
tests/test_tool_backend.py
tests/test_tool_forge.py
tests/test_tool_implementations.py
tests/test_tool_registry.py
tests/test_tool_sandbox.py
tests/test_v040a_primitives.py
tests/test_v040b_recovery.py
tests/test_v040c_validator_and_diagnosis.py
tests/test_v040d_execution_mind.py
tests/test_v040e_cross_shadow.py
tests/test_v040f_cost_ledger.py
tests/test_v041a_per_shadow_opt_in.py
tests/test_v041b_terminate_resolution.py
tests/test_v041c_rejection_store.py
tests/test_v041d_strategy_stream.py
tests/test_v042a_affinity_routing.py
tests/test_v042b_workshop_toggle.py
tests/test_v043a_shadow_metrics.py
tests/test_v043b_specialty.py
tests/test_v043c_cost_pressure_in_prompt.py
tests/test_v044a_tool_metrics.py
tests/test_v044b_dashboard_data.py
tests/test_v044c_specialty_suggester.py
tests/test_v050a_dry_run.py
tests/test_v050b_evolution.py
tests/test_v050c_inadequacy_diagnosis.py
tests/test_v050d_recalibrate.py
tests/test_v050e_resume.py
tests/test_v051_recalibration_deferred.py
tests/test_v060a_intent_extractor.py
tests/test_v060b_validator_remediation.py
tests/test_v060c_refine_scroll_intent.py
tests/test_v060d5_skill_lifecycle.py
tests/test_v060d_extract_intent_aware.py
tests/test_v060ef_forge_and_shadow_intent.py
tests/test_v061_catalog_no_n_plus_1.py
tests/test_v061_notify_safe_ordering.py
tests/test_v061_save_skill_batch.py
tests/test_v061_skill_recal_wiring.py
tests/test_v061_tool_name_validation.py
tests/test_v062_cross_platform_hardening.py
tests/test_v063_install_blockers.py
tests/test_v065_e2e_replay.py
tests/test_v065_pipeline_trace.py
tests/test_v065_skill_deprecate_cli.py
tests/test_v065_stage1_warn.py
tests/test_v065_stage2_gui_guard.py
tests/test_v065_tool_dryrun_sweep.py
tests/test_v065_validator_default.py
tests/test_v066_appstate_redis_gate.py
tests/test_v066_memory_dir_default.py
tests/test_v068_compose_outputs_mount.py
tests/test_v068_copy_scenario_with_skills.py
tests/test_v068_dep_approvals_allowlist.py
tests/test_v068_dockerfile_installs_tool_deps.py
tests/test_v068_install_dep_scan.py
tests/test_v068_seed_dep_approvals.py
tests/test_v068_shadow_gate3_structured_error.py
tests/test_v068_shadow_uses_consolidator.py
tests/test_v068_sweep_non_destructive.py
tests/test_v068_tool_dep_approval_model.py
tests/test_v068_unbaked_banner_helper.py
tests/test_v069_consolidator_filters_buffer.py
tests/test_v069_copy_scenario_nulls_dry_run.py
tests/test_v069_create_word_doc_dir_path.py
tests/test_v069_dashboard_autoforge_banner.py
tests/test_v069_dry_run_one_tool_standalone.py
tests/test_v069_install_env_migration.py
tests/test_v069_install_outputs_default.py
tests/test_v069_refinery_recurrence_threshold.py
tests/test_v069_shadow_circuit_breaker.py
tests/test_v070_browser_use_plugin.py
tests/test_v070_memory_backend_filesystem.py
tests/test_v070_memory_backend_mem0.py
tests/test_v070_plugin_loader.py
tests/test_v070_provider_anthropic.py
tests/test_v070_provider_base.py
tests/test_v070_provider_google.py
tests/test_v070_provider_ollama.py
tests/test_v070_provider_openai.py
tests/test_v070_provider_openrouter.py
tests/test_v070_provider_registry.py
tests/test_v070_skill_export_cli.py
tests/test_v070_skill_exporter.py
tests/test_v070_skill_migration.py
tests/test_v070_skill_roundtrip.py
tests/test_v071_capture_export_skill_cli.py
tests/test_v071_capture_export_skill_orchestrator.py
tests/test_v071_save_skill_emits_spec_conformant.py
tests/test_v072_sidebar_consolidation.py
tests/test_vault.py
tests/test_workflow_tracker.py