Skip to content

feat: Add script for programmatic research execution #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kumanday
Copy link

@kumanday kumanday commented Jul 18, 2025

This PR introduces a new script, run_research.py, to allow for programmatic
execution of the deep research agent from the command line. This is useful for
automated workflows and for capturing the full, untruncated output of the final
report.

Changes:

  • run_research.py: A new script that takes a research query as a command-line
    argument and saves the generated report to final_report.md.
  • README.md: Updated the "Deployments and Usages" section with instructions on
    how to use the new script.
  • .gitignore: Added final_report.md to the .gitignore file to prevent
    generated reports from being accidentally committed.

Usage:

 python run_research.py "Your research query here"

@rlancemartin rlancemartin force-pushed the main branch 2 times, most recently from 214871e to c84ad97 Compare August 8, 2025 05:28
@rlancemartin
Copy link
Collaborator

@claude

Copy link

claude bot commented Aug 9, 2025

Claude encountered an error —— View job

Failed with exit code 128

I'll analyze this and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants