A developer discovered two significant bugs in the Vodou gateway, an Express process managing chat, scheduling, and models. The first bug caused the "Runs panel" to incorrectly display "No runs recorded yet" because it was reading from an empty table (`graph_runs`) instead of the populated one (`scheduled_task_runs`). The second issue prevented the QA console from processing user questions, as the template lacked a placeholder for user messages, leading the model to respond with a default refusal. Both problems stemmed from a disconnect between producers and consumers of data within the system. AI
IMPACT This is a technical bug fix within a specific software component, with no broader AI industry impact.
RANK_REASON Developer reports on fixing bugs in a specific software component.
- graph_runs
- MCP-servers/Vodou-Console/src/api/scheduler.ts
- MCP-servers/Vodou-Console/src/api/skill-console-handler.ts
- MCP-servers/Vodou-Console/src/index.ts
- scheduled_task_runs
AI-generated summary · Google Gemini · from 1 sources. How we write summaries →