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 += "[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 += "[dim]Successor of TradingAgents by TaurusResearch[/dim]\n\n"
|
||||||
welcome_content += "[bold]Workflow Steps:[/bold]\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 += "I. Analyst Team → II. Research Team → III. Trader → IV. Risk Management → V. Portfolio Management"
|
||||||
welcome_content += (
|
|
||||||
"[dim]Built by [Tauric Research](https://github.com/TauricResearch)[/dim]"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create and center the welcome box
|
# Create and center the welcome box
|
||||||
welcome_box = Panel(
|
welcome_box = Panel(
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,7 @@ def update_display(layout, message_buffer, spinner_text=None):
|
||||||
# Header with welcome message
|
# Header with welcome message
|
||||||
layout["header"].update(
|
layout["header"].update(
|
||||||
Panel(
|
Panel(
|
||||||
"[bold green]Welcome to Litadel CLI[/bold green]\n"
|
"[bold green]Welcome to Litadel CLI[/bold green]",
|
||||||
"[dim]© [Tauric Research](https://github.com/TauricResearch)[/dim]",
|
|
||||||
title="Welcome to Litadel",
|
title="Welcome to Litadel",
|
||||||
border_style="green",
|
border_style="green",
|
||||||
padding=(1, 2),
|
padding=(1, 2),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue