Conversation
…pport for new ADR framework
Removed all CM code now living in /scratch/bblj/mgoliyad1/campaign_manager (branch new_cm): - src/campaign/ — AsyncCampaignManager core, ADR bridge, scheduler, executor, backpressure, sharder, bandit, triage, surrogate, budget controller, replanning, plan schema/loader - workflows/run_campaign/ — esm2_ddsim_campaign, dreamer_campaign examples - tests: test_campaign_manager, test_adr_bridge, test_budget_controller, test_plan_loader, test_replanning, test_surrogate, test_triage SPHERICAL retains: src/inference/ (ESM2 service), src/utils/, workflows/esm2_inference/, workflows/sgdes/, and the inference/SGDES tests. pyproject.toml: removed adr and llm extras (CM-only); removed examples* from packages.find; updated description. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
AsyncCampaignManager and all campaign orchestration code was moved to the campaign_manager repo (see commit bbdf56f). CLAUDE.md still described the full CM architecture — rewrite it to document what SPHERICAL now actually contains: the multi-GPU ESM2 inference service framework, SGDES workflow, and shared utilities. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This repo will be used for Spherical workflows only.