LICENSE
README.md
pyproject.toml
src/andromity/__init__.py
src/andromity/cli.py
src/andromity/config.py
src/andromity/telemetry.py
src/andromity.egg-info/PKG-INFO
src/andromity.egg-info/SOURCES.txt
src/andromity.egg-info/dependency_links.txt
src/andromity.egg-info/entry_points.txt
src/andromity.egg-info/requires.txt
src/andromity.egg-info/top_level.txt
src/andromity/assets/sounds/done.wav
src/andromity/core/__init__.py
src/andromity/core/agent.py
src/andromity/core/audio.py
src/andromity/core/cron.py
src/andromity/core/debug_log.py
src/andromity/core/events.py
src/andromity/core/git_ops.py
src/andromity/core/mcp.py
src/andromity/core/models.py
src/andromity/core/oauth.py
src/andromity/core/planner.py
src/andromity/core/profiles.py
src/andromity/core/provider.py
src/andromity/core/search.py
src/andromity/core/security.py
src/andromity/core/session.py
src/andromity/core/todo.py
src/andromity/core/tools.py
src/andromity/core/web.py
src/andromity/tui/__init__.py
src/andromity/tui/app.py
src/andromity/tui/footer.py
src/andromity/tui/markup_utils.py
src/andromity/tui/overlays/__init__.py
src/andromity/tui/overlays/batch_review.py
src/andromity/tui/overlays/cron.py
src/andromity/tui/overlays/model.py
src/andromity/tui/overlays/profile.py
src/andromity/tui/overlays/session.py
src/andromity/tui/overlays/settings.py
src/andromity/tui/overlays/trust.py
src/andromity/tui/overlays/undo.py
src/andromity/tui/panels/__init__.py
src/andromity/tui/panels/chat.py
src/andromity/tui/panels/diff.py
src/andromity/tui/panels/filetree.py
src/andromity/tui/panels/plan.py
tests/test_agent.py
tests/test_config.py
tests/test_events.py
tests/test_git.py
tests/test_mcp.py
tests/test_permissions.py
tests/test_planner.py
tests/test_profiles.py
tests/test_search.py
tests/test_session.py
tests/test_todo.py
tests/test_tools.py
tests/test_undo.py
tests/test_web.py