LICENSE
README.md
pyproject.toml
heysquid/.env.example
heysquid/__init__.py
heysquid/_job_flow.py
heysquid/_msg_store.py
heysquid/_news_fetcher.py
heysquid/_news_scorer.py
heysquid/_recovery.py
heysquid/_session_memory.py
heysquid/_task_memory.py
heysquid/_thread_drafter.py
heysquid/_working_lock.py
heysquid/agent_dashboard.py
heysquid/agents.py
heysquid/briefing.py
heysquid/cli.py
heysquid/config.py
heysquid/paths.py
heysquid/quick_check.py
heysquid/telegram_bot.py
heysquid/telegram_listener.py
heysquid/telegram_sender.py
heysquid/workspace.py
heysquid.egg-info/PKG-INFO
heysquid.egg-info/SOURCES.txt
heysquid.egg-info/dependency_links.txt
heysquid.egg-info/entry_points.txt
heysquid.egg-info/requires.txt
heysquid.egg-info/top_level.txt
heysquid/automations/__init__.py
heysquid/automations/briefing/__init__.py
heysquid/automations/briefing/_news_fetcher.py
heysquid/automations/briefing/_news_scorer.py
heysquid/automations/briefing/_thread_drafter.py
heysquid/automations/fanmolt_heartbeat/__init__.py
heysquid/automations/threads_post/__init__.py
heysquid/automations/threads_post/_feed_commenter.py
heysquid/automations/threads_post/_poster.py
heysquid/channels/__init__.py
heysquid/channels/_base.py
heysquid/channels/_msg_store.py
heysquid/channels/_router.py
heysquid/channels/_typing.py
heysquid/channels/dashboard.py
heysquid/channels/discord_channel.py
heysquid/channels/discord_listener.py
heysquid/channels/slack.py
heysquid/channels/slack_listener.py
heysquid/channels/telegram.py
heysquid/channels/telegram_listener.py
heysquid/channels/threads.py
heysquid/channels/x.py
heysquid/core/__init__.py
heysquid/core/_job_flow.py
heysquid/core/_working_lock.py
heysquid/core/agents.py
heysquid/core/cli.py
heysquid/core/config.py
heysquid/core/daemon.py
heysquid/core/http_utils.py
heysquid/core/hub.py
heysquid/core/paths.py
heysquid/core/plugin_loader.py
heysquid/core/quick_check.py
heysquid/core/scheduler.py
heysquid/core/webhook_server.py
heysquid/core/workspace.py
heysquid/dashboard/__init__.py
heysquid/dashboard/_store.py
heysquid/dashboard/kanban.py
heysquid/memory/__init__.py
heysquid/memory/recovery.py
heysquid/memory/session.py
heysquid/memory/tasks.py
heysquid/skills/__init__.py
heysquid/skills/_base.py
heysquid/skills/_http.py
heysquid/skills/deep_work/__init__.py
heysquid/skills/fanmolt/__init__.py
heysquid/skills/fanmolt/agent_manager.py
heysquid/skills/fanmolt/api_client.py
heysquid/skills/fanmolt/content_gen.py
heysquid/skills/fanmolt/heartbeat_runner.py
heysquid/skills/fanmolt/migrate_agents.py
heysquid/skills/hello_world/__init__.py
heysquid/skills/marketing/__init__.py
heysquid/skills/marketing/_content_generator.py
heysquid/skills/marketing/_patterns.py
heysquid/skills/marketing/_templates.py
heysquid/skills/saju_fortune/__init__.py
heysquid/skills/saju_fortune/zodiac_fortune.py
heysquid/templates/dashboard.html
heysquid/templates/env.example
heysquid/templates/identity.json
heysquid/templates/team_playbook.md
heysquid/templates/launchd/com.heysquid.discord.plist.template
heysquid/templates/launchd/com.heysquid.scheduler.plist.template
heysquid/templates/launchd/com.heysquid.slack.plist.template
heysquid/templates/launchd/com.heysquid.watcher.plist.template
tests/test_deco_guard.py
tests/test_deco_positions.py
tests/test_executor_lock.py
tests/test_job_flow.py
tests/test_listener_changes.py
tests/test_msg_store.py
tests/test_task_queue.py
tests/test_tui_stop.py