HAL9000
79305dce63
feat(context): implement SlidingWindowStrategy with configurable window size
...
Implements SlidingWindowStrategy class that satisfies the ContextStrategy
protocol for the ACMS pipeline. The strategy limits token usage by keeping
only the most recent N messages or tokens in context, which is critical for
long-running agent sessions that would otherwise exceed LLM context limits.
Key features:
- Configurable window_size (int) and window_mode ('messages' | 'tokens')
- Messages mode: keeps the most recent window_size non-system fragments
- Tokens mode: keeps the most recent fragments within the token budget
- System prompt preservation: fragments with role='system' are always kept
- Registered in the plugin registry under key 'sliding_window'
- Input validation: window_size must be positive, window_mode must be valid
- Full BDD test coverage with 22 scenarios across all acceptance criteria
ISSUES CLOSED : #9995
2026-06-06 11:27:30 -04:00
..
2026-05-28 11:03:11 -04:00
2026-06-04 17:43:33 -04:00
2026-05-29 08:41:06 -04:00
2026-06-02 23:33:52 -04:00
2026-06-05 18:12:05 -04:00
2026-06-03 11:24:21 -04:00
2026-06-06 10:26:09 -04:00
2026-06-06 11:08:28 -04:00
2026-05-28 20:47:07 -04:00
2026-05-14 08:10:58 +00:00
2026-05-18 06:05:54 +00:00
2026-05-30 00:36:20 -04:00
2026-06-06 04:15:16 -04:00
2026-06-02 11:20:47 -04:00
2026-06-02 04:52:51 -04:00
2026-05-28 17:35:08 -04:00
2026-05-27 00:46:19 -04:00
2026-05-27 00:46:19 -04:00
2026-05-27 12:14:04 -04:00
2026-05-16 13:38:54 +00:00
2026-06-06 05:52:06 -04:00
2026-06-02 21:16:38 -04:00
2026-06-03 00:53:20 -04:00
2026-06-04 19:25:49 -04:00
2026-06-06 00:23:30 -04:00
2026-05-19 12:43:34 +00:00
2026-05-29 16:36:39 -04:00
2026-05-15 22:19:57 +01:00
2026-06-02 17:06:11 -04:00
2026-05-14 22:57:11 +00:00
2026-05-31 10:55:18 -04:00
2026-06-02 01:25:33 -04:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-06-04 11:47:32 -04:00
2026-06-02 14:01:59 -04:00
2026-06-06 00:56:05 -04:00
2026-05-30 11:45:16 -04:00
2026-05-30 11:45:16 -04:00
2026-06-06 06:28:09 -04:00
2026-06-02 07:37:14 -04:00
2026-06-02 07:37:14 -04:00
2026-06-02 07:37:14 -04:00
2026-06-02 07:37:13 -04:00
2026-06-02 07:37:13 -04:00
2026-06-02 07:37:14 -04:00
2026-06-02 07:37:13 -04:00
2026-06-01 23:37:30 -04:00
2026-06-01 23:37:30 -04:00
2026-06-01 23:37:30 -04:00
2026-06-01 23:37:30 -04:00
2026-06-01 23:37:30 -04:00
2026-06-04 19:25:49 -04:00
2026-06-02 20:37:35 -04:00
2026-05-30 13:08:44 -04:00
2026-06-06 01:57:44 -04:00
2026-05-19 12:43:34 +00:00
2026-06-04 03:02:25 -04:00
2026-06-04 09:49:11 -04:00
2026-06-01 00:40:59 -04:00
2026-06-01 16:32:53 -04:00
2026-06-01 17:37:24 -04:00
2026-06-01 17:07:39 -04:00
2026-05-16 06:04:01 +00:00
2026-05-19 21:56:28 +01:00
2026-06-02 20:37:35 -04:00
2026-06-02 20:37:35 -04:00
2026-06-02 20:37:35 -04:00
2026-05-29 07:21:08 -04:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-16 16:40:54 +00:00
2026-05-19 12:43:34 +00:00
2026-06-04 19:25:49 -04:00
2026-06-02 19:50:41 -04:00
2026-06-02 22:45:08 -04:00
2026-06-02 19:50:41 -04:00
2026-05-19 12:43:34 +00:00
2026-05-30 10:38:39 -04:00
2026-05-28 17:35:08 -04:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-06-04 13:06:20 -04:00
2026-06-05 23:53:43 -04:00
2026-06-05 17:25:35 -04:00
2026-05-28 10:50:24 -04:00
2026-05-28 11:36:14 -04:00
2026-05-31 20:45:10 -04:00
2026-05-19 12:43:34 +00:00
2026-05-23 12:22:51 +00:00
2026-05-19 12:43:34 +00:00
2026-06-04 18:44:59 -04:00
2026-06-06 04:37:11 -04:00
2026-06-02 16:48:22 -04:00
2026-06-02 16:48:22 -04:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-06-03 03:22:59 -04:00
2026-05-19 12:43:34 +00:00
2026-06-03 03:22:59 -04:00
2026-06-03 05:00:01 -04:00
2026-06-02 05:14:43 -04:00
2026-05-19 19:28:35 +01:00
2026-05-28 00:05:08 -04:00
2026-05-19 19:28:35 +01:00
2026-05-19 19:28:35 +01:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-31 15:00:33 -04:00
2026-06-02 17:43:31 -04:00
2026-06-03 09:01:44 -04:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-06-03 03:22:59 -04:00
2026-05-14 22:57:11 +00:00
2026-05-22 20:42:25 +01:00
2026-05-19 12:43:34 +00:00
2026-06-03 12:16:30 -04:00
2026-06-03 03:03:14 -04:00
2026-05-19 12:43:34 +00:00
2026-05-19 12:43:34 +00:00
2026-05-23 12:20:11 +01:00
2026-06-04 20:36:52 -04:00
2026-05-29 01:04:59 -04:00
2026-06-02 04:09:01 -04:00
2026-06-03 17:30:22 -04:00
2026-06-03 17:30:22 -04:00
2026-06-03 17:30:22 -04:00
2026-06-06 03:29:32 -04:00
2026-06-04 18:44:59 -04:00
2026-05-18 06:05:54 +00:00
2026-06-06 05:30:16 -04:00
2026-06-06 05:30:16 -04:00
2026-06-02 20:37:35 -04:00
2026-06-06 05:30:16 -04:00
2026-06-05 23:20:31 -04:00
2026-06-04 04:23:37 -04:00
2026-06-06 01:37:38 -04:00
2026-06-06 01:37:38 -04:00
2026-06-06 00:56:05 -04:00
2026-06-06 01:15:58 -04:00
2026-05-29 07:21:08 -04:00
2026-05-31 19:27:43 -04:00
2026-05-31 19:27:43 -04:00
2026-06-01 00:40:59 -04:00
2026-06-06 04:58:21 -04:00
2026-05-30 08:29:22 -04:00
2026-05-30 04:04:21 -04:00
2026-06-06 11:27:30 -04:00
2026-05-22 20:42:25 +01:00
2026-05-16 13:38:54 +00:00
2026-05-14 18:14:48 +00:00
2026-06-02 19:50:41 -04:00
2026-06-02 19:50:41 -04:00
2026-05-29 15:26:47 -04:00
2026-06-02 05:51:55 -04:00
2026-06-06 09:24:27 -04:00
2026-06-02 03:39:50 -04:00
2026-06-02 07:19:20 -04:00
2026-05-31 15:00:33 -04:00
2026-06-02 18:42:43 -04:00
2026-06-06 08:23:24 -04:00
2026-06-01 00:40:59 -04:00
2026-06-01 00:40:59 -04:00
2026-06-02 00:38:09 -04:00
2026-05-27 23:17:15 -04:00
2026-05-29 05:08:08 -04:00
2026-05-28 12:52:19 -04:00
2026-05-30 03:33:08 -04:00
2026-05-19 12:43:34 +00:00
2026-06-02 00:38:09 -04:00
2026-05-27 00:46:19 -04:00
2026-06-02 00:38:09 -04:00
2026-05-22 15:12:04 +00:00
2026-05-30 02:34:32 -04:00
2026-06-04 13:06:20 -04:00
2026-06-04 13:06:20 -04:00
2026-06-02 00:38:09 -04:00
2026-06-02 00:38:09 -04:00
2026-05-29 04:24:27 -04:00
2026-06-02 04:29:20 -04:00
2026-06-02 04:29:20 -04:00
2026-06-02 04:29:20 -04:00