- Bridge server with LLM agent tool-use (search_kb, search_products, search_orders, search_inventory, escalate_human) - pgvector RAG knowledge base (95 FAQ chunks) - Auto opportunity creation in Twenty CRM - Auto follow-up task workflow - Chatwoot AgentBot integration (HMAC, webhook) - Docker compose infrastructure (PG18, Redis 8.8, node24-alpine) - Configuration templates (example files) - real secrets excluded via .gitignore
18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"name": "bridge",
|
|
"version": "1.0.1",
|
|
"description": "Chatwoot -> LLM -> Twenty CRM sales bridge",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"jose": "^6.2.4",
|
|
"pg": "^8.22.0"
|
|
}
|
|
}
|