Bull researcher
bull_researcher
Functions:
| Name | Description |
|---|---|
create_bull_researcher |
Creates a bull researcher node for the trading graph. |
create_bull_researcher
create_bull_researcher(
llm: ChatModel, memory: FinancialSituationMemory
) -> Callable[[AgentState], dict[str, Any]]
Creates a bull researcher node for the trading graph.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
ChatModel
|
The language model to use for generating responses. |
required |
|
FinancialSituationMemory
|
The memory module for retrieving past financial situations. |
required |
Returns:
| Type | Description |
|---|---|
Callable[[AgentState], dict[str, Any]]
|
Callable[[AgentState], dict[str, Any]]: A function representing the bull researcher node. |