pyproject.toml
src/tabula_ai/cli.py
src/tabula_ai.egg-info/PKG-INFO
src/tabula_ai.egg-info/SOURCES.txt
src/tabula_ai.egg-info/dependency_links.txt
src/tabula_ai.egg-info/entry_points.txt
src/tabula_ai.egg-info/requires.txt
src/tabula_ai.egg-info/top_level.txt
src/tabula_ai/agent/__init__.py
src/tabula_ai/agent/sheets_agent.py
src/tabula_ai/authentication/__init__.py
src/tabula_ai/authentication/google_auth.py
src/tabula_ai/authentication/test_authentication.py
src/tabula_ai/config/settings.py
src/tabula_ai/db/__init__.py
src/tabula_ai/db/connection.py
src/tabula_ai/db/memory.py
src/tabula_ai/instructions/__init__.py
src/tabula_ai/instructions/sheet_agent_instruction.py
src/tabula_ai/tools/__init__.py
src/tabula_ai/tools/add_sheet.py
src/tabula_ai/tools/append_rows.py
src/tabula_ai/tools/clear_range.py
src/tabula_ai/tools/create_spreadsheet.py
src/tabula_ai/tools/delete_sheet.py
src/tabula_ai/tools/delete_spreadsheet.py
src/tabula_ai/tools/evaluate_formula.py
src/tabula_ai/tools/get_spreadsheet_schema.py
src/tabula_ai/tools/get_tools.py
src/tabula_ai/tools/open_spreadsheet.py
src/tabula_ai/tools/read_range.py
src/tabula_ai/tools/rename_spreadsheet.py
src/tabula_ai/tools/sheets_service.py
src/tabula_ai/tools/web_search.py
src/tabula_ai/tools/write_formula.py
src/tabula_ai/tools/write_range.py