cleanup cli and rename project and add copyright notice of the predecessor project
This commit is contained in:
parent
8d1e7afe69
commit
a48797e733
|
|
@ -62,10 +62,7 @@ def get_user_selections():
|
|||
welcome_content += "[bold green]Litadel: Multi-Agents LLM Financial Trading Framework - CLI[/bold green]\n\n"
|
||||
welcome_content += "[dim]Successor of TradingAgents by TaurusResearch[/dim]\n\n"
|
||||
welcome_content += "[bold]Workflow Steps:[/bold]\n"
|
||||
welcome_content += "I. Analyst Team → II. Research Team → III. Trader → IV. Risk Management → V. Portfolio Management\n\n"
|
||||
welcome_content += (
|
||||
"[dim]Built by [Tauric Research](https://github.com/TauricResearch)[/dim]"
|
||||
)
|
||||
welcome_content += "I. Analyst Team → II. Research Team → III. Trader → IV. Risk Management → V. Portfolio Management"
|
||||
|
||||
# Create and center the welcome box
|
||||
welcome_box = Panel(
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@ def update_display(layout, message_buffer, spinner_text=None):
|
|||
# Header with welcome message
|
||||
layout["header"].update(
|
||||
Panel(
|
||||
"[bold green]Welcome to Litadel CLI[/bold green]\n"
|
||||
"[dim]© [Tauric Research](https://github.com/TauricResearch)[/dim]",
|
||||
"[bold green]Welcome to Litadel CLI[/bold green]",
|
||||
title="Welcome to Litadel",
|
||||
border_style="green",
|
||||
padding=(1, 2),
|
||||
|
|
|
|||
Loading…
Reference in New Issue