• Your Name's avatar
    feat: Add Provider-Native Caching Integration · af46d8c0
    Your Name authored
    - Implement Anthropic cache_control support for 50-70% cost reduction
    - Add Google Context Caching API framework with TTL configuration
    - Add provider-level caching configuration (enable_native_caching, cache_ttl, min_cacheable_tokens)
    - Update dashboard UI with caching settings
    - Update documentation with detailed caching guide and examples
    - Mark system messages and conversation prefixes as cacheable automatically
    - Test Python compilation and validate implementation
    af46d8c0
Name
Last commit
Last update
aisbf Loading commit data...
config Loading commit data...
templates Loading commit data...
.gitignore Loading commit data...
.providers.json.swp Loading commit data...
AI.PROMPT Loading commit data...
API_EXAMPLES.md 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...
TODO.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...
screenshot.png 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...