LICENSE
README.md
pyproject.toml
solstice_agent/__init__.py
solstice_agent/__main__.py
solstice_agent/cli.py
solstice_agent/config.py
solstice_agent/server.py
solstice_agent/setup.py
solstice_agent/tray.py
solstice_agent.egg-info/PKG-INFO
solstice_agent.egg-info/SOURCES.txt
solstice_agent.egg-info/dependency_links.txt
solstice_agent.egg-info/entry_points.txt
solstice_agent.egg-info/requires.txt
solstice_agent.egg-info/top_level.txt
solstice_agent/agent/__init__.py
solstice_agent/agent/compactor.py
solstice_agent/agent/core.py
solstice_agent/agent/memory.py
solstice_agent/agent/personalities.py
solstice_agent/agent/personality.py
solstice_agent/agent/router.py
solstice_agent/agent/scheduler.py
solstice_agent/agent/skills.py
solstice_agent/agent/providers/__init__.py
solstice_agent/agent/providers/anthropic_provider.py
solstice_agent/agent/providers/base.py
solstice_agent/agent/providers/gemini_provider.py
solstice_agent/agent/providers/ollama_provider.py
solstice_agent/agent/providers/openai_provider.py
solstice_agent/gateway/__init__.py
solstice_agent/gateway/base_channel.py
solstice_agent/gateway/manager.py
solstice_agent/gateway/models.py
solstice_agent/gateway/channels/__init__.py
solstice_agent/gateway/channels/discord_channel.py
solstice_agent/gateway/channels/email_channel.py
solstice_agent/gateway/channels/feishu_channel.py
solstice_agent/gateway/channels/google_chat_channel.py
solstice_agent/gateway/channels/imessage_channel.py
solstice_agent/gateway/channels/irc_channel.py
solstice_agent/gateway/channels/line_channel.py
solstice_agent/gateway/channels/matrix_channel.py
solstice_agent/gateway/channels/mattermost_channel.py
solstice_agent/gateway/channels/messenger_channel.py
solstice_agent/gateway/channels/nostr_channel.py
solstice_agent/gateway/channels/reddit_channel.py
solstice_agent/gateway/channels/signal_channel.py
solstice_agent/gateway/channels/slack_channel.py
solstice_agent/gateway/channels/teams_channel.py
solstice_agent/gateway/channels/telegram_channel.py
solstice_agent/gateway/channels/twitch_channel.py
solstice_agent/gateway/channels/twitter_channel.py
solstice_agent/gateway/channels/webchat_channel.py
solstice_agent/gateway/channels/webhook_channel.py
solstice_agent/gateway/channels/whatsapp_channel.py
solstice_agent/outreach/__init__.py
solstice_agent/outreach/composer.py
solstice_agent/outreach/dashboard.py
solstice_agent/outreach/models.py
solstice_agent/outreach/orchestrator.py
solstice_agent/outreach/personality.py
solstice_agent/outreach/prospector.py
solstice_agent/outreach/sender.py
solstice_agent/outreach/store.py
solstice_agent/outreach/tools.py
solstice_agent/outreach/tracker.py
solstice_agent/tools/__init__.py
solstice_agent/tools/api_registry.py
solstice_agent/tools/blackbox.py
solstice_agent/tools/browser.py
solstice_agent/tools/docker_sandbox.py
solstice_agent/tools/file_ops.py
solstice_agent/tools/presence.py
solstice_agent/tools/recording.py
solstice_agent/tools/registry.py
solstice_agent/tools/screen.py
solstice_agent/tools/security.py
solstice_agent/tools/seed_catalog.json
solstice_agent/tools/terminal.py
solstice_agent/tools/voice.py
solstice_agent/tools/voice_continuous.py
solstice_agent/tools/web.py
tests/test_agent.py
tests/test_api_registry.py
tests/test_camunda.py
tests/test_docker_sandbox.py
tests/test_install_surface.py
tests/test_presence.py
tests/test_recording.py
tests/test_screen.py
tests/test_security.py
tests/test_voice_continuous.py