Pulse/internal/ai/context
rcourtman 49fc86c70b feat: increase MetricSamples to 100 points (~15 min resolution)
Modern LLMs have 100k+ token contexts. 100 samples over 24h gives
~15 minute resolution while adding minimal token overhead.

This lets the LLM see fine-grained patterns, short spikes, and
accurately distinguish anomalies from normal behavior.
2025-12-21 22:25:54 +00:00
..
builder.go feat: increase MetricSamples to 100 points (~15 min resolution) 2025-12-21 22:25:54 +00:00
builder_test.go fix: Allow Host Agent thresholds to be set to 0 to disable alerting. Related to #864 2025-12-20 20:25:20 +00:00
formatter.go fix: use 24h window for MetricSamples (matches in-memory retention) 2025-12-21 22:19:40 +00:00
formatter_test.go feat(ai): pass raw metric samples to LLM for pattern interpretation 2025-12-21 21:09:24 +00:00
trends.go feat(thresholds): add collapsible accordion sections and UX improvements 2025-12-18 15:47:44 +00:00
trends_test.go fix: Allow Host Agent thresholds to be set to 0 to disable alerting. Related to #864 2025-12-20 20:25:20 +00:00
types.go feat(ai): pass raw metric samples to LLM for pattern interpretation 2025-12-21 21:09:24 +00:00