Tag
AI Agents
3 articles tagged with AI Agents.
Headless tools: let an LLM act in the user's browser
A model's tools normally run on the server. But the interesting capabilities, location, IndexedDB, the clipboard, live in the browser. Here's a pattern that declares a tool's schema to Gemini and runs its body on the user's device, with no agent framework and the API key never leaving the server.
Graph memory for AI agents
How to give an agent a memory that stores the way facts connect and updates them when they change. A walk through extraction, entity resolution, time-ranged edges, and ranked recall, in about 150 lines of node:sqlite, sqlite-vec, and Gemini.
Agent memory, end to end
How AI agents remember across conversations: the layers of agent memory borrowed from cognitive science, and the techniques that make them work, from character-capped fact stores to compaction, hybrid retrieval, query expansion, and memory consolidation.