chore: try pack templates in langbot/

This commit is contained in:
Junyan Qin
2025-11-07 22:51:30 +08:00
parent 5f6036c5a8
commit d43c2c498c
16 changed files with 20 additions and 21 deletions
+42
View File
@@ -0,0 +1,42 @@
admins: []
api:
port: 5300
command:
enable: true
prefix:
- '!'
-
privilege: {}
concurrency:
pipeline: 20
session: 1
proxy:
http: ''
https: ''
system:
recovery_key: ''
jwt:
expire: 604800
secret: ''
database:
use: sqlite
sqlite:
path: 'data/langbot.db'
postgresql:
host: '127.0.0.1'
port: 5432
user: 'postgres'
password: 'postgres'
database: 'postgres'
vdb:
use: chroma
qdrant:
url: ''
host: localhost
port: 6333
api_key: ''
plugin:
enable: true
runtime_ws_url: 'ws://langbot_plugin_runtime:5400/control/ws'
enable_marketplace: true
cloud_service_url: 'https://space.langbot.app'