Skip to content

Add SciForge visualization pipeline#8

Open
PatrickPeiyuHe wants to merge 3 commits intobillion-token-one-task:mainfrom
PatrickPeiyuHe:codex/issue-6-validation-figures
Open

Add SciForge visualization pipeline#8
PatrickPeiyuHe wants to merge 3 commits intobillion-token-one-task:mainfrom
PatrickPeiyuHe:codex/issue-6-validation-figures

Conversation

@PatrickPeiyuHe
Copy link
Copy Markdown

@PatrickPeiyuHe PatrickPeiyuHe commented May 6, 2026

Summary

Closes #6 by adding a full SciForge visualization pipeline and wiring it into the completed validation loop.

  • Adds agents/visualization_agent.py as the dedicated automated visualization module.
  • Generates programmatic experiment figures from experiment_iterations and experiment_runs:
    • metric trajectory
    • baseline vs proposed comparison
  • Generates literature/result charts from the results table when contextual data exists.
  • Generates conceptual diagrams-as-code from deep_insights content:
    • approach / motivation overview
    • method architecture diagram
    • knowledge graph subgraph from graph_relations
  • Writes figures under the experiment workspace figures/ directory.
  • Emits SVG/PDF/render-source/DOT artifacts plus figure_manifest.json.
  • Registers renderable figures in experiment_artifacts with artifact_type='plot' and source/manifest files as source_data.
  • References generated figures in final_report.md when present, or writes a figure_references.md sidecar.
  • Keeps visualization generation and artifact registration non-blocking.

@cla-assistant
Copy link
Copy Markdown

cla-assistant Bot commented May 6, 2026

CLA assistant check
All committers have signed the CLA.

@PatrickPeiyuHe
Copy link
Copy Markdown
Author

I have read the CLA.md and agree to the terms.

Could a maintainer please add @PatrickPeiyuHe to cla-signers.json so the repository CLA workflow can pass?

@PatrickPeiyuHe PatrickPeiyuHe changed the title Generate validation figure artifacts Add SciForge visualization pipeline May 6, 2026
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.

[Feature Request] Automated Research Figure & Visualization Generation Pipeline

1 participant