Your agent forgot everything.
Again.

Every new session starts from zero. Trove prepends what your agent already decided, token-budgeted, not the full prior session.

retry-agent · Thu

Same agent, two sessions. Trove carries what already got decided.

Works with OpenAI Anthropic LangChain CrewAI Vercel AI SDK

Your agents already produce the memory.

It resets every time a session ends.

i.

Monday, retry-agent settles on full jitter and a 4-retry cap. Thursday, the same agent opens a blank window and re-researches the same tradeoffs.

ii.

What one agent learns disappears when the session ends. The next agent in your stack starts from zero, every time.

iii.

Most memory tools need an SDK install, schema design, and custom plumbing before useful context ever reaches a prompt.

iv.

When a response is wrong, there is no record of what reached the model at call time. You reconstruct the window by hand.

Cross-agent · token budget

Don't make implement-agent pay for architecture again.

Thursday's task is one line. Without Trove, implement-agent re-reads the PR thread or re-debates backoff strategy. Trove prepends 287 tokens from Monday's architecture-agent run, not thousands of tokens of thread paste.

Mon 2:11pm architecture-agent MonThu Thu 9:47am implement-agent
implement-agent Thu 9:47am

Task

Add retry logic to the payments service HTTP client.

Enriching

Memory from Monday · architecture-agent

Matching prior agent runs…

One-line task in. 287 tokens of matched context out. Not a second architecture pass, not Monday's full session dumped in.

  • Token budget Surfaces matched memory for this agent and task. Not your full logs, chats, or prior sessions dumped into the window.
  • Append-only log Replay exactly what Trove injected before any model response shipped.
  • Your keys Provider credentials stay in your environment. Trove forwards; it doesn't store them.
  • Provider-neutral Switch OpenAI, Anthropic, or self-hosted without rebuilding memory.

One line to integrate.

Swap your client's base_url. No SDK, no schema. Trove holds the memory layer; your provider keys stay in your environment.

  • Same OpenAI-compatible client. Trove sits between your agent and the provider.
  • Every call is logged, matched memory is prepended, and the request is forwarded.
  • Works with the OpenAI SDK, LangChain, CrewAI, and Vercel AI SDK.

Join the beta.

Leave your email and we'll send gateway access and setup details. One base_url swap, then memory carries across sessions.

No sales call. Self-serve setup. We'll email you gateway access.