Install
What’s included
| Export | Purpose |
|---|---|
SynapDeps | Dataclass holding the SDK instance and user scope |
register_synap_tools(agent) | Registers synap_search and synap_store tools + system prompt |
Quick start
register_synap_tools does three things:
- Adds a
synap_searchtool the agent can call to retrieve memories - Adds a
synap_storetool the agent can call to persist new memories - Appends a system prompt fragment instructing the agent to use both tools
SynapDeps
SynapDeps per request to serve multiple users from a single agent instance:
Next steps
OpenAI Agents
Function tools for the OpenAI Agents SDK.
CrewAI
Storage backend for CrewAI crews.