mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
7 lines
176 B
Python
7 lines
176 B
Python
import typer
|
|
|
|
typer.secho(
|
|
"Command `python main.py` no longer supported. Please run `letta run`. See https://docs.letta.com for more info.",
|
|
fg=typer.colors.YELLOW,
|
|
)
|