Files
letta-server/tests/config.py
Kian Jones b8e9a80d93 merge this (#4759)
* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00

9 lines
255 B
Python

import os
from letta.config import LettaConfig
from letta.constants import LETTA_DIR
class TestMGPTConfig(LettaConfig):
config_path: str = os.getenv("TEST_MEMGPT_CONFIG_PATH") or os.getenv("MEMGPT_CONFIG_PATH") or os.path.join(LETTA_DIR, "config")