README.md
pyproject.toml
app/__init__.py
app/agent/__init__.py
app/agent/agent.py
app/agent/followup.py
app/agent/intent_agent.py
app/agent/memory.py
app/agent/sql_metadata.py
app/agent/sql_quality.py
app/agent/sql_quoter.py
app/agent/validator.py
app/cli/__init__.py
app/cli/diagnostics.py
app/cli/formatting.py
app/cli/history.py
app/cli/main.py
app/core/__init__.py
app/core/config.py
app/db/__init__.py
app/db/connection.py
app/db/query_executor.py
app/db/schema_loader.py
app/db/ssh_tunnel.py
app/llm/__init__.py
app/llm/intent_classifier.py
app/llm/ollama_client.py
app/llm/prompt_builder.py
app/llm/sql_generator.py
pgnode.egg-info/PKG-INFO
pgnode.egg-info/SOURCES.txt
pgnode.egg-info/dependency_links.txt
pgnode.egg-info/entry_points.txt
pgnode.egg-info/requires.txt
pgnode.egg-info/top_level.txt
tests/test_cli_launch.py
tests/test_config.py
tests/test_diagnostics.py
tests/test_followup.py
tests/test_formatting.py
tests/test_formatting_id.py
tests/test_intent_classifier.py
tests/test_prompt_builder.py
tests/test_sql_quality.py
tests/test_sql_quoter.py
tests/test_ssh_tunnel.py
tests/test_validator.py