14 lines
173 B
Markdown
14 lines
173 B
Markdown
# langchain-agent
|
|
|
|
|
|
# Install
|
|
```bash
|
|
# for developement
|
|
python -m pip install -e .
|
|
|
|
# for production
|
|
python -m pip install .
|
|
```
|
|
|
|
# Runables
|
|
all runnables are under scripts |