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/db.py
gitd/ghost_cli.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/device.py
gitd/bots/common/discover_rids.py
gitd/bots/common/elements.py
gitd/bots/common/ios.py
gitd/bots/tiktok/__init__.py
gitd/bots/tiktok/scraper.py
gitd/bots/tiktok/upload.py
gitd/ghostcli/__init__.py
gitd/ghostcli/config.py
gitd/ghostcli/detect.py
gitd/ghostcli/devices.py
gitd/ghostcli/mcp.py
gitd/ghostcli/resolve.py
gitd/ghostcli/run.py
gitd/ghostcli/wizard.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/models/trace.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/h264_stream.py
gitd/routers/marketing_jobs.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/routers/traces.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/a11y_diff.py
gitd/services/account_health.py
gitd/services/admin_auth.py
gitd/services/agent_chat.py
gitd/services/agent_chat_claude_code.py
gitd/services/agent_chat_ondevice.py
gitd/services/agent_tools.py
gitd/services/browser.py
gitd/services/crm_lookup.py
gitd/services/db_helpers.py
gitd/services/device_context.py
gitd/services/emulator_service.py
gitd/services/job_engine.py
gitd/services/llm_backoff.py
gitd/services/marketing_lookup.py
gitd/services/observability.py
gitd/services/phone_recording.py
gitd/services/scheduler_service.py
gitd/services/skill_creation.py
gitd/services/sub_agent.py
gitd/services/tool_platforms.py
gitd/services/web_search.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/platforms.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/safari/__init__.py
gitd/skills/safari/workflows.py
gitd/skills/safari/actions/__init__.py
gitd/skills/safari/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/skills/tiktok_ios/__init__.py
gitd/skills/tiktok_ios/workflows.py
gitd/skills/tiktok_ios/actions/__init__.py
gitd/skills/tiktok_ios/actions/core.py
gitd/tools/__init__.py
gitd/tools/tts.py
gitd/tools/video_overlay.py
integrations/__init__.py
integrations/_core.py
integrations/langchain/__init__.py
integrations/llamaindex/__init__.py
tests/test_a11y_diff.py
tests/test_account_health_ios.py
tests/test_adb.py
tests/test_adb_shell_injection.py
tests/test_agent_chat_claude_code_ios.py
tests/test_agent_chat_openrouter.py
tests/test_agent_chat_routing.py
tests/test_anthropic_tool_errors.py
tests/test_ascii_typeable.py
tests/test_base_skill_ios_actions.py
tests/test_benchmarks.py
tests/test_browser_news.py
tests/test_chain_action.py
tests/test_cli_doctor.py
tests/test_cli_login.py
tests/test_cli_tool_emojis.py
tests/test_crash_tools.py
tests/test_creator_ios.py
tests/test_crm_lookup.py
tests/test_db_isolation.py
tests/test_ghost_cli.py
tests/test_h264_stream.py
tests/test_h264_stream_device.py
tests/test_integrations.py
tests/test_ios_chrome_news_smoke.py
tests/test_ios_chrome_news_smoke_device.py
tests/test_ios_device.py
tests/test_ios_explorer_recorder.py
tests/test_ios_feature_gate.py
tests/test_ios_job_guards.py
tests/test_ios_platform_and_health.py
tests/test_ios_popup_dismissal.py
tests/test_ios_safari_smoke.py
tests/test_ios_test_runner_recording.py
tests/test_ios_wda_direct.py
tests/test_llm_backoff.py
tests/test_marketing_lookup.py
tests/test_mcp_devices.py
tests/test_mcp_ios_skill_creation.py
tests/test_ollama.py
tests/test_platform_matrix.py
tests/test_run_flow.py
tests/test_safari_ios_skill.py
tests/test_scheduler_skill_results.py
tests/test_screenshot_downscale.py
tests/test_screenshot_sequence.py
tests/test_skill_element_locators.py
tests/test_skill_platforms.py
tests/test_stop_agent.py
tests/test_sub_agent.py
tests/test_tiktok_ios_skill.py
tests/test_tool_allowlist.py
tests/test_tool_platforms.py
tests/test_traces.py