cleanup cli and rename project and add copyright notice of the predecessor project

This commit is contained in:
Marvin Gabler 2025-10-21 18:08:14 +02:00
parent 8d1e7afe69
commit a48797e733
2 changed files with 2 additions and 6 deletions

View File

@ -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(

View File

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