LICENSE
README.md
pyproject.toml
syke/__init__.py
syke/__main__.py
syke/cli.py
syke/config.py
syke/config_file.py
syke/db.py
syke/metrics.py
syke/models.py
syke/sync.py
syke/time.py
syke/version_check.py
syke.egg-info/PKG-INFO
syke.egg-info/SOURCES.txt
syke.egg-info/dependency_links.txt
syke.egg-info/entry_points.txt
syke.egg-info/requires.txt
syke.egg-info/top_level.txt
syke/daemon/__init__.py
syke/daemon/daemon.py
syke/daemon/metrics.py
syke/distribution/__init__.py
syke/distribution/ask_agent.py
syke/distribution/context_files.py
syke/distribution/harness/__init__.py
syke/distribution/harness/base.py
syke/distribution/harness/claude_desktop.py
syke/distribution/harness/hermes.py
syke/ingestion/__init__.py
syke/ingestion/base.py
syke/ingestion/chatgpt.py
syke/ingestion/claude_code.py
syke/ingestion/codex.py
syke/ingestion/gateway.py
syke/ingestion/github_.py
syke/ingestion/gmail.py
syke/llm/__init__.py
syke/llm/auth_store.py
syke/llm/codex_auth.py
syke/llm/codex_proxy.py
syke/llm/env.py
syke/llm/litellm_config.py
syke/llm/litellm_proxy.py
syke/llm/providers.py
syke/memory/__init__.py
syke/memory/memex.py
syke/memory/synthesis.py
syke/memory/tools.py
tests/test_auth_store.py
tests/test_cli.py
tests/test_codex_auth.py
tests/test_codex_proxy.py
tests/test_config_file.py
tests/test_core.py
tests/test_daemon.py
tests/test_distribution.py
tests/test_ingestion.py
tests/test_litellm_config.py
tests/test_litellm_proxy.py
tests/test_llm.py
tests/test_persistence.py
tests/test_security.py