[GH-ISSUE #7] compress_research_human_message: the topic will never be set. #2

Open
opened 2026-02-15 16:29:17 -05:00 by yindo · 1 comment
Owner

Originally created by @XinyueZ on GitHub (Sep 8, 2025).
Original GitHub issue: https://github.com/langchain-ai/deep_research_from_scratch/issues/7

RESEARCH TOPIC: {research_topic}

in the string, the value has never been used and set.

Am I right?

Originally created by @XinyueZ on GitHub (Sep 8, 2025). Original GitHub issue: https://github.com/langchain-ai/deep_research_from_scratch/issues/7 RESEARCH TOPIC: {research_topic} in the string, the value has never been used and set. Am I right?
Author
Owner

@jameskanyiri commented on GitHub (Sep 19, 2025):

I think this should be the research brief which is the first message in the list of messages

#Get the first message from the messages list
first_message = state["researcher_messages"][0]
research_topic = first_message.content
@jameskanyiri commented on GitHub (Sep 19, 2025): I think this should be the research brief which is the first message in the list of messages ``` #Get the first message from the messages list first_message = state["researcher_messages"][0] research_topic = first_message.content ```
yindo changed title from compress_research_human_message: the topic will never be set. to [GH-ISSUE #7] compress_research_human_message: the topic will never be set. 2026-06-05 17:20:01 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deep_research_from_scratch#2