-
Notifications
You must be signed in to change notification settings - Fork 770
Expand file tree
/
Copy pathintegrations.json
More file actions
304 lines (304 loc) · 11.2 KB
/
integrations.json
File metadata and controls
304 lines (304 loc) · 11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
{
"integrations": [
{
"id": "litellm",
"name": "LiteLLM",
"description": "Add long-term memory to any LLM via LiteLLM proxy callbacks. Zero code changes — configure once and every model gets memory.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/litellm",
"icon": "/img/icons/litellm.png"
},
{
"id": "crewai",
"name": "CrewAI",
"description": "Give CrewAI agents persistent, cross-session memory. Facts learned in one run are available in every future run.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/crewai",
"icon": "/img/icons/crewai.png"
},
{
"id": "pydantic-ai",
"name": "Pydantic AI",
"description": "Integrate Hindsight memory into Pydantic AI agents with a simple dependency injection pattern.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/pydantic-ai",
"icon": "/img/icons/pydanticai.png"
},
{
"id": "vercel-ai-sdk",
"name": "Vercel AI SDK",
"description": "Add persistent memory to Vercel AI SDK applications. Works with any model provider supported by the AI SDK.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/ai-sdk",
"icon": "/img/icons/vercel.png"
},
{
"id": "vercel-chat",
"name": "Vercel Chat",
"description": "Drop-in memory layer for the Vercel AI Chatbot. Remembers users across sessions out of the box.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/chat",
"icon": "/img/icons/vercel.png"
},
{
"id": "agno",
"name": "Agno",
"description": "Plug Hindsight into Agno agents for structured, long-term memory storage and retrieval.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/agno",
"icon": "/img/icons/agno.png"
},
{
"id": "hermes",
"name": "Hermes",
"description": "Use Hindsight as the memory backend for the Hermes multi-agent messaging framework.",
"type": "native",
"by": "hermes",
"category": "framework",
"link": "/sdks/integrations/hermes",
"icon": "/img/icons/hermes.png"
},
{
"id": "local-mcp",
"name": "MCP Server",
"description": "Expose Hindsight memory as a Model Context Protocol server. Compatible with Claude, Cursor, and any MCP client.",
"type": "official",
"by": "hindsight",
"category": "mcp",
"link": "/sdks/integrations/local-mcp",
"icon": "/img/icons/mcp.png"
},
{
"id": "chatgpt",
"name": "ChatGPT",
"description": "Add persistent long-term memory to ChatGPT via OAuth-secured MCP connectors. Store insights from conversations and recall relevant context across sessions.",
"type": "official",
"by": "hindsight",
"category": "tool",
"link": "/sdks/integrations/chatgpt",
"icon": "/img/icons/chatgpt.png"
},
{
"id": "perplexity",
"name": "Perplexity",
"description": "Add persistent long-term memory to Perplexity via OAuth-secured MCP connectors. Store research findings and recall relevant context across searches.",
"type": "official",
"by": "hindsight",
"category": "tool",
"link": "/sdks/integrations/perplexity",
"icon": "/img/icons/perplexity.png"
},
{
"id": "claude-code",
"name": "Claude Code",
"description": "Automatic long-term memory for Claude Code via Hindsight hooks. Captures every conversation, recalls relevant context on every prompt.",
"type": "official",
"by": "hindsight",
"category": "tool",
"link": "/sdks/integrations/claude-code",
"icon": "/img/icons/claudecode.svg"
},
{
"id": "codex",
"name": "Codex",
"description": "Automatic long-term memory for Codex CLI via Hindsight hooks. Captures every conversation, recalls relevant context on every prompt.",
"type": "official",
"by": "hindsight",
"category": "tool",
"link": "/sdks/integrations/codex",
"icon": "/img/icons/openai.png"
},
{
"id": "openclaw",
"name": "OpenClaw",
"description": "Integrate Hindsight with OpenClaw to add memory capabilities to Claude-based agent workflows.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/openclaw",
"icon": "/img/icons/openclaw.png"
},
{
"id": "skills",
"name": "Claude Code Skills",
"description": "Add Hindsight memory to Claude Code agents via the Skills integration. Persistent context across coding sessions.",
"type": "official",
"by": "hindsight",
"category": "tool",
"link": "/sdks/integrations/skills",
"icon": "/img/icons/skills.png"
},
{
"id": "langgraph",
"name": "LangGraph / LangChain",
"description": "Add persistent memory to LangGraph and LangChain agents. Supports Memory Tools, Graph Nodes, and BaseStore adapter patterns.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/langgraph",
"icon": "/img/icons/langgraph.png"
},
{
"id": "llamaindex",
"name": "LlamaIndex",
"description": "Add persistent memory to LlamaIndex agents. Supports agent-driven tools (BaseToolSpec) and automatic memory (BaseMemory).",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/llamaindex",
"icon": "/img/icons/llamaindex.png"
},
{
"id": "nemoclaw",
"name": "NemoClaw",
"description": "Persistent memory for NemoClaw sandboxed agents. One-command setup — no code changes required.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/nemoclaw",
"icon": "/img/icons/nemoclaw.png"
},
{
"id": "right-agent",
"name": "Right Agent",
"description": "Persistent memory for Right Agent — closed-box AI agents that run Claude Code inside OpenShell sandboxes. Hindsight is the native memory provider, selected during initialization.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/right-agent",
"icon": "/img/icons/right-agent.svg"
},
{
"id": "strands",
"name": "Strands Agents",
"description": "Give Strands agents persistent long-term memory with Hindsight retain, recall, and reflect tools.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/strands",
"icon": "/img/icons/strands.png"
},
{
"id": "ag2",
"name": "AG2",
"description": "Persistent long-term memory for AG2 agents with retain, recall, and reflect tools across conversations.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/ag2",
"icon": "/img/icons/ag2.svg"
},
{
"id": "autogen",
"name": "AutoGen",
"description": "Give AutoGen agents persistent long-term memory with Hindsight FunctionTool instances for retain, recall, and reflect.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/autogen",
"icon": "/img/icons/autogen.svg"
},
{
"id": "opencode",
"name": "OpenCode",
"description": "Persistent long-term memory plugin for OpenCode. Auto-retains conversations, recalls context on session start, and provides retain/recall/reflect tools.",
"type": "official",
"by": "hindsight",
"category": "tool",
"link": "/sdks/integrations/opencode",
"icon": "/img/icons/opencode.svg"
},
{
"id": "n8n",
"name": "n8n",
"description": "Persistent memory community node for n8n workflows. Retain, recall, and reflect operations drop into any workflow alongside Slack, Sheets, OpenAI, and 400+ other integrations.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/n8n",
"icon": "/img/icons/n8n.svg"
},
{
"id": "openai-agents",
"name": "OpenAI Agents SDK",
"description": "Give OpenAI Agents SDK agents persistent long-term memory with Hindsight FunctionTool instances for retain, recall, and reflect.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/openai-agents",
"icon": "/img/icons/openai-agents.svg"
},
{
"id": "pipecat",
"name": "Pipecat",
"description": "Persistent memory for Pipecat voice AI pipelines via a FrameProcessor that recalls context before each turn and retains conversation content after.",
"type": "official",
"by": "hindsight",
"category": "tool",
"link": "/sdks/integrations/pipecat",
"icon": "/img/icons/pipecat.png"
},
{
"id": "agentcore",
"name": "Bedrock AgentCore",
"description": "Persistent memory for Amazon Bedrock AgentCore Runtime agents. Memory survives ephemeral Runtime sessions so agents remember users, decisions, and context across reprovisioning.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/agentcore",
"icon": "/img/icons/agentcore.png"
},
{
"id": "smolagents",
"name": "SmolAgents",
"description": "Give HuggingFace SmolAgents persistent long-term memory with Hindsight retain, recall, and reflect tools.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/smolagents",
"icon": "/img/icons/smolagents.png"
},
{
"id": "dify",
"name": "Dify",
"description": "Persistent memory plugin for Dify workflows. Retain, Recall, and Reflect tools drop into any chatflow or agent app alongside Dify's other LLM and tool nodes.",
"type": "official",
"by": "hindsight",
"category": "framework",
"link": "/sdks/integrations/dify",
"icon": "/img/icons/dify.png"
},
{
"id": "hindclaw",
"name": "HindClaw",
"description": "Production memory infrastructure for AI agents — server-side access control via Hindsight extensions, Terraform provider for users/groups/banks/permissions, and an OpenClaw plugin with auto-managed embed.",
"type": "community",
"by": "mrkhachaturov",
"category": "framework",
"link": "https://github.com/mrkhachaturov/hindclaw",
"icon": "/img/icons/hindclaw.png"
},
{
"id": "context-forge",
"name": "ContextForge",
"description": "Register Hindsight as an MCP backend in ContextForge gateway. Gives every connected AI tool access to long-term memory via a unified MCP hub.",
"type": "community",
"by": "omarouldali",
"category": "mcp",
"link": "/sdks/integrations/context-forge",
"icon": "/img/icons/mcp.png"
}
]
}