mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
Support SQL Agent skill (#1411)
* Support SQL Agent skill * add MSSQL agent connector * Add frontend to agent skills remove FAKE_DB mock reset skills to pickup child-skill dynamically * add prompt examples for tools on untooled * add better logging on SQL agents * Wipe toolruns on each chat relay so tools can be used within the same session * update comments
This commit is contained in:
@@ -350,6 +350,8 @@ function adminEndpoints(app) {
|
||||
agent_search_provider:
|
||||
(await SystemSettings.get({ label: "agent_search_provider" }))
|
||||
?.value || null,
|
||||
agent_sql_connections:
|
||||
await SystemSettings.brief.agent_sql_connections(),
|
||||
default_agent_skills:
|
||||
safeJsonParse(
|
||||
(await SystemSettings.get({ label: "default_agent_skills" }))
|
||||
|
||||
Reference in New Issue
Block a user