Add SciAgent scientific research flow configuration #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
This PR introduces the initial SciAgent scientific research flow configuration, designed as a domain-agnostic, multi-stage research workflow. It provides the foundation for a general-purpose scientific reasoning agent within DeepCritical, complementing existing domain-specific flows such as PRIME and Bioinformatics.
The SciAgent statemachine is intended to support tasks such as:
This PR only includes configuration and Hydra integration.
Implementation of execution nodes will follow in subsequent PRs.
Type of Change
Component
Related Issues
Changes Made
Added new configuration file:
configs/statemachines/flows/sciagent.yamlAdded
sciagententry toconfigs/config.yamlunder theflows:blockIntroduced parameters for:
Enabled Hydra toggling of the flow via:
uv run deepresearch flows.sciagent.enabled=true question="..."Testing
Test Configuration
uv sync uv run deepresearch flows.sciagent.enabled=true \ question="What mechanisms regulate TP53-mediated apoptosis?"Test was successful at config-loading level:
Configuration Changes
Configuration Details
Full config provided in
configs/statemachines/flows/sciagent.yaml.Documentation
Performance Impact
(this PR only adds config files)
Breaking Changes
Checklist
Additional Notes
This PR is the first of several steps toward building the SciAgent subsystem.
Upcoming additions will include:
SciAgentParsenodeSciAgentHypothesizenodeDeepResearch/app.pyReviewer Notes
Please verify:
configs/statemachines/flows/flows:blockNo runtime behavior changes are introduced yet — this is configuration only.
Screenshots/Output
Not applicable for this PR.