You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is one of many features that extend memgpt/log.py into other files in the memgpt directory. This will be in several different feature requests. So we can commit groups of files in small commit sets, gradually improving logging through the multiple requests rather than a big bang commit.
Describe the solution you'd like
Progressive improvement of Logging.
Describe alternatives you've considered
I have considered doing this as an all-in-one update, but this can lead to many conflicts due to the time-consuming process of all files that will be changed.
Additional context
The following files will be worked on for this request:
memgpt/agent_store/chroma.py
memgpt/agent_store/db.py
memgpt/agent_store/lancedb.py
memgpt/agent_store/storage.py
memgpt/autogen/interface.py
memgpt/autogen/memgpt_agent.py
memgpt/cli/cli.py
memgpt/cli/cli_config.py
memgpt/cli/cli_load.py
memgpt/client/client.py
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is one of many features that extend memgpt/log.py into other files in the memgpt directory. This will be in several different feature requests. So we can commit groups of files in small commit sets, gradually improving logging through the multiple requests rather than a big bang commit.
Describe the solution you'd like
Progressive improvement of Logging.
Describe alternatives you've considered
I have considered doing this as an all-in-one update, but this can lead to many conflicts due to the time-consuming process of all files that will be changed.
Additional context
The following files will be worked on for this request:
memgpt/agent_store/chroma.py
memgpt/agent_store/db.py
memgpt/agent_store/lancedb.py
memgpt/agent_store/storage.py
memgpt/autogen/interface.py
memgpt/autogen/memgpt_agent.py
memgpt/cli/cli.py
memgpt/cli/cli_config.py
memgpt/cli/cli_load.py
memgpt/client/client.py
The text was updated successfully, but these errors were encountered: