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

feat: Add MemGPT "Python Client" #713

Merged
merged 29 commits into from
Dec 30, 2023
Merged

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    f68c40e View commit details
    Browse the repository at this point in the history
  2. rolled back unnecessary changes to abstract interface; switched clien…

    …t to always use Queueing Interface
    BabellDev committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    84c845a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Added missing interface clear() in run_command; added convenience met…

    …hod for checking if an agent exists, used that in create_agent
    BabellDev committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0a0d6d8 View commit details
    Browse the repository at this point in the history
  2. Formatting fixes

    BabellDev committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    280e3ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7045bb View commit details
    Browse the repository at this point in the history
  4. Removed erroneous clear from client save method; Replaced print state…

    …ments with appropriate logger calls in server
    BabellDev committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b95df90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    986ae7f View commit details
    Browse the repository at this point in the history
  6. added tests for Client

    BabellDev committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    2560b21 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    4e1e138 View commit details
    Browse the repository at this point in the history
  2. make printing to terminal togglable on queininginterface (should prob…

    …ably refactor this to a logger)
    cpacker committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c806adf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2006c3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2cc02b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    604af4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7943a0 View commit details
    Browse the repository at this point in the history
  7. Fixed small typo

    BabellDev committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    66f7084 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    bd818a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4826778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86eca21 View commit details
    Browse the repository at this point in the history
  4. correct type hint

    cpacker committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a5c0f90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ffde0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b02a2d View commit details
    Browse the repository at this point in the history
  7. patch unrelated test

    cpacker committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6879f2a View commit details
    Browse the repository at this point in the history
  8. update wording on readme

    cpacker committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    df1d640 View commit details
    Browse the repository at this point in the history
  9. patch another unrelated test

    cpacker committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    67b582a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a6f0e3 View commit details
    Browse the repository at this point in the history
  11. Changed 'user' to 'human' in example; Defaulted AgentConfig.model to …

    …'None'; Fixed issue in create_agent (accounting for dict config); matched test code to example
    BabellDev committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6b7ea4c View commit details
    Browse the repository at this point in the history
  12. Fixed advanced example

    BabellDev committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    58b2973 View commit details
    Browse the repository at this point in the history
  13. patch test

    cpacker committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    ca2f88b View commit details
    Browse the repository at this point in the history
  14. patch

    cpacker committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    dd477c5 View commit details
    Browse the repository at this point in the history