Co-authored-by: Charles Packer <packercharles@gmail.com> Co-authored-by: Shubham Naik <shubham.naik10@gmail.com> Co-authored-by: Shubham Naik <shub@memgpt.ai>
7 lines
179 B
Python
7 lines
179 B
Python
import typer
|
|
|
|
typer.secho(
|
|
"Command `python main.py` no longer supported. Please run `letta run`. See https://letta.readme.io/docs/quickstart.",
|
|
fg=typer.colors.YELLOW,
|
|
)
|