Skip to main content
The mengram-crewai package wires Mengram memory into any CrewAI agent as tools.

Installation

Quick start

api_key falls back to MENGRAM_API_KEY and user_id to MENGRAM_USER_ID if omitted.

Available tools

mengram_tools() returns three tools ready to pass to Agent(tools=...):

Procedural learning

get_procedures is the distinctive tool. When a workflow has failed before, Mengram returns it with the preconditions that were violated last time, so the agent verifies them up front instead of repeating the mistake.

Options