azurenoops / azurenoops/spin_agent
[BUG-7] Knowledge Base agent crashes on query
- Dominant language
- C#
- Stars
- 3
- Forks
- 1
- Avg merge
- 18h 9m
- Merged PRs (30d)
- 43
Description
## BUG-7 — KB Agent Crashes on Query
**Category:** Bug — MCP Code | **Priority:** High
### Observation
The Knowledge Base agent crashes (unhandled exception) when processing certain queries. The error is not gracefully handled.
### Evidence
- Issue #632 — KB agent crash observed
### Impact
KB queries are unavailable when the agent crashes, breaking the RMF guidance and knowledge retrieval features.
### Acceptance Criteria
- [ ] KB agent query handler wrapped in exception handling
- [ ] Crash returns structured error response, not a 500 or silent failure
- [ ] Root cause of crash identified and fixed
- [ ] Test cases for crash-inducing query patterns added
Contributor guide
Assessment
This issue has not been assessed yet.