Tagged articles
6 articles
Page 1 of 1
Architect
Architect
Apr 13, 2026 · Artificial Intelligence

How Hermes and OpenClaw Differ in Memory Architecture and Skill Management

The article analyzes Hermes Agent's three‑layer memory system—fact memory stored in tiny Markdown files, session history indexed with SQLite + FTS5, and procedural memory via skill management—then compares each layer to OpenClaw's architecture and explains how to integrate self‑summarizing skills into OpenClaw.

Agent ArchitectureExternal Memory ProviderFTS5
0 likes · 27 min read
How Hermes and OpenClaw Differ in Memory Architecture and Skill Management
CodeTrend
CodeTrend
Apr 11, 2026 · Artificial Intelligence

Inside Hermes Agent: How Its Closed‑Loop Learning Architecture Transforms AI Assistants

Hermes Agent introduces a closed‑loop learning architecture that adds result evaluation, pattern extraction, and persistent user modeling to the traditional receive‑plan‑execute‑return cycle, offering searchable FTS5‑based memory, autonomous skill creation, multi‑platform messaging, provider‑agnostic model switching, and built‑in research tools for AI developers.

Closed Loop LearningFTS5Hermes Agent
0 likes · 8 min read
Inside Hermes Agent: How Its Closed‑Loop Learning Architecture Transforms AI Assistants
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Apr 15, 2024 · Mobile Development

Implementation and Optimization of Local Private Domain Search in Cloud Music

The Cloud Music team integrated a lightweight on‑device full‑text engine using SQLite FTS5 with a simple tokenizer, replaced JavaScript matching with SQLite’s bm25(), parallelized queries, and cut search latency by 75%, boosting CTR 13% and average playback by 17 seconds while preserving user privacy.

FTS5Full-Text SearchPerformance Optimization
0 likes · 15 min read
Implementation and Optimization of Local Private Domain Search in Cloud Music
Laravel Tech Community
Laravel Tech Community
May 18, 2023 · Databases

SQLite 3.42.0 Release Highlights and New Features

SQLite 3.42.0, the widely used public-domain SQL database engine, introduces features such as FTS5 secure-delete, JSON5 support, new sqlite3_config options, enhanced query planner optimizations, CLI improvements, additional SQL functions, extended PRAGMA integrity_check, subsecond time modifiers, and various bug fixes and performance enhancements.

CLIDatabase EngineFTS5
0 likes · 5 min read
SQLite 3.42.0 Release Highlights and New Features
WeChat Client Technology Team
WeChat Client Technology Team
Feb 22, 2022 · Mobile Development

How iOS WeChat Supercharged Search with SQLite FTS5 and Custom Tokenizers

This article details the 2021 overhaul of iOS WeChat's full‑text search, covering engine selection, segment‑merge optimization, a new VerbatimTokenizer, multi‑level separator support, table schema choices, asynchronous index updates, and extensive performance gains across chat, contacts, and favorites.

FTS5Full-Text SearchPerformance Optimization
0 likes · 27 min read
How iOS WeChat Supercharged Search with SQLite FTS5 and Custom Tokenizers