LICENSE
README.md
pyproject.toml
salmalm/__init__.py
salmalm/__main__.py
salmalm/a2a.py
salmalm/agents.py
salmalm/async_http.py
salmalm/auth.py
salmalm/bootstrap.py
salmalm/briefing.py
salmalm/browser.py
salmalm/channel_router.py
salmalm/chunker.py
salmalm/cli.py
salmalm/commands.py
salmalm/config_manager.py
salmalm/constants.py
salmalm/container.py
salmalm/crypto.py
salmalm/dashboard_life.py
salmalm/deadman.py
salmalm/dedup.py
salmalm/discord_bot.py
salmalm/docs.py
salmalm/doctor.py
salmalm/edge_cases.py
salmalm/engine.py
salmalm/exec_approvals.py
salmalm/file_logger.py
salmalm/heartbeat.py
salmalm/hooks.py
salmalm/llm.py
salmalm/llm_loop.py
salmalm/llm_task.py
salmalm/logging_ext.py
salmalm/markdown_ir.py
salmalm/mcp.py
salmalm/mcp_marketplace.py
salmalm/memory.py
salmalm/migration.py
salmalm/mood.py
salmalm/nodes.py
salmalm/oauth.py
salmalm/plugin_manager.py
salmalm/presence.py
salmalm/prompt.py
salmalm/py.typed
salmalm/queue.py
salmalm/rag.py
salmalm/retry.py
salmalm/sandbox.py
salmalm/screen_capture.py
salmalm/self_evolve.py
salmalm/session_manager.py
salmalm/shadow.py
salmalm/sla.py
salmalm/slack_bot.py
salmalm/split_response.py
salmalm/stability.py
salmalm/stt.py
salmalm/telegram.py
salmalm/templates.py
salmalm/thoughts.py
salmalm/timecapsule.py
salmalm/tls.py
salmalm/tool_handlers.py
salmalm/tool_registry.py
salmalm/tools_agent.py
salmalm/tools_browser.py
salmalm/tools_calendar.py
salmalm/tools_common.py
salmalm/tools_email.py
salmalm/tools_exec.py
salmalm/tools_file.py
salmalm/tools_google.py
salmalm/tools_media.py
salmalm/tools_memory.py
salmalm/tools_misc.py
salmalm/tools_patch.py
salmalm/tools_personal.py
salmalm/tools_reaction.py
salmalm/tools_system.py
salmalm/tools_util.py
salmalm/tools_web.py
salmalm/transcript_hygiene.py
salmalm/tray.py
salmalm/users.py
salmalm/vault_chat.py
salmalm/watcher.py
salmalm/workflow.py
salmalm/ws.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/core/__init__.py
salmalm/core/core.py
salmalm/core/engine.py
salmalm/core/exceptions.py
salmalm/core/export.py
salmalm/core/health.py
salmalm/core/image_resize.py
salmalm/core/llm.py
salmalm/core/llm_loop.py
salmalm/core/llm_router.py
salmalm/core/llm_task.py
salmalm/core/memory.py
salmalm/core/plugin_watcher.py
salmalm/core/prompt.py
salmalm/core/session_manager.py
salmalm/core/shutdown.py
salmalm/core/smart_context.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/artifacts.py
salmalm/features/bookmarks.py
salmalm/features/briefing.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/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/quick_actions.py
salmalm/features/rag.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/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/plugins/__init__.py
salmalm/security/__init__.py
salmalm/security/container.py
salmalm/security/crypto.py
salmalm/security/exec_approvals.py
salmalm/security/sandbox.py
salmalm/security/security.py
salmalm/static/dashboard.html
salmalm/static/index.html
salmalm/static/onboarding.html
salmalm/static/setup.html
salmalm/static/unlock.html
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_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_system.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/tls.py
salmalm/web/__init__.py
salmalm/web/auth.py
salmalm/web/oauth.py
salmalm/web/templates.py
salmalm/web/web.py
salmalm/web/ws.py
tests/test_a2a.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_commands_extended.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_crypto.py
tests/test_dashboard_life.py
tests/test_deadman.py
tests/test_dedupe_debounce.py
tests/test_doctor.py
tests/test_e2e.py
tests/test_edge_cases.py
tests/test_exec_advanced.py
tests/test_features_page.py
tests/test_file_logger.py
tests/test_focus.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_switch_ui.py
tests/test_mood.py
tests/test_oauth.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_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_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_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_chat.py
tests/test_watcher.py
tests/test_web_clip.py
tests/test_workflow.py