AIAny
AI Client2026
Icon for item

AgentRecall

Centralizes indexing and management of local AI coding-agent sessions so you can search, view full context, migrate, resume, and restore conversations across agents and devices. Supports extensible local sources, AI summaries, optional Supabase sync, and Skills management.

Introduction

Most AI coding workflows scatter conversation history across agent-specific files and folders, which makes reuse, auditing, and cross-device recovery painful. This tool treats those fragmented session files as searchable, portable artifacts and gives you a single local UI to find, inspect, and continue work done by different coding agents.

What Sets It Apart
  • Unified local indexing: reads many agent formats (Claude Code / Codex by default; optional sources include CodeBuddy, CodeWiz, Cursor Agent, Trae, OpenCode, OpenClaw, Hermes, Qoder, and various CLI hooks) so you can search across otherwise incompatible session stores.
  • Resume & migrate workflows: can write portable session copies to target agent directories and return a resume command so you can continue a session in another agent or on another device without manually reconstructing context.
  • Configurable compression and AI-assisted retrieval: long sessions are automatically summarized using a configurable summary provider (custom API, built-in codex/claude fallbacks, or local truncation), and AI summaries/search help locate relevant exchanges inside long histories.
  • Optional cross-device sync under user control: uses the user's Supabase project and anon key for manual or hook-driven upload/restore; sync is opt-in and designed for single-user projects without sharing-sensitive defaults.
Who It's For and Trade-offs

Great fit if you routinely use multiple local or remote coding agents and need to recover or migrate past conversations, keep shared Skill assets in sync across machines, or analyze historical tool usage. Works well for developers who keep local session files and want a non-cloud-first, privacy-preserving index. Look elsewhere if you require a multi-tenant managed cloud service out of the box, need enterprise-grade RLS defaults for shared databases (the Supabase setup defaults to single-user patterns and requires manual hardening), or expect fully automated terminal launches when migrating sessions (the tool returns resume commands you run yourself).

Where It Fits

Acts as a desktop/local client for session management and lightweight MDM for agent assets: it complements agent runtimes (Claude Code, Codex, etc.) rather than replacing them, and is most useful when paired with an explicit sync workflow (Supabase hooks) or when you need searchable local archives of agent activity.

Information

  • Websitegithub.com
  • Authorszszz3, Blue-Berrys, G-Pegasus, mesakurax, LANSGANBS, forbbiden1, MeloMei
  • Published date2026/06/01

More Items

GitHub
AI Client2024

Orchestrates and coordinates multiple coding agents in a shared, cross-device workspace — preserving context, files, and durable artifacts so teams can run parallel agent workflows without losing intent or state.

GitHub
AI Train2025

Provides a modular full-stack reinforcement learning stack to train and evaluate long-horizon, multi-turn tool-use LLM agents, including a performant trainer, a Tinker-compatible backend, agent orchestration, and Gymnasium-style environments for task design.

GitHub

Provides a systematic, project-driven tutorial and runnable codebase for building AI agents, RAG pipelines, and multi-agent systems—focused on Python, LangChain/LangGraph, tooling, deployment, and an interview question bank for engineers aiming to ship production agent applications.