General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
**Purpose:** This file contains the individual micro-workers (nodes) that execute the cognitive and physical tasks of the research syndicate. Each function represents an isolated capability within the LangGraph workflow.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
agent.py)Purpose: This file contains the individual micro-workers (nodes) that execute the cognitive and physical tasks of the research syndicate. Each function represents an isolated capability within the LangGraph workflow.
Key Components:
plan_research: The reasoning engine. Acts as a Senior Data Scientist to decompose the user's topic into highly targeted, academic search queries.execute_search: The execution tool. Connects to the Tavily API to autonomously scrape the web based on the Planner's queries, utilizing advanced search depth to retrieve technical documentation.judge_sources: The evaluation engine. Acts as a strict academic peer-reviewer to grade the retrieved sources against a rigorous rubric, ensuring only high-quality data passes to the final stage.write_report: The synthesis engine. Consolidates the approved research data into a comprehensive, fully-cited Markdown report.