agentsclimarketplace

Langchain memory

Skill a5c-ai/babysitter/library/specializations/ai-agents-conversational/skills/langchain-memory

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill langchain-memory

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

LangChain memory integration including ConversationBufferMemory, ConversationSummaryMemory, and vector-based memory

SKILL.md

1.6 KB, as published. Nobody here has run it

LangChain Memory Skill

Capabilities

  • Implement various LangChain memory types
  • Configure ConversationBufferMemory for short-term recall
  • Set up ConversationSummaryMemory for long conversations
  • Integrate vector-based memory for semantic search
  • Design memory retrieval strategies
  • Handle memory persistence and serialization

Target Processes

  • conversational-memory-system
  • chatbot-design-implementation

Implementation Details

Memory Types

  1. ConversationBufferMemory: Stores full conversation history
  2. ConversationBufferWindowMemory: Rolling window of recent messages
  3. ConversationSummaryMemory: Summarizes older messages
  4. ConversationSummaryBufferMemory: Hybrid approach
  5. VectorStoreRetrieverMemory: Semantic similarity-based retrieval

Configuration Options

  • Memory key naming conventions
  • Return message format (string vs messages)
  • Summary LLM selection
  • Vector store backend selection
  • Token limits and window sizes

Dependencies

  • langchain
  • langchain-community
  • Vector store client (optional)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.