Slide for adiuvAI

This commit is contained in:
Roberto
2026-04-19 14:49:36 +02:00
parent 0ac2ce924d
commit b2989e53eb
10 changed files with 1070 additions and 11 deletions

View File

@@ -6,7 +6,9 @@
"Bash(python -m ruff check . --fix)",
"Bash(ruff check *)",
"Bash(powershell -Command \"cd 'c:\\\\\\\\_temp\\\\\\\\_adiuvai_workspace\\\\\\\\api'; .venv\\\\\\\\Scripts\\\\\\\\pytest.exe tests/test_memory_relations.py -v 2>&1 | Out-File -FilePath 'C:\\\\\\\\Users\\\\\\\\musso\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\pytest_phase3.txt' -Encoding UTF8; Get-Content 'C:\\\\\\\\Users\\\\\\\\musso\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\pytest_phase3.txt'\")",
"mcp__postgres__execute_sql"
"mcp__postgres__execute_sql",
"mcp__langfuse__listPrompts",
"mcp__langfuse__getPrompt"
]
},
"enabledPlugins": {

View File

@@ -0,0 +1,7 @@
{
"enabledMcpjsonServers": [
"langfuse-docs",
"langfuse",
"postgres"
]
}