mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-03 16:17:16 +00:00
fix(agent): stabilize post-merge release paths
This commit is contained in:
@@ -1003,8 +1003,12 @@
|
||||
"rag"
|
||||
],
|
||||
"automation": "scripts/e2e/langrag-kb-retrieve.mjs",
|
||||
"setup_automation": [],
|
||||
"setup_provides_env": [],
|
||||
"setup_automation": [
|
||||
"node:scripts/e2e/ensure-langrag-sentinel-kb.mjs --write-env"
|
||||
],
|
||||
"setup_provides_env": [
|
||||
"LANGBOT_LOCAL_AGENT_RAG_KB_UUID"
|
||||
],
|
||||
"evidence_required": [
|
||||
"ui",
|
||||
"screenshot",
|
||||
|
||||
Reference in New Issue
Block a user