Skip to content

2.3.12 Satellite: TextGrad

av edited this page Apr 11, 2026 · 4 revisions

Handle: textgrad
URL: http://localhost:34001

Logo

Open In Colab GitHub license Arxiv Documentation Status PyPI - Python Version PyPI Conda - Platform Conda (channel only)

An autograd engine -- for textual gradients!

TextGrad is a powerful framework building automatic ``differentiation'' via text. TextGrad implements backpropagation through text feedback provided by LLMs, strongly building on the gradient metaphor.

Starting

# [Optional] pre-build if needed
harbor build textgrad

# Start the service
harbor up textgrad

# Open JupyterLab server
harbor open textgrad

Configuration

Change Jupyterlab server port on your host

harbor config set textgrad.host.port 8888

Clone this wiki locally