LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
samples/conversation_chat_session.py
samples/conversation_create.py
samples/conversation_delete.py
samples/conversations_list.py
samples/create_ai_credential.py
samples/delete_ai_credential.py
samples/disable_ai_provider.py
samples/enable_ai_provider.py
samples/profile_chat.py
samples/profile_create.py
samples/profile_delete.py
samples/profile_explain_sql.py
samples/profile_feedback.py
samples/profile_gen_multi_table_synthetic_data.py
samples/profile_gen_single_table_synthetic_data.py
samples/profile_narrate.py
samples/profile_run_sql.py
samples/profile_show_sql.py
samples/profile_summarize_content.py
samples/profile_summarize_uri.py
samples/profile_translate.py
samples/profiles_list.py
samples/select_ai_grant_privilege.py
samples/select_ai_revoke_privilege.py
samples/vector_index_create.py
samples/vector_index_delete.py
samples/vector_index_fetch.py
samples/vector_index_list.py
samples/vector_index_rag.py
samples/vector_index_update_attributes.py
samples/agent/agent_create.py
samples/agent/movie_analyst.py
samples/agent/task_create.py
samples/agent/tasks_list.py
samples/agent/team_create.py
samples/agent/tool_create.py
samples/agent/tool_delete.py
samples/agent/tools_list.py
samples/agent/websearch_agent.py
samples/agent/async/agent_create.py
samples/agent/async/agents_list.py
samples/agent/async/movie_analyst.py
samples/agent/async/task_create.py
samples/agent/async/tasks_list.py
samples/agent/async/team_create.py
samples/agent/async/teams_list.py
samples/agent/async/tool_create.py
samples/agent/async/tools_list.py
samples/agent/async/websearch_agent.py
samples/async/conversation_chat_session.py
samples/async/conversations_list.py
samples/async/create_ai_credential.py
samples/async/delete_ai_credential.py
samples/async/disable_ai_provider.py
samples/async/enable_ai_provider.py
samples/async/profile_chat.py
samples/async/profile_create.py
samples/async/profile_explain_sql.py
samples/async/profile_feedback.py
samples/async/profile_gen_multi_table_synthetic_data.py
samples/async/profile_gen_single_table_synthetic_data.py
samples/async/profile_pipeline.py
samples/async/profile_run_sql.py
samples/async/profile_show_sql.py
samples/async/profile_sql_concurrent_tasks.py
samples/async/profile_summarize_content.py
samples/async/profile_summarize_uri.py
samples/async/profile_translate.py
samples/async/profiles_list.py
samples/async/select_ai_grant_privilege.py
samples/async/select_ai_revoke_privilege.py
samples/async/vector_index_create.py
samples/async/vector_index_delete.py
samples/async/vector_index_fetch.py
samples/async/vector_index_list.py
samples/async/vector_index_rag.py
samples/async/vector_index_update_attributes.py
src/select_ai/__init__.py
src/select_ai/_abc.py
src/select_ai/_enums.py
src/select_ai/_validations.py
src/select_ai/action.py
src/select_ai/async_profile.py
src/select_ai/base_profile.py
src/select_ai/conversation.py
src/select_ai/credential.py
src/select_ai/db.py
src/select_ai/errors.py
src/select_ai/feedback.py
src/select_ai/privilege.py
src/select_ai/profile.py
src/select_ai/provider.py
src/select_ai/sql.py
src/select_ai/summary.py
src/select_ai/synthetic_data.py
src/select_ai/vector_index.py
src/select_ai/version.py
src/select_ai.egg-info/PKG-INFO
src/select_ai.egg-info/SOURCES.txt
src/select_ai.egg-info/dependency_links.txt
src/select_ai.egg-info/requires.txt
src/select_ai.egg-info/top_level.txt
src/select_ai/agent/__init__.py
src/select_ai/agent/core.py
src/select_ai/agent/sql.py
src/select_ai/agent/task.py
src/select_ai/agent/team.py
src/select_ai/agent/tool.py
tests/conftest.py
tests/create_schema.py
tests/test_1000_basic_sanity.py
tests/test_1100_basic_sanity_async.py
tests/agents/conftest.py
tests/agents/test_3000_tools.py
tests/agents/test_3100_tasks.py
tests/agents/test_3200_agents.py
tests/agents/test_3300_teams.py
tests/agents/test_3400_async_tools.py
tests/agents/test_3500_async_tasks.py
tests/agents/test_3600_async_agents.py
tests/agents/test_3700_async_teams.py
tests/gsd/conftest.py
tests/gsd/test_2000_synthetic_data.py
tests/gsd/test_2100_synthetic_data_async.py
tests/profiles/conftest.py
tests/profiles/test_1200_profile.py
tests/profiles/test_1300_profile_async.py
tests/profiles/test_1400_conversation.py
tests/profiles/test_1500_conversation_async.py
tests/profiles/test_1600_generate.py
tests/profiles/test_1700_generate_async.py
tests/profiles/test_1800_chat_session.py
tests/profiles/test_1900_chat_session_async.py