Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for retrieving user preferences and memories using Mem0 #1209

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Aug 17, 2024

  1. Integrate Mem0

    Dev-Khant committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2607ac3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Update src/crewai/memory/contextual/contextual_memory.py

    Co-authored-by: Deshraj Yadav <[email protected]>
    Dev-Khant and deshraj authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    67991a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    602497a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    c7d326a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f66c6d View commit details
    Browse the repository at this point in the history
  3. update poetry.lock

    Dev-Khant committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7371a45 View commit details
    Browse the repository at this point in the history
  4. fixes mypy issues

    Dev-Khant committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    66a1ecc View commit details
    Browse the repository at this point in the history
  5. fix mypy checks

    Dev-Khant committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3517d53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e13c0b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    bb90718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6eb6e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    9a756bb View commit details
    Browse the repository at this point in the history
  2. New fixes for user_id

    Dev-Khant committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1dd20f9 View commit details
    Browse the repository at this point in the history
  3. remove memory_provider

    Dev-Khant committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3ab6084 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. handle memory_provider

    Dev-Khant committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    50758c9 View commit details
    Browse the repository at this point in the history
  2. checks for memory_config

    Dev-Khant committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3fff7c4 View commit details
    Browse the repository at this point in the history
  3. add mem0 to dependency

    Dev-Khant committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    45e307e View commit details
    Browse the repository at this point in the history
  4. Update pyproject.toml

    Co-authored-by: Deshraj Yadav <[email protected]>
    Dev-Khant and deshraj authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6316936 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b810697 View commit details
    Browse the repository at this point in the history
  6. update docs

    Dev-Khant committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    57fcae8 View commit details
    Browse the repository at this point in the history
  7. update doc

    Dev-Khant committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bb17567 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c55ccac View commit details
    Browse the repository at this point in the history
  2. bump mem0 version

    Dev-Khant committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9a4952d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    9d0459d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. merge main

    Dev-Khant committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cda4c07 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    9044c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be3061 View commit details
    Browse the repository at this point in the history
  3. mypy fix

    Dev-Khant committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7f4917e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. resolve comments

    Dev-Khant committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5929d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b34ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c2bc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    8d3145b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    ee7d530 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    d2746e1 View commit details
    Browse the repository at this point in the history
  2. mem0 version bump

    Dev-Khant committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c63f56e View commit details
    Browse the repository at this point in the history
  3. lazy import mem0

    Dev-Khant committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    34cc0d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    ea54fb9 View commit details
    Browse the repository at this point in the history