• Stefy Lanza (nextime / spora )'s avatar
    Add context management feature with automatic condensation · 55a8311f
    Stefy Lanza (nextime / spora ) authored
    - Add context_size, condense_context, and condense_method fields to Model class
    - Create new context.py module with ContextManager and condensation methods
    - Implement hierarchical, conversational, semantic, and algoritmic condensation
    - Calculate and report effective_context for all requests
    - Update handlers.py to apply context condensation when configured
    - Update providers.json and rotations.json with example context configurations
    - Update README.md and DOCUMENTATION.md with context management documentation
    - Export context module and utilities in __init__.py
    55a8311f
Name
Last commit
Last update
aisbf Loading commit data...
config Loading commit data...
.gitignore Loading commit data...
.providers.json.swp Loading commit data...
AI.PROMPT Loading commit data...
CHANGELOG.md Loading commit data...
DEBUG_GUIDE.md Loading commit data...
DOCUMENTATION.md Loading commit data...
LICENSE.txt Loading commit data...
MANIFEST.in Loading commit data...
PYPI.md Loading commit data...
README.md Loading commit data...
aisbf.sh Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
cli.py Loading commit data...
main.py Loading commit data...
pyproject.toml Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
start_proxy.sh Loading commit data...
test_google.sh Loading commit data...
test_proxy.sh Loading commit data...