LICENSE
README.md
__init__.py
pyproject.toml
./__init__.py
./adapters/__init__.py
./adapters/base.py
./adapters/fastmcp_adapter.py
./adapters/raw_server_adapter.py
./backends/__init__.py
./backends/base_provider.py
./backends/plan_backend.py
./backends/search_backend.py
./backends/vanilla_backend.py
./core/__init__.py
./core/plan_schema.py
./core/sharable.py
./core/telemetry.py
./core/widget.py
./examples/mysql_migration/__init__.py
./examples/mysql_migration/flat.py
./examples/mysql_migration/plan.py
./examples/mysql_migration/staged.py
./examples/mysql_migration/tools.py
./state/__init__.py
./state/base.py
./state/memory.py
./state/postgres.py
./templates/chatgpt/README.md
./templates/chatgpt/main.py
./templates/chatgpt/requirements.txt
./templates/chatgpt/assets/package.json
./templates/chatgpt/assets/entrypoints/pizzaz-albums.html
./templates/chatgpt/assets/entrypoints/pizzaz-carousel.html
./templates/chatgpt/assets/entrypoints/pizzaz-list.html
./templates/chatgpt/assets/entrypoints/pizzaz-shop.html
./templates/chatgpt/assets/entrypoints/pizzaz.html
./templates/chatgpt/assets/src/pizzaz/markers.json
./templates/chatgpt/assets/src/pizzaz-albums/albums.json
adapters/__init__.py
adapters/base.py
adapters/fastmcp_adapter.py
adapters/raw_server_adapter.py
backends/__init__.py
backends/base_provider.py
backends/plan_backend.py
backends/search_backend.py
backends/vanilla_backend.py
concierge_cli/__init__.py
concierge_sdk.egg-info/PKG-INFO
concierge_sdk.egg-info/SOURCES.txt
concierge_sdk.egg-info/dependency_links.txt
concierge_sdk.egg-info/entry_points.txt
concierge_sdk.egg-info/requires.txt
concierge_sdk.egg-info/top_level.txt
core/__init__.py
core/plan_schema.py
core/sharable.py
core/telemetry.py
core/widget.py
examples/mysql_migration/__init__.py
examples/mysql_migration/flat.py
examples/mysql_migration/plan.py
examples/mysql_migration/staged.py
examples/mysql_migration/tools.py
state/__init__.py
state/base.py
state/memory.py
state/postgres.py
templates/chatgpt/README.md
templates/chatgpt/main.py
templates/chatgpt/requirements.txt
templates/chatgpt/assets/package.json
templates/chatgpt/assets/entrypoints/pizzaz-albums.html
templates/chatgpt/assets/entrypoints/pizzaz-carousel.html
templates/chatgpt/assets/entrypoints/pizzaz-list.html
templates/chatgpt/assets/entrypoints/pizzaz-shop.html
templates/chatgpt/assets/entrypoints/pizzaz.html
templates/chatgpt/assets/src/pizzaz/markers.json
templates/chatgpt/assets/src/pizzaz-albums/albums.json
tests/test_state.py
tests/test_widget.py