- Step1: Install the package via pip install agent-workflow-memory
- Step2: Configure your chosen vector store (e.g., Pinecone, Redis, Supabase)
- Step3: Instantiate the WorkflowMemory class with your vector store client
- Step4: Integrate the memory instance into your LangChain WorkflowAgent
- Step5: Run your agent; memory will be stored and retrieved automatically
- Step6: Query or manage stored memories using provided API methods