fix(telegram): add support for sending photos, documents, videos, and audio (#424)
* feat(memory): optimize SQLite performance with production-grade PRAGMAs - Enable WAL mode for concurrent read/write access - Set synchronous = NORMAL for 2x faster writes with crash safety - Enable 8MB mmap for zero-copy reads via OS page cache - Set in-memory temp_store and 2MB page cache for hot entries - Applies optimizations to brain.db (memory), jobs.db (cron), and hygiene pruner * feat: add LLM response cache, memory snapshotting, and WASM sandbox - Response Cache: Saves tokens by caching repeated prompts in SQLite. - Memory Snapshot: Human-readable markdown 'soul' backup for Git-native self-preservation and cold-boot recovery. - WASM Sandbox: Isolated tool execution via wasmi. - Configurable via wizard and config.toml.
This commit is contained in:
parent
2ecfcb9072
commit
bddf791350