LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
tests/test_basics.py
textgrad/__init__.py
textgrad/config.py
textgrad/defaults.py
textgrad/loss.py
textgrad/model.py
textgrad/prompts.py
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/reduce_prompts.py
textgrad/autograd/string_based_ops.py
textgrad/engine/__init__.py
textgrad/engine/anthropic.py
textgrad/engine/base.py
textgrad/engine/cohere.py
textgrad/engine/gemini.py
textgrad/engine/openai.py
textgrad/engine/together.py
textgrad/optimizer/__init__.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