initial commit
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
assets/
|
||||||
|
*.pyc
|
||||||
10
README.md
10
README.md
@@ -1 +1,11 @@
|
|||||||
# langchain-agent
|
# langchain-agent
|
||||||
|
|
||||||
|
|
||||||
|
# Install
|
||||||
|
```bash
|
||||||
|
# for developement
|
||||||
|
python -m pip install -e .
|
||||||
|
|
||||||
|
# for production
|
||||||
|
python -m pip install .
|
||||||
|
```
|
||||||
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[project]
|
||||||
|
name = "lang_agent"
|
||||||
|
version = "0.1"
|
||||||
|
dependencies = [
|
||||||
|
"langchain"
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
include = ["lang_agent"]
|
||||||
0
scripts/ws_start_register_tools.py
Normal file
0
scripts/ws_start_register_tools.py
Normal file
Reference in New Issue
Block a user