Improve UX.
This commit is contained in:
parent
7ab0e671ea
commit
53adb4d6e6
|
|
@ -131,7 +131,7 @@ def run_research_agent(
|
|||
|
||||
# Display console message if provided
|
||||
if console_message:
|
||||
console.print(Panel(Markdown(console_message), title="🔬 Research Task"))
|
||||
console.print(Panel(Markdown(console_message), title="🔬 Researching"))
|
||||
|
||||
# Run agent with retry logic
|
||||
return run_agent_with_retry(agent, prompt, run_config)
|
||||
|
|
|
|||
Loading…
Reference in New Issue