TextGrad
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
harobr build tinygrad
# Start the service
harbor up textgrad
# Open JupyterLab server
harbor open textgradSee the sample notebook to get started
