LICENSE
README.md
pyproject.toml
setup.py
salmalm/__init__.py
salmalm/__main__.py
salmalm/bootstrap.py
salmalm/cli.py
salmalm/config_manager.py
salmalm/constants.py
salmalm/mcp.py
salmalm/nodes.py
salmalm/py.typed
salmalm/rag.py
salmalm/stability.py
salmalm/telegram.py
salmalm/tray.py
salmalm.egg-info/PKG-INFO
salmalm.egg-info/SOURCES.txt
salmalm.egg-info/dependency_links.txt
salmalm.egg-info/entry_points.txt
salmalm.egg-info/requires.txt
salmalm.egg-info/top_level.txt
salmalm/channels/__init__.py
salmalm/channels/channel_router.py
salmalm/channels/discord_bot.py
salmalm/channels/slack_bot.py
salmalm/channels/telegram.py
salmalm/channels/telegram_commands.py
salmalm/channels/telegram_media.py
salmalm/config/__init__.py
salmalm/config/limits.py
salmalm/config/models.py
salmalm/config/paths.py
salmalm/config/salmalm.nginx.conf
salmalm/core/__init__.py
salmalm/core/audit.py
salmalm/core/compaction.py
salmalm/core/core.py
salmalm/core/core_messages.py
salmalm/core/cost.py
salmalm/core/engine.py
salmalm/core/engine_pipeline.py
salmalm/core/error_messages.py
salmalm/core/error_recovery.py
salmalm/core/exceptions.py
salmalm/core/export.py
salmalm/core/health.py
salmalm/core/image_resize.py
salmalm/core/llm_cron.py
salmalm/core/llm_loop.py
salmalm/core/llm_router.py
salmalm/core/llm_stream.py
salmalm/core/llm_task.py
salmalm/core/loop_helpers.py
salmalm/core/memory.py
salmalm/core/model_selection.py
salmalm/core/plugin_watcher.py
salmalm/core/prompt.py
salmalm/core/scheduler.py
salmalm/core/search.py
salmalm/core/session_manager.py
salmalm/core/session_store.py
salmalm/core/shutdown.py
salmalm/core/slash_commands.py
salmalm/core/slash_commands_ext.py
salmalm/core/smart_context.py
salmalm/core/tool_selector.py
salmalm/core/classifier/__init__.py
salmalm/core/classifier/intent.py
salmalm/core/classifier/keywords.py
salmalm/core/classifier/tokens.py
salmalm/core/llm/__init__.py
salmalm/core/llm/anthropic.py
salmalm/core/llm/common.py
salmalm/core/llm/dispatcher.py
salmalm/core/llm/google.py
salmalm/core/llm/openai.py
salmalm/db/__init__.py
salmalm/db/connection.py
salmalm/default_skills/code-review/SKILL.md
salmalm/default_skills/weather/SKILL.md
salmalm/default_skills/web-summary/SKILL.md
salmalm/features/__init__.py
salmalm/features/a2a.py
salmalm/features/abort.py
salmalm/features/agents.py
salmalm/features/agents_skills.py
salmalm/features/artifacts.py
salmalm/features/audit_cron.py
salmalm/features/bookmarks.py
salmalm/features/briefing.py
salmalm/features/canvas.py
salmalm/features/commands.py
salmalm/features/compare.py
salmalm/features/dashboard_life.py
salmalm/features/deadman.py
salmalm/features/docs.py
salmalm/features/doctor.py
salmalm/features/edge_cases.py
salmalm/features/file_upload.py
salmalm/features/focus.py
salmalm/features/fork.py
salmalm/features/habits.py
salmalm/features/heartbeat.py
salmalm/features/hooks.py
salmalm/features/journal.py
salmalm/features/mcp.py
salmalm/features/mcp_marketplace.py
salmalm/features/mesh.py
salmalm/features/message_queue.py
salmalm/features/model_detect.py
salmalm/features/mood.py
salmalm/features/nodes.py
salmalm/features/playground.py
salmalm/features/plugin_manager.py
salmalm/features/presence.py
salmalm/features/prompt_vars.py
salmalm/features/provider_health.py
salmalm/features/queue.py
salmalm/features/quick_actions.py
salmalm/features/rag.py
salmalm/features/rag_embeddings.py
salmalm/features/rag_indexer.py
salmalm/features/rag_utils.py
salmalm/features/screen_capture.py
salmalm/features/self_evolve.py
salmalm/features/session_groups.py
salmalm/features/shadow.py
salmalm/features/sla.py
salmalm/features/smart_paste.py
salmalm/features/split_response.py
salmalm/features/stability.py
salmalm/features/stt.py
salmalm/features/subagents.py
salmalm/features/summary_card.py
salmalm/features/templates_chat.py
salmalm/features/thoughts.py
salmalm/features/timecapsule.py
salmalm/features/transcript_hygiene.py
salmalm/features/tray.py
salmalm/features/usage.py
salmalm/features/users.py
salmalm/features/vault_chat.py
salmalm/features/watcher.py
salmalm/features/web_clip.py
salmalm/features/workflow.py
salmalm/install/__init__.py
salmalm/install/salmalm.service
salmalm/monitoring/__init__.py
salmalm/monitoring/metrics.py
salmalm/plugins/__init__.py
salmalm/security/__init__.py
salmalm/security/container.py
salmalm/security/crypto.py
salmalm/security/exec_approvals.py
salmalm/security/redact.py
salmalm/security/sandbox.py
salmalm/security/security.py
salmalm/static/app.js
salmalm/static/dashboard.html
salmalm/static/icon.svg
salmalm/static/index.html
salmalm/static/onboarding.html
salmalm/static/setup.html
salmalm/static/unlock.html
salmalm/static/dist/agent-panel.js
salmalm/static/js/00-core.js
salmalm/static/js/05-sessions.js
salmalm/static/js/10-restore.js
salmalm/static/js/12-export.js
salmalm/static/js/14-newchat.js
salmalm/static/js/16-theme.js
salmalm/static/js/18-sidebar.js
salmalm/static/js/19-quickcmd.js
salmalm/static/js/20-helpers.js
salmalm/static/js/25-files.js
salmalm/static/js/26-paste.js
salmalm/static/js/27-dragdrop.js
salmalm/static/js/30-websocket.js
salmalm/static/js/35-chat-send.js
salmalm/static/js/36-dosend.js
salmalm/static/js/37-keyhandler.js
salmalm/static/js/38-i18n-data.js
salmalm/static/js/40-i18n.js
salmalm/static/js/45-settings.js
salmalm/static/js/50-tabs.js
salmalm/static/js/55-model-router.js
salmalm/static/js/57-doctor-panel.js
salmalm/static/js/58-features-data.js
salmalm/static/js/58-usage-chart.js
salmalm/static/js/59-backup-panel.js
salmalm/static/js/60-features.js
salmalm/static/js/65-users.js
salmalm/static/js/70-dashboard.js
salmalm/static/js/75-ui.js
salmalm/static/js/80-shortcuts.js
salmalm/static/js/82-welcome.js
salmalm/static/js/84-polling.js
salmalm/static/js/85-export-menu.js
salmalm/static/js/90-cmdpalette.js
salmalm/static/js/91-slash-autocomplete.js
salmalm/static/js/92-pwa.js
salmalm/static/js/95-events.js
salmalm/static/js/96-model-quickswitch.js
salmalm/static/js/97-voice.js
salmalm/static/js/98-rename.js
salmalm/static/js/99-migration.js
salmalm/tools/__init__.py
salmalm/tools/tool_handlers.py
salmalm/tools/tool_registry.py
salmalm/tools/tools.py
salmalm/tools/tools_agent.py
salmalm/tools/tools_brave.py
salmalm/tools/tools_browser.py
salmalm/tools/tools_calendar.py
salmalm/tools/tools_common.py
salmalm/tools/tools_email.py
salmalm/tools/tools_exec.py
salmalm/tools/tools_file.py
salmalm/tools/tools_google.py
salmalm/tools/tools_media.py
salmalm/tools/tools_memory.py
salmalm/tools/tools_mesh.py
salmalm/tools/tools_misc.py
salmalm/tools/tools_patch.py
salmalm/tools/tools_personal.py
salmalm/tools/tools_reaction.py
salmalm/tools/tools_reminder.py
salmalm/tools/tools_sandbox.py
salmalm/tools/tools_schema_ext.py
salmalm/tools/tools_system.py
salmalm/tools/tools_ui.py
salmalm/tools/tools_util.py
salmalm/tools/tools_web.py
salmalm/utils/__init__.py
salmalm/utils/async_http.py
salmalm/utils/browser.py
salmalm/utils/chunker.py
salmalm/utils/common.py
salmalm/utils/db.py
salmalm/utils/dedup.py
salmalm/utils/file_logger.py
salmalm/utils/http.py
salmalm/utils/log.py
salmalm/utils/logging_ext.py
salmalm/utils/markdown_ir.py
salmalm/utils/migration.py
salmalm/utils/queue.py
salmalm/utils/retry.py
salmalm/utils/shim.py
salmalm/utils/tls.py
salmalm/web/__init__.py
salmalm/web/app.py
salmalm/web/asgi.py
salmalm/web/auth.py
salmalm/web/fastapi_deps.py
salmalm/web/middleware.py
salmalm/web/oauth.py
salmalm/web/request_context.py
salmalm/web/router_utils.py
salmalm/web/schemas.py
salmalm/web/templates.py
salmalm/web/token_manager.py
salmalm/web/web.py
salmalm/web/ws.py
salmalm/web/ws_legacy.py
salmalm/web/routes/__init__.py
salmalm/web/routes/web_agents.py
salmalm/web/routes/web_auth.py
salmalm/web/routes/web_chat.py
salmalm/web/routes/web_content.py
salmalm/web/routes/web_cron.py
salmalm/web/routes/web_engine.py
salmalm/web/routes/web_features.py
salmalm/web/routes/web_files.py
salmalm/web/routes/web_gateway.py
salmalm/web/routes/web_manage.py
salmalm/web/routes/web_model.py
salmalm/web/routes/web_sessions.py
salmalm/web/routes/web_setup.py
salmalm/web/routes/web_subagents.py
salmalm/web/routes/web_system.py
salmalm/web/routes/web_users.py
tests/test_a2a.py
tests/test_abuse_guard.py
tests/test_all.py
tests/test_api.py
tests/test_apply_patch.py
tests/test_artifacts.py
tests/test_async_http.py
tests/test_auth.py
tests/test_brave.py
tests/test_browser.py
tests/test_channel_router.py
tests/test_circuit_breaker.py
tests/test_commands_extended.py
tests/test_compaction_v2.py
tests/test_config_manager.py
tests/test_config_migration.py
tests/test_coverage.py
tests/test_coverage2.py
tests/test_coverage3.py
tests/test_coverage4.py
tests/test_coverage5.py
tests/test_coverage6.py
tests/test_coverage_boost.py
tests/test_coverage_web_cron.py
tests/test_crypto.py
tests/test_dashboard_life.py
tests/test_deadman.py
tests/test_dedupe_debounce.py
tests/test_discord.py
tests/test_doctor.py
tests/test_e2e.py
tests/test_e2e2.py
tests/test_e2e_b.py
tests/test_e2e_browser.py
tests/test_e2e_pipeline.py
tests/test_edge_cases.py
tests/test_error_recovery.py
tests/test_exec_advanced.py
tests/test_features_page.py
tests/test_file_logger.py
tests/test_focus.py
tests/test_fresh_install_e2e.py
tests/test_gemini_provider.py
tests/test_habits.py
tests/test_journal.py
tests/test_llm_router.py
tests/test_llm_task.py
tests/test_markdown_ir.py
tests/test_mcp_marketplace.py
tests/test_model_selection.py
tests/test_model_switch_ui.py
tests/test_mood.py
tests/test_multi_tenant.py
tests/test_oauth.py
tests/test_overflow_recovery.py
tests/test_personal.py
tests/test_personas.py
tests/test_playground.py
tests/test_presence.py
tests/test_prompt_caching.py
tests/test_queue.py
tests/test_queue_advanced.py
tests/test_quick_actions.py
tests/test_rag_vector.py
tests/test_reactions.py
tests/test_redact.py
tests/test_safety_hardening.py
tests/test_sandbox.py
tests/test_screen_capture.py
tests/test_security.py
tests/test_security_guards.py
tests/test_security_p0p1.py
tests/test_security_regression.py
tests/test_self_evolve.py
tests/test_shadow.py
tests/test_shutdown_health_plugin_export.py
tests/test_smart_context.py
tests/test_split_response.py
tests/test_streaming_advanced.py
tests/test_stt.py
tests/test_subagent_advanced.py
tests/test_subagents.py
tests/test_templates_chat.py
tests/test_thoughts.py
tests/test_timecapsule.py
tests/test_token_optimization.py
tests/test_tools.py
tests/test_transcript_hygiene.py
tests/test_v012_tools.py
tests/test_v012b_tools.py
tests/test_vault.py
tests/test_vault_chat.py
tests/test_watcher.py
tests/test_web_clip.py
tests/test_workflow.py