feat: Add support for llamahub tools (#517)
Co-authored-by:
Marcus Schiesser <mail@marcusschiesser.de>
Showing
- create-app.ts 15 additions, 1 deletioncreate-app.ts
- e2e/utils.ts 2 additions, 0 deletionse2e/utils.ts
- helpers/python.ts 30 additions, 3 deletionshelpers/python.ts
- helpers/tools.ts 32 additions, 0 deletionshelpers/tools.ts
- helpers/types.ts 1 addition, 0 deletionshelpers/types.ts
- index.ts 28 additions, 0 deletionsindex.ts
- questions.ts 31 additions, 1 deletionquestions.ts
- templates/components/engines/python/agent/__init__.py 50 additions, 0 deletionstemplates/components/engines/python/agent/__init__.py
- templates/components/engines/python/agent/tools.py 33 additions, 0 deletionstemplates/components/engines/python/agent/tools.py
- templates/components/engines/python/chat/__init__.py 7 additions, 0 deletionstemplates/components/engines/python/chat/__init__.py
- templates/components/vectordbs/python/mongo/index.py 2 additions, 2 deletionstemplates/components/vectordbs/python/mongo/index.py
- templates/components/vectordbs/python/none/index.py 5 additions, 5 deletionstemplates/components/vectordbs/python/none/index.py
- templates/components/vectordbs/python/pg/index.py 2 additions, 2 deletionstemplates/components/vectordbs/python/pg/index.py
- templates/types/simple/fastapi/app/api/routers/chat.py 1 addition, 1 deletiontemplates/types/simple/fastapi/app/api/routers/chat.py
- templates/types/simple/fastapi/app/engine/__init__.py 7 additions, 0 deletionstemplates/types/simple/fastapi/app/engine/__init__.py
- templates/types/simple/fastapi/app/engine/index.py 0 additions, 7 deletionstemplates/types/simple/fastapi/app/engine/index.py
- templates/types/simple/fastapi/pyproject.toml 2 additions, 0 deletionstemplates/types/simple/fastapi/pyproject.toml
- templates/types/streaming/fastapi/app/api/routers/chat.py 1 addition, 1 deletiontemplates/types/streaming/fastapi/app/api/routers/chat.py
- templates/types/streaming/fastapi/app/engine/__init__.py 7 additions, 0 deletionstemplates/types/streaming/fastapi/app/engine/__init__.py
- templates/types/streaming/fastapi/app/engine/index.py 0 additions, 7 deletionstemplates/types/streaming/fastapi/app/engine/index.py
Loading
Please register or sign in to comment