LICENSE
README.md
pyproject.toml
ghost_in_the_droid.egg-info/PKG-INFO
ghost_in_the_droid.egg-info/SOURCES.txt
ghost_in_the_droid.egg-info/dependency_links.txt
ghost_in_the_droid.egg-info/entry_points.txt
ghost_in_the_droid.egg-info/requires.txt
ghost_in_the_droid.egg-info/top_level.txt
gitd/__init__.py
gitd/app.py
gitd/cli.py
gitd/config.py
gitd/mcp_server.py
gitd/alembic/env.py
gitd/alembic/alembic/env.py
gitd/benchmarks/__init__.py
gitd/benchmarks/base.py
gitd/benchmarks/runner.py
gitd/benchmarks/ghost_bench/__init__.py
gitd/benchmarks/ghost_bench/evaluators.py
gitd/benchmarks/ghost_bench/tasks.py
gitd/bots/__init__.py
gitd/bots/common/__init__.py
gitd/bots/common/adb.py
gitd/bots/common/discover_rids.py
gitd/bots/common/elements.py
gitd/models/__init__.py
gitd/models/base.py
gitd/models/bot.py
gitd/models/chat.py
gitd/models/phone.py
gitd/models/schedule.py
gitd/models/skill_compat.py
gitd/routers/__init__.py
gitd/routers/agent_chat.py
gitd/routers/benchmarks.py
gitd/routers/bot.py
gitd/routers/creator.py
gitd/routers/emulators.py
gitd/routers/explorer.py
gitd/routers/misc.py
gitd/routers/phone.py
gitd/routers/scheduler.py
gitd/routers/skills.py
gitd/routers/stats.py
gitd/routers/streaming.py
gitd/routers/streaming_viewers.py
gitd/routers/tests.py
gitd/routers/tools_hub.py
gitd/schemas/__init__.py
gitd/schemas/common.py
gitd/services/__init__.py
gitd/services/_emulator_helpers.py
gitd/services/_emulator_pool.py
gitd/services/_job_helpers.py
gitd/services/agent_chat.py
gitd/services/agent_chat_claude_code.py
gitd/services/agent_tools.py
gitd/services/db_helpers.py
gitd/services/device_context.py
gitd/services/emulator_service.py
gitd/services/job_engine.py
gitd/services/scheduler_service.py
gitd/skills/__init__.py
gitd/skills/_run_skill.py
gitd/skills/auto_creator.py
gitd/skills/base.py
gitd/skills/gmail_utils.py
gitd/skills/macro_recorder.py
gitd/skills/_base/__init__.py
gitd/skills/_base/actions/__init__.py
gitd/skills/_base/actions/core.py
gitd/skills/play_store/__init__.py
gitd/skills/play_store/workflows.py
gitd/skills/play_store/actions/__init__.py
gitd/skills/play_store/actions/core.py
gitd/skills/send_gmail_email/__init__.py
gitd/skills/send_gmail_email/actions/__init__.py
gitd/skills/send_gmail_email/workflows/__init__.py
gitd/skills/test_pic/__init__.py
gitd/skills/tiktok/__init__.py
gitd/skills/tiktok/actions/__init__.py
gitd/skills/tiktok/actions/core.py
gitd/skills/tiktok/workflows/__init__.py
gitd/skills/tiktok/workflows/publish_draft.py
gitd/skills/tiktok/workflows/upload_video.py
gitd/tools/__init__.py
gitd/tools/tts.py
gitd/tools/video_overlay.py
tests/test_benchmarks.py
tests/test_ollama.py