{"id":50331171,"url":"https://github.com/zou-group/TextGrad","last_synced_at":"2026-06-15T00:01:40.797Z","repository":{"id":243934723,"uuid":"813368909","full_name":"zou-group/textgrad","owner":"zou-group","description":"TextGrad: Automatic ''Differentiation'' via Text -- using large language models to backpropagate textual gradients.","archived":false,"fork":false,"pushed_at":"2025-07-22T03:48:35.000Z","size":10435,"stargazers_count":2766,"open_issues_count":57,"forks_count":233,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-07-22T05:36:55.226Z","etag":null,"topics":["ai-optimization","compound-systems","large-language-models","prompt-optimization","textual-gradients"],"latest_commit_sha":null,"homepage":"http://textgrad.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zou-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-11T00:34:56.000Z","updated_at":"2025-07-22T03:48:37.000Z","dependencies_parsed_at":"2024-09-08T21:45:23.071Z","dependency_job_id":"95507f26-5739-48f6-8323-c2496d6cb3dd","html_url":"https://github.com/zou-group/textgrad","commit_stats":{"total_commits":99,"total_committers":17,"mean_commits":5.823529411764706,"dds":0.5858585858585859,"last_synced_commit":"122b599b05aa7b0513e185c13cb0181ee876086b"},"previous_names":["zou-group/textgrad"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zou-group/textgrad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zou-group%2Ftextgrad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zou-group%2Ftextgrad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zou-group%2Ftextgrad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zou-group%2Ftextgrad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zou-group","download_url":"https://codeload.github.com/zou-group/textgrad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zou-group%2Ftextgrad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34342089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-optimization","compound-systems","large-language-models","prompt-optimization","textual-gradients"],"created_at":"2026-05-29T10:00:21.193Z","updated_at":"2026-06-15T00:01:40.757Z","avatar_url":"https://github.com/zou-group.png","language":"Python","funding_links":[],"categories":["自我进化"],"sub_categories":[],"readme":"![Logo](assets/logo_full.png)\n\n\u003c!--- BADGES: START ---\u003e\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Prompt-Optimization.ipynb)\n[![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)][#license-gh-package]\n[![Nature](https://img.shields.io/badge/Nature-Paper-green?logo=nature\u0026logoColor=white)](https://www.nature.com/articles/s41586-025-08661-4)\n[![Arxiv](https://img.shields.io/badge/arXiv-2406.07496-B31B1B.svg)][#arxiv-paper-package]\n[![Documentation Status](https://readthedocs.org/projects/textgrad/badge/?version=latest)][#docs-package]\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textgrad)][#pypi-package]\n[![PyPI](https://img.shields.io/pypi/v/textgrad)][#pypi-package]\n[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/textgrad?logo=anaconda\u0026style=flat)][#conda-forge-package]\n[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/textgrad?logo=anaconda\u0026style=flat\u0026color=orange)][#conda-forge-package]\n\n[#license-gh-package]: https://lbesson.mit-license.org/\n[#arxiv-paper-package]: https://arxiv.org/abs/2406.07496\n[#docs-package]: https://textgrad.readthedocs.io/en/latest/?badge=latest\n[#pypi-package]: https://pypi.org/project/textgrad/\n[#conda-forge-package]: https://anaconda.org/conda-forge/textgrad\n[#nature-link]: https://www.nature.com/articles/s41586-025-08661-4\n\n\u003c!--- BADGES: END ---\u003e\n\n## TextGrad: Automatic ''Differentiation'' via Text\n\nAn autograd engine -- for textual gradients!\n\nTextGrad is a powerful framework  building automatic ``differentiation'' via text.\nTextGrad implements backpropagation through text feedback provided by LLMs, strongly building on the gradient metaphor\n\nWe provide a simple and intuitive API that allows you to define your own loss functions and optimize them using text feedback.\nThis API is similar to the Pytorch API, making it simple to adapt to your usecases.\n\n![Analogy with Torch](assets/analogy.png)\n\n\n### Updates:\n\n**19th March 2025**\n\nTextGrad published in [Nature](https://www.nature.com/articles/s41586-025-08661-4)!\n\n**Past Updates**:\n\nWe are introducing a new engine based on [litellm](https://github.com/BerriAI/litellm). This should allow\nyou to use any model you like, as long as it is supported by litellm. This means that now\n**Bedrock, Together, Gemini and even more** are all supported by TextGrad!\n\nThis should be seen as experimental but we plan to depreciate the old engines in the future.\n\nIn addition to this, with the new engines it should be easy to enable and disable caching.  \n\nWe are in the process of testing these new engines and deprecating the old engines. If you have any issues, please let us know!\n\nThe new litellm engines can be loaded with the following code: \n\nAn example of loading a litellm engine:\n```python\nengine = get_engine(\"experimental:gpt-4o\", cache=False)\n\n# this also works with\n\nset_backward_engine(\"experimental:gpt-4o\", cache=False)\n```\n\nBe sure to set the relevant environment variables for the new engines!\n\nAn example of forward pass:\n```python\n\nimport httpx\nfrom textgrad.engine_experimental.litellm import LiteLLMEngine\n\nLiteLLMEngine(\"gpt-4o\", cache=True).generate(content=\"hello, what's 3+4\", system_prompt=\"you are an assistant\")\n\nimage_url = \"https://upload.wikimedia.org/wikipedia/commons/a/a7/Camponotus_flavomarginatus_ant.jpg\"\nimage_data = httpx.get(image_url).content\n\nLiteLLMEngine(\"gpt-4o\", cache=True).generate(content=[image_data, \"what is this my boy\"], system_prompt=\"you are an assistant\")\n```\n\nIn the examples folder you will find two new notebooks that show how to use the new engines.\n\n\n## QuickStart\nIf you know PyTorch, you know 80% of TextGrad.\nLet's walk through the key components with a simple example. Say we want to use GPT-4o to solve a simple\nreasoning problem.\n\nThe question is *If it takes 1 hour to dry 25 shirts under the sun, how long will it take to dry 30 shirts under the sun? Reason step by step.* (Thanks, [Reddit User](https://www.reddit.com/r/OpenAI/comments/18q479x/comment/kf444es/))\n\n```python\nimport textgrad as tg\n\ntg.set_backward_engine(\"gpt-4o\", override=True)\n\n# Step 1: Get an initial response from an LLM.\nmodel = tg.BlackboxLLM(\"gpt-4o\")\nquestion_string = (\"If it takes 1 hour to dry 25 shirts under the sun, \"\n                   \"how long will it take to dry 30 shirts under the sun? \"\n                   \"Reason step by step\")\n\nquestion = tg.Variable(question_string,\n                       role_description=\"question to the LLM\",\n                       requires_grad=False)\n\nanswer = model(question)\n```\n\n\u003e :warning: **answer: To determine how long it will take to dry 30 shirts under the sun,**\n\u003e **we can use a proportional relationship based on the given information.**\n\u003e **Here’s the step-by-step reasoning: [.....]**\n\u003e **So, it will take 1.2 hours (or 1 hour and 12 minutes) to dry 30 shirts under the sun.**\n\n\nAs you can see, **the model's answer is incorrect.** We can optimize the answer using TextGrad to get the correct answer.\n\n```python\n\nanswer.set_role_description(\"concise and accurate answer to the question\")\n\n# Step 2: Define the loss function and the optimizer, just like in PyTorch!\n# Here, we don't have SGD, but we have TGD (Textual Gradient Descent)\n# that works with \"textual gradients\".\noptimizer = tg.TGD(parameters=[answer])\nevaluation_instruction = (f\"Here's a question: {question_string}. \"\n                           \"Evaluate any given answer to this question, \"\n                           \"be smart, logical, and very critical. \"\n                           \"Just provide concise feedback.\")\n\n\n# TextLoss is a natural-language specified loss function that describes\n# how we want to evaluate the reasoning.\nloss_fn = tg.TextLoss(evaluation_instruction)\n```\n\u003e :brain: **loss: [...] Your step-by-step reasoning is clear and logical,**\n\u003e **but it contains a critical flaw in the assumption that drying time is**\n\u003e **directly proportional to the number of shirts. [...]**\n\n```python\n# Step 3: Do the loss computation, backward pass, and update the punchline.\n# Exact same syntax as PyTorch!\nloss = loss_fn(answer)\nloss.backward()\noptimizer.step()\nanswer\n```\n\n\u003e :white_check_mark: **answer: It will still take 1 hour to dry 30 shirts under the sun,**\n\u003e **assuming they are all laid out properly to receive equal sunlight.**\n\nWe have many more examples around how TextGrad can optimize all kinds of variables -- code, solutions to problems, molecules, prompts, and all that!\n\n### Tutorials\n\nWe have prepared a couple of tutorials to get you started with TextGrad. The order of this\ntutorial is what we would recommend to follow for a beginner. You can run them directly in Google Colab by clicking on the links below (but\nyou need an OpenAI/Anthropic key to run the LLMs).\n\n\u003cdiv align=\"center\"\u003e\n\n| Tutorial                                           | Difficulty                                                      | Colab Link                                                                                                                                                                                                    |\n|----------------------------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| 1. Introduction to TextGrad Primitives             | ![](https://img.shields.io/badge/Level-Beginner-green.svg)      | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Tutorial-Primitives.ipynb)              |\n| 2. Solution Optimization                           | ![](https://img.shields.io/badge/Level-Beginner-green.svg)      | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Tutorial-Solution-Optimization.ipynb)   |\n| 3. Optimizing a Code Snippet and Define a New Loss | ![](https://img.shields.io/badge/Level-Beginner-green.svg)      | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/textgrad/blob/main/examples/notebooks/Tutorial-Test-Time-Loss-for-Code.ipynb) |\n| 4. Prompt Optimization                             | ![](https://img.shields.io/badge/Level-Intermediate-yellow.svg) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Tutorial-Prompt-Optimization.ipynb)     |\n| 5. MultiModal Optimization                         | ![](https://img.shields.io/badge/Level-Beginner-green.svg)      | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Tutorial-MultiModal.ipynb)              |\n\n\u003c/div\u003e\n\n\n\n### Installation\n\nYou can install TextGrad using any of the following methods.\n\n**With `pip`**:\n\n```bash\npip install textgrad\n```\n\n**With `conda`**:\n\n```sh\nconda install -c conda-forge textgrad\n```\n\n\u003e :bulb: The conda-forge package for `textgrad` is maintained [here](https://github.com/conda-forge/textgrad-feedstock).\n\n**Bleeding edge installation with `pip`**:\n\n```sh\npip install git+https://github.com/zou-group/textgrad.git\n```\n\n**Installing textgrad with vllm**:\n\n```sh\npip install textgrad[vllm]\n```\n\nSee [here](https://pip.pypa.io/en/stable/cli/pip_install/) for more details on various methods of pip installation.\n\n## More detailed examples\n\n### Minimal Instance Optimization Example\n\nTextGrad can optimize unstructured variables, such as text. Let us have an initial solution to a math problem that we want to improve. Here's how to do it with TextGrad, using GPT-4o:\n\n```python\ntg.set_backward_engine(\"gpt-4o\")\n\ninitial_solution = \"\"\"To solve the equation 3x^2 - 7x + 2 = 0, we use the quadratic formula:\nx = (-b ± √(b^2 - 4ac)) / 2a\na = 3, b = -7, c = 2\nx = (7 ± √((-7)^2 - 4 * 3(2))) / 6\nx = (7 ± √(7^3) / 6\nThe solutions are:\nx1 = (7 + √73)\nx2 = (7 - √73)\"\"\"\n\n# Define the variable to optimize, let requires_grad=True to enable gradient computation\nsolution = tg.Variable(initial_solution,\n                       requires_grad=True,\n                       role_description=\"solution to the math question\")\n\n# Define the optimizer, let the optimizer know which variables to optimize, and run the loss function\n\nloss_fn = tg.TextLoss(\"You will evaluate a solution to a math question. Do not attempt to solve it yourself, do not give a solution, only identify errors. Be super concise.\")\n\noptimizer = tg.TGD(parameters=[solution])\nloss = loss_fn(solution)\n```\n\nOutput:\n\u003e Variable(value=Errors:\n\u003e 1. Incorrect sign in the discriminant calculation: it should be b^2 - 4ac, not b^2 + 4ac.\n\u003e 2. Incorrect simplification of the quadratic formula: the denominator should be 2a, not 6.\n\u003e 3. Final solutions are missing the division by 2a., role=response from the language model, grads=)\n\n```python\nloss.backward()\noptimizer.step()\nprint(solution.value)\n```\n\nOutput:\n\u003e To solve the equation 3x^2 - 7x + 2 = 0, we use the quadratic formula:\n\u003e x = (-b ± √(b^2 - 4ac)) / 2a\n\u003e\n\u003e Given:\n\u003e a = 3, b = -7, c = 2\n\u003e\n\u003e Substitute the values into the formula:\n\u003e x = (7 ± √((-7)^2 - 4(3)(2))) / 6\n\u003e x = (7 ± √(49 - 24)) / 6\n\u003e x = (7 ± √25) / 6\n\u003e x = (7 ± 5) / 6\n\u003e\n\u003e The solutions are:\n\u003e x1 = (7 + 5) / 6 = 12 / 6 = 2\n\u003e x2 = (7 - 5) / 6 = 2 / 6 = 1/3\n\n### Minimal Prompt Optimization Example\nTextGrad can also optimize prompts in PyTorch style! Here's how to do it with TextGrad, using GPT-4o for feedback, and optimizing a prompt for gpt-3.5-turbo:\n```python\nimport textgrad as tg\nfrom textgrad.tasks import load_task\n\nllm_engine = tg.get_engine(\"gpt-3.5-turbo\")\ntg.set_backward_engine(\"gpt-4o\")\n\n_, val_set, _, eval_fn = load_task(\"BBH_object_counting\", llm_engine)\nquestion_str, answer_str = val_set[0]\nquestion = tg.Variable(question_str, role_description=\"question to the LLM\", requires_grad=False)\nanswer = tg.Variable(answer_str, role_description=\"answer to the question\", requires_grad=False)\n```\n\nQuestion:\n\u003e I have two stalks of celery, two garlics, a potato, three heads of broccoli, a carrot, and a yam. How many vegetables do I have?\n\nGround Truth Answer:\n\u003e 10\n\n```python\nsystem_prompt = tg.Variable(\"You are a concise LLM. Think step by step.\",\n                            requires_grad=True,\n                            role_description=\"system prompt to guide the LLM's reasoning strategy for accurate responses\")\n\nmodel = tg.BlackboxLLM(llm_engine, system_prompt=system_prompt)\noptimizer = tg.TGD(parameters=list(model.parameters()))\n\nprediction = model(question)\n```\n\nPrediction:\n\u003e You have a total of seven vegetables: two stalks of celery, two garlics, one potato, three heads of broccoli, one carrot, and one yam.\n\n```python\nloss = eval_fn(inputs=dict(prediction=prediction, ground_truth_answer=answer))\n```\n\nLoss denoting accuracy:\n\u003e Variable(value=0, grads=)\n\n```python\nloss.backward()\n```\n\nSystem prompt gradients:\n\u003e ... 2. **Encourage Explicit Summation**: - The prompt should encourage the model to explicitly state the summation process. This can help in verifying the accuracy of the count. For example, \"Explain your calculations clearly and verify the total.\"....\n\n```python\noptimizer.step()\n```\n\nNew system prompt value:\n\u003e You are a concise LLM. Think step by step. Prioritize accuracy in your calculations. Identify and count each item individually. Explain your calculations clearly and verify the total. After calculating, review your steps to ensure the total is correct. If you notice a discrepancy in your count, re-evaluate the list and correct any mistakes.\n\n```python\nprediction = model(question)\n```\n\nNew prediction:\n\u003e Let's count the number of each vegetable:\n\u003e 1. Celery stalks: 2\n\u003e 2. Garlics: 2\n\u003e 3. Potato: 1\n\u003e 4. Broccoli heads: 3\n\u003e 5. Carrot: 1\n\u003e 6. Yam: 1\n\u003e\n\u003e Now, let's add up the total number of vegetables:\n\u003e 2 + 2 + 1 + 3 + 1 + 1 = 10\n\u003e\n\u003e You have a total of 10 vegetables.\n\n## Resources\n\n### Inspiration\nMany existing works greatly inspired this project! Here is a non-exhaustive list:\n- 📚 [PyTorch](https://github.com/pytorch/pytorch/) The one and only. We owe a ton to PyTorch, hard to do justice here.\n- 📚 [DSPy](https://github.com/stanfordnlp/dspy) is a pioneer in writing LM-based programs in many different ways! Has been a huge inspiration for us.\n- 📚 [Micrograd](https://github.com/karpathy/micrograd): A tiny autograd engine greatly inspired our simple design!\n- 📚 [ProTeGi](https://github.com/microsoft/LMOps/tree/main/prompt_optimization): We owe the term \"Textual Gradients\" to ProTeGi!\n- 📚 [Reflexion](https://github.com/noahshinn/reflexion): A self-reflection that showed us the power of text-based reflection!\n\n### Citation\n```bibtex\n@article{yuksekgonul2025optimizing,\n  title={Optimizing generative AI by backpropagating language model feedback},\n  author={Yuksekgonul, Mert and Bianchi, Federico and Boen, Joseph and Liu, Sheng and Lu, Pan and Huang, Zhi and Guestrin, Carlos and Zou, James},\n  journal={Nature},\n  volume={639},\n  pages={609--616},\n  year={2025},\n}\n```\n\n\n### Contributors\n\nWe are grateful for all the help we got from our contributors!\n\n\u003c!-- readme: contributors -start --\u003e\n\u003ctable\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/vinid\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/2234699?v=4\" width=\"100;\" alt=\"vinid\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eFederico Bianchi\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/mertyg\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/29640736?v=4\" width=\"100;\" alt=\"mertyg\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eMert Yuksekgonul\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/nihalnayak\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/5679782?v=4\" width=\"100;\" alt=\"nihalnayak\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eNihal Nayak\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/sugatoray\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/10201242?v=4\" width=\"100;\" alt=\"sugatoray\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eSugato Ray\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/lupantech\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/17663606?v=4\" width=\"100;\" alt=\"lupantech\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003ePan Lu\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/ruanwz\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/4874?v=4\" width=\"100;\" alt=\"ruanwz\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eDavid Ruan\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/sanowl\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/99511815?v=4\" width=\"100;\" alt=\"sanowl\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eSan \u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/huangzhii\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/10902358?v=4\" width=\"100;\" alt=\"huangzhii\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eZhi Huang\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/ajms\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/2394425?v=4\" width=\"100;\" alt=\"ajms\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eAlbert\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/tboen1\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/46495807?v=4\" width=\"100;\" alt=\"tboen1\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003etboen1\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/AtakanTekparmak\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/59488384?v=4\" width=\"100;\" alt=\"AtakanTekparmak\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eAtakan Tekparmak\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\u003ctbody\u003e\n\u003c/table\u003e\n\u003c!-- readme: contributors -end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzou-group%2FTextGrad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzou-group%2FTextGrad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzou-group%2FTextGrad/lists"}