-
Notifications
You must be signed in to change notification settings - Fork 2
Add full-text search to trace queries #7
Copy link
Copy link
Open
Labels
effort: large1-2 days, significant implementation1-2 days, significant implementationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Currently traces can only be filtered by agent_name, framework, and date range. Teams need to search trace content.
Goal: Add text search capability to get_traces and the dashboard.
Acceptance criteria:
- New search parameter on get_traces MCP tool
- Searches across: agent input, agent output, metadata values
- SQLite FTS5 for performant full-text search
- Dashboard search box on trace list page
- Search highlights in results
Resources:
- Storage adapter: src/storage/
- Architecture guide — Storage Design section
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort: large1-2 days, significant implementation1-2 days, significant implementationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers