Commit Graph

2 Commits (ada1e5cc64ac583fb86876a4ed68a7e7d3494342)

Author SHA1 Message Date
Erick Friis d83b720c40
templates: readme langsmith not private beta (#20173) 5 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
9 months ago