fix
This commit is contained in:
parent
65ef62de17
commit
9b59891d97
|
|
@ -1,7 +1,3 @@
|
||||||
import time
|
|
||||||
import json
|
|
||||||
|
|
||||||
|
|
||||||
def create_research_manager(llm, memory, config):
|
def create_research_manager(llm, memory, config):
|
||||||
"""Create the research manager node with language support."""
|
"""Create the research manager node with language support."""
|
||||||
language = config["output_language"]
|
language = config["output_language"]
|
||||||
|
|
@ -34,9 +30,9 @@ Summarize the key points from both sides concisely, focusing on the most compell
|
||||||
|
|
||||||
Additionally, develop a detailed investment plan for the trader. This should include:
|
Additionally, develop a detailed investment plan for the trader. This should include:
|
||||||
|
|
||||||
Your Recommendation: A decisive stance supported by the most convincing arguments. (Must Provide your recommendation(BUY/SELL/HOLD) on the very beginning)
|
Your Recommendation: A decisive stance supported by the most convincing arguments.
|
||||||
Rationale: An explanation of why these arguments lead to your conclusion. (Must Provide)
|
Rationale: An explanation of why these arguments lead to your conclusion.
|
||||||
Strategic Actions: Concrete steps for implementing the recommendation. (Must Provide)
|
Strategic Actions: Concrete steps for implementing the recommendation.
|
||||||
Take into account your past mistakes on similar situations. Use these insights to refine your decision-making and ensure you are learning and improving. Present your analysis conversationally, as if speaking naturally, without special formatting.
|
Take into account your past mistakes on similar situations. Use these insights to refine your decision-making and ensure you are learning and improving. Present your analysis conversationally, as if speaking naturally, without special formatting.
|
||||||
|
|
||||||
Here are your past reflections on mistakes:
|
Here are your past reflections on mistakes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue