Skip to content

Gllm Memory

This documentation covers the Gllm Memory library, which is part of the GLLM Monorepo.

API Reference

The following modules are available in this library:

  • Backends: Internal backend adapters for configured memory runtimes.
  • Builder: Public builder exports for gllm-memory.
  • Chat History Manager: Modules concerning chat history in Gen AI applications.
  • Clients: Memory client implementations.
  • Dedupe: Internal semantic dedupe package for gllm-memory.
  • Enums: Enums for the gllm-memory library.
  • Guardrails: Runtime helpers for provider-agnostic memory input guardrails.
  • Knowledge: Public exports for knowledge-graph integration.
  • Llm: Public LLM component exports for gllm_memory.
  • Memory Manager: Memory Manager for the GLLM Memory Library.
  • Prompts
  • Schema: Pydantic models for the gllm-memory public client contracts.