### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description Currently, we feed all items to the LLM at once, which may exceed the LLM's context window. We need to support batched summary generation. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR!