Give an AI Agent Long-Term Memory with pgvector (2026)
Build a Claude agent with long-term memory: Postgres + pgvector store facts, cosine-similarity recall injects them back — verified across a process restart.
Build a Claude agent with long-term memory: Postgres + pgvector store facts, cosine-similarity recall injects them back — verified across a process restart.
Instrument a Claude tool-calling agent with OpenTelemetry GenAI semantic conventions in TypeScript: real spans, nested tool calls, cost tracking. 2026.
Build a human-in-the-loop approval gate for the Claude Agent SDK in TypeScript: canUseTool prompts, PreToolUse hooks, and a full audit log for every tool call.
Build a Model Context Protocol (MCP) client in TypeScript with @modelcontextprotocol/sdk: connect over stdio, list and call tools, and handle errors correctly.
Hands-on Claude Sonnet 4.6 tool use tutorial: build a typed agentic loop in TypeScript with the Anthropic SDK 0.98, parallel tool calls, and JSON Schema.