LICENSE
README.md
pyproject.toml
amx/__init__.py
amx/cli.py
amx/cli_analyze_flow.py
amx/cli_code.py
amx/cli_db.py
amx/cli_docs.py
amx/cli_history.py
amx/cli_manual.py
amx/cli_profiles.py
amx/cli_run.py
amx/config.py
amx/pending_review.py
amx/agents/__init__.py
amx/agents/base.py
amx/agents/code_agent.py
amx/agents/equivalence.py
amx/agents/equivalence_agent.py
amx/agents/orchestrator.py
amx/agents/profile_agent.py
amx/agents/rag_agent.py
amx/agents/_orchestrator/__init__.py
amx/agents/_orchestrator/table_processor.py
amx/agents/tools/__init__.py
amx/agents/tools/schema_explorer.py
amx/cli_support/__init__.py
amx/cli_support/catalog_picker.py
amx/cli_support/root_commands.py
amx/cli_support/session.py
amx/cli_support/slash_commands.py
amx/cli_support/commands/__init__.py
amx/cli_support/commands/analyze_flow.py
amx/cli_support/commands/chat_session.py
amx/cli_support/commands/code.py
amx/cli_support/commands/compare.py
amx/cli_support/commands/db.py
amx/cli_support/commands/docs.py
amx/cli_support/commands/doctor.py
amx/cli_support/commands/embeddings.py
amx/cli_support/commands/history.py
amx/cli_support/commands/history_store.py
amx/cli_support/commands/manual.py
amx/cli_support/commands/profiles.py
amx/cli_support/commands/run.py
amx/cli_support/commands/search.py
amx/cli_support/commands/usage.py
amx/cli_support/commands/_analyze/__init__.py
amx/cli_support/commands/_analyze/interrupt.py
amx/cli_support/commands/_analyze/run_loop.py
amx/cli_support/commands/_analyze/run_summary.py
amx/codebase/__init__.py
amx/codebase/analyzer.py
amx/codebase/cache.py
amx/codebase/code_rag.py
amx/core/__init__.py
amx/core/application.py
amx/core/ask_agent.py
amx/core/errors.py
amx/core/inference.py
amx/core/metadata.py
amx/core/state.py
amx/core/token_budget.py
amx/db/__init__.py
amx/db/connector.py
amx/db/adapters/__init__.py
amx/db/adapters/base.py
amx/db/adapters/bigquery.py
amx/db/adapters/clickhouse.py
amx/db/adapters/databricks.py
amx/db/adapters/duckdb.py
amx/db/adapters/mssql.py
amx/db/adapters/mysql.py
amx/db/adapters/oracle.py
amx/db/adapters/postgresql.py
amx/db/adapters/redshift.py
amx/db/adapters/snowflake.py
amx/docs/__init__.py
amx/docs/rag.py
amx/docs/scanner.py
amx/llm/__init__.py
amx/llm/batch.py
amx/llm/provider.py
amx/search/__init__.py
amx/search/agent.py
amx/search/agent_tools.py
amx/search/catalog.py
amx/search/confidence.py
amx/search/embeddings.py
amx/search/index.py
amx/search/service.py
amx/search/session_store.py
amx/search/tool_agent.py
amx/search/_agent/__init__.py
amx/search/_agent/_types.py
amx/search/_agent/answering.py
amx/search/_agent/deterministic.py
amx/search/_agent/planning.py
amx/search/_agent/resolution.py
amx/search/_agent/retrieval.py
amx/search/_agent/session_memory.py
amx/search/_agent/short_circuits.py
amx/search/_catalog/__init__.py
amx/search/_catalog/_constants.py
amx/search/_catalog/_db_profile_clause.py
amx/search/_catalog/entity_crud.py
amx/search/_catalog/join.py
amx/search/_catalog/search.py
amx/search/_catalog/settings.py
amx/search/_catalog/sync.py
amx/search/_catalog/usage.py
amx/services/__init__.py
amx/services/analyze_scope.py
amx/services/manual_metadata.py
amx/services/profile_scope.py
amx/storage/__init__.py
amx/storage/dual_write.py
amx/storage/factory.py
amx/storage/migration.py
amx/storage/protocol.py
amx/storage/secrets.py
amx/storage/shared_schema.py
amx/storage/sqlalchemy_store.py
amx/storage/sqlite_store.py
amx/utils/__init__.py
amx/utils/console.py
amx/utils/crash.py
amx/utils/live_commands.py
amx/utils/live_display.py
amx/utils/logging.py
amx/utils/token_tracker.py
amx_cli.egg-info/PKG-INFO
amx_cli.egg-info/SOURCES.txt
amx_cli.egg-info/dependency_links.txt
amx_cli.egg-info/entry_points.txt
amx_cli.egg-info/requires.txt
amx_cli.egg-info/top_level.txt
tests/test_chat_sessions.py
tests/test_cli_integration.py
tests/test_compare.py
tests/test_console_esc_cancel.py
tests/test_db_multi_backend_expansion.py
tests/test_db_profile_optional_database.py
tests/test_doctor_and_schema.py
tests/test_dual_write_outbox.py
tests/test_history_migration.py
tests/test_history_store_capability_gating.py
tests/test_history_store_collaboration.py
tests/test_history_store_pull.py
tests/test_postgresql_list_databases_filter.py
tests/test_profile_scope.py
tests/test_public_api_contract.py
tests/test_regressions.py
tests/test_search_catalog.py
tests/test_search_catalog_multi_profile.py
tests/test_shared_history_protocol.py
tests/test_shared_schema_comments.py