LICENSE
MANIFEST.in
README.md
pyproject.toml
gat_llm/__init__.py
gat_llm/connector_mcp.py
gat_llm/llm_interface.py
gat_llm/llm_invoker.py
gat_llm.egg-info/PKG-INFO
gat_llm.egg-info/SOURCES.txt
gat_llm.egg-info/dependency_links.txt
gat_llm.egg-info/requires.txt
gat_llm.egg-info/top_level.txt
gat_llm/llm_providers/__init__.py
gat_llm/llm_providers/anthropic.py
gat_llm/llm_providers/aws_bedrock.py
gat_llm/llm_providers/aws_bedrock_cohere.py
gat_llm/llm_providers/aws_bedrock_nova.py
gat_llm/llm_providers/aws_bedrock_via_openai.py
gat_llm/llm_providers/base_service.py
gat_llm/llm_providers/deepseek.py
gat_llm/llm_providers/grok.py
gat_llm/llm_providers/maritaca.py
gat_llm/llm_providers/ollama.py
gat_llm/llm_providers/openai.py
gat_llm/llm_providers/vllm.py
gat_llm/prompts/__init__.py
gat_llm/prompts/prompt_GAT.txt
gat_llm/prompts/prompt_base.txt
gat_llm/prompts/prompt_generator.py
gat_llm/prompts/.ipynb_checkpoints/prompt_base-checkpoint.txt
gat_llm/tools/__init__.py
gat_llm/tools/base.py
gat_llm/tools/do_date_math.py
gat_llm/tools/get_webpage_contents.py
gat_llm/tools/image_edit.py
gat_llm/tools/make_custom_plot.py
gat_llm/tools/make_qr_code.py
gat_llm/tools/plot_with_graphviz.py
gat_llm/tools/query_database.py
gat_llm/tools/query_database_sales_data_sample.csv
gat_llm/tools/read_file_names_in_local_folder.py
gat_llm/tools/read_local_file.py
gat_llm/tools/run_with_python.py
gat_llm/tools/select_video_frames.py
gat_llm/tools/solve_numeric.py
gat_llm/tools/solve_python_code.py
gat_llm/tools/solve_symbolic.py
gat_llm/tools/speech_to_text.py
gat_llm/tools/speech_transcribe_analyze.py
gat_llm/tools/summarize_past.py
gat_llm/tools/text_to_image.py
gat_llm/tools/text_to_speech.py
gat_llm/tools/update_user_details.py
gat_llm/tools/use_ffmpeg.py
gat_llm/tools/write_local_file.py
tests/test_llm_interface.py
tests/test_llm_invoker.py
tests/test_tool_date_math.py
tests/test_tool_get_webpage_contents.py
tests/test_tool_make_custom_plot.py
tests/test_tool_make_qr_code.py
tests/test_tool_plot_with_graphviz.py
tests/test_tool_query_database.py
tests/test_tool_read_file_names_in_local_folder.py
tests/test_tool_read_local_file.py
tests/test_tool_solve_numeric.py
tests/test_tool_solve_python_code.py
tests/test_tool_solve_symbolic.py
tests/test_tool_summarize_past.py
tests/test_tool_update_user_details.py
tests/test_tool_use_ffmpeg.py
tests/test_tool_write_local_file.py