-
-
Notifications
You must be signed in to change notification settings - Fork 185
2.3.12 Satellite: TextGrad
av edited this page Dec 21, 2025
·
3 revisions
Handle:
textgrad
URL: http://localhost:34001

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.
# [Optional] pre-build if needed
harobr build textgrad
# Start the service
harbor up textgrad
# Open JupyterLab server
harbor open textgradChange Jupyterlab server port on yout host
harbor config set textgrad.host.port 8888