i̲M iAgentMemory
Part of the iJarvis Agent Stack

Your agent forgets.
It shouldn't.

Every agent framework rebuilds context each session. Vector DBs solve retrieval but not continuity. iAgentMemory will provide portable, framework-agnostic memory infrastructure for autonomous agents: episodic, semantic, and relational layers in a single managed service. Cluster 2 roadmap 2027.

memory.remember(agent_id, episode) / memory.recall(agent_id, query)

iAgentMemory will deliver four primitives

Episodic memory

Time-indexed event records with rich metadata. Replay an agent's full history of actions, decisions, and outcomes.

Semantic memory

Facts and learned knowledge, stored as queryable embeddings with provenance chains. Updated without losing earlier state.

Relationship memory

Graph of counterparty interactions, trust observations, preference patterns. Feeds iAgentFi ratings; powered by iAgentLog decisions.

Portable by default

Migrate an agent from LangGraph to CrewAI to a custom runtime without losing memory. One API, any framework.

The gap iAgentMemory fills

Memory is the identity layer

An agent without persistent memory is a stateless function. With memory, it is a continuously-learning entity. Every serious agent use case demands it.

Framework primitives are siloed

LangGraph memory, CrewAI memory, OpenAI Assistants memory. All incompatible. When iAgentMemory launches in 2027, it will be the neutral layer agents can depend on across framework migrations.

Compounds with the stack

iAgentFi ratings inform relationship memory. iAgentLog decisions feed episodic memory. iAgentSafe checks query semantic memory. Memory is the substrate.

Planned endpoints in Roadmap 2027 (Cluster 2)

Preview of the planned API surface. OpenAPI 3.1 specification at /.well-known/openapi.yaml. Endpoints at api.iagentmemory.com will serve requests at roadmap 2027 (cluster 2); agent-consumable JSON by design.

POST /v1/memory/episode Record an event with context
POST /v1/memory/fact Store a semantic fact with provenance
GET /v1/memory/recall Retrieve memories matching a natural-language query
GET /v1/memory/relationships Counterparty relationship graph
POST /v1/memory/migrate Export/import memory bundles across frameworks
Status: Cluster 2 roadmap 2027. Ships with iAgentSafe once Cluster 1 customers have multi-session agent state to persist.

iAgentMemory is one layer

Sixteen products. One stack. One entity. Trust, discovery, observability, payments, safety, simulation, composition, memory, identity, legal, markets, and owned compute underneath. Each layer reinforces the others. Use one or use them all.