Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: context-window limits handling #7

Open
pkarw opened this issue Dec 7, 2024 · 0 comments
Open

feat: context-window limits handling #7

pkarw opened this issue Dec 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pkarw
Copy link
Collaborator

pkarw commented Dec 7, 2024

The context window sizes should be defined by the supported model.
When we get to 80-85% (?) of the context window limit (we can estimate the usage with tiktoken port) there should be a way to handle it, ideas:

  • splitting per-agent context rfc: Per-agent context splitting #6
  • summarization of previous context chunks
  • context-windowing (last X chunks)
  • RAG (context windowing + vector store, relevant information retrieval)
@pkarw pkarw added the enhancement New feature or request label Dec 7, 2024
@pkarw pkarw changed the title feat: Context-window limits handling feat: context-window limits handling Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant