Install
What’s included
| Class | Purpose |
|---|---|
SynapSearchTool | BaseTool that searches Synap memory |
SynapStoreTool | BaseTool that stores a memory in Synap |
CancellationToken for cooperative cancellation.
Quick start
Tool details
SynapSearchTool — call schema:
content, type, and confidence fields.
SynapStoreTool — call schema:
{"status": "stored", "id": "..."} on success.
Cancellation
Both tools propagate AutoGen’sCancellationToken:
Next steps
OpenAI Agents
Function tools for the OpenAI Agents SDK.
CrewAI
Storage backend for CrewAI crews.