Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 468 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 468 Bytes

My ReadAgent Implementation

This is my own implementation of a ReadAgent, inspired by the original work (https://read-agent.github.io/).

Key Features:

  • Custom Content Breaking Strategies: I've implemented various strategies for breaking down content, allowing for more efficient processing.
  • Unlimited Context Length: By utilizing a sliding window approach, my implementation overcomes context length limitations.