Commit Graph

4 Commits (de5e96b5f95531d8a8f5d5e582b07ab774909647)

Author SHA1 Message Date
Erick Friis 64785822dc
templates: bump (#17074) 8 months ago
Erick Friis 08be477c24
templates: 0.1 bump (#15648) 9 months ago
Erick Friis 69a8a26683
templates: fix deps (#15439) 9 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