Files
letta-server/main.py
Sarah Wooders 8ae1e64987 chore: migrate package name to letta (#1775)
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>
2024-09-23 09:15:18 -07:00

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,
)