LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/build/html/_sources/index.rst
docs/build/html/_sources/quickstart.rst
docs/build/html/_sources/textgrad.rst
docs/build/html/_sources/usage.rst
docs/build/html/_sources/modules/textgrad.engine.anthropic.rst
docs/build/html/_sources/modules/textgrad.engine.base.rst
docs/build/html/_sources/modules/textgrad.engine.llama.rst
docs/build/html/_sources/modules/textgrad.engine.openai.rst
docs/build/html/_sources/modules/textgrad.engine.rst
docs/build/html/_sources/modules/textgrad.loss.rst
docs/build/html/_sources/modules/textgrad.model.rst
docs/build/html/_sources/modules/textgrad.optimizer.optimizer.rst
docs/build/html/_sources/modules/textgrad.optimizer.prompts.rst
docs/build/html/_sources/modules/textgrad.optimizer.rst
docs/build/html/_sources/modules/textgrad.variable.rst
docs/build/html/_static/file.png
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/build/html/_static/images/logo_colab.png
tests/test_api.py
tests/test_basics.py
tests/test_engines.py
textgrad/__init__.py
textgrad/config.py
textgrad/defaults.py
textgrad/loss.py
textgrad/model.py
textgrad/prompts.py
textgrad/py.typed
textgrad/variable.py
textgrad.egg-info/PKG-INFO
textgrad.egg-info/SOURCES.txt
textgrad.egg-info/dependency_links.txt
textgrad.egg-info/not-zip-safe
textgrad.egg-info/requires.txt
textgrad.egg-info/top_level.txt
textgrad/autograd/__init__.py
textgrad/autograd/algebra.py
textgrad/autograd/function.py
textgrad/autograd/functional.py
textgrad/autograd/llm_backward_prompts.py
textgrad/autograd/llm_ops.py
textgrad/autograd/multimodal_backward_prompts.py
textgrad/autograd/multimodal_ops.py
textgrad/autograd/reduce_prompts.py
textgrad/autograd/string_based_ops.py
textgrad/engine/__init__.py
textgrad/engine/anthropic.py
textgrad/engine/base.py
textgrad/engine/bedrock.py
textgrad/engine/cohere.py
textgrad/engine/engine_utils.py
textgrad/engine/gemini.py
textgrad/engine/groq.py
textgrad/engine/guidance.py
textgrad/engine/local_model_openai_api.py
textgrad/engine/openai.py
textgrad/engine/together.py
textgrad/engine/vllm.py
textgrad/engine_experimental/__init__.py
textgrad/engine_experimental/base.py
textgrad/engine_experimental/engine_utils.py
textgrad/engine_experimental/litellm.py
textgrad/engine_experimental/openai.py
textgrad/optimizer/__init__.py
textgrad/optimizer/guidance_optimizer.py
textgrad/optimizer/optimizer.py
textgrad/optimizer/optimizer_prompts.py
textgrad/tasks/__init__.py
textgrad/tasks/base.py
textgrad/tasks/big_bench_hard.py
textgrad/tasks/gpqa.py
textgrad/tasks/gsm8k.py
textgrad/tasks/leetcode.py
textgrad/tasks/mmlu.py
textgrad/tasks/multimodal/__init__.py
textgrad/tasks/multimodal/mathvista.py
textgrad/tasks/multimodal/scienceqa.py
textgrad/utils/image_utils.py