Commit Graph

2 Commits (2cd907ad7eeda9be3ecfb0025f4d1befe47ec9a0)

Author SHA1 Message Date
Erick Friis d83b720c40
templates: readme langsmith not private beta (#20173) 3 months ago
Joshua Sundance Bailey cfd27b1786
python-lint (#14689)
# Description: _python-lint_

This agent writes Python code that is formatted and linted using
`black`, `ruff`, and `mypy`, but does not execute the code. It writes
the code to a temporary file and then runs the linters. Once these
checks pass, the code is returned.

# Dependencies

- black
- ruff
- mypy

# Demo

The functionality can be seen here:
https://huggingface.co/spaces/joshuasundance/langchain-streamlit-demo
6 months ago