Skip to content

Conversation

yusefmosiah
Copy link

This PR resolves an import error in the get_today_str function where datetime.datetime.now() was being used
but only datetime was imported, causing a NameError.

Changes:

  • Changed datetime.datetime.now() to datetime.now() in src/open_deep_research/utils.py

Related Issue:
This addresses a bug where the function would raise a NameError when called.

Testing:
The fix has been tested locally and resolves the import error.

Please review and let me know if any changes are needed.

yusefmosiah and others added 2 commits August 10, 2025 22:15
… graph and register in langgraph.json\n- Add scripts/call_api.py for parametric server calls (invoke/stream)\n- Add Makefile targets (dev, invoke/stream, essay/deep shortcuts, compare-models)\n- Add Streamlit prototype (app.py) and local JSON storage\n- Add AGENTS.md contributor guide and docs/ESSAY_WRITER_CLI_GUIDE.md\n- Update .gitignore (sessions, out/)
@rlancemartin
Copy link
Collaborator

Fixed --
#178

@rlancemartin
Copy link
Collaborator

Please open separate PR for anything unrelated to the datetime bug.

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