Skip to content

feat(blueprints): support starting new blueprints after startup#1744

Merged
paul-nechifor merged 2 commits intodevfrom
paul/feat/blueprint-rework
Apr 5, 2026
Merged

feat(blueprints): support starting new blueprints after startup#1744
paul-nechifor merged 2 commits intodevfrom
paul/feat/blueprint-rework

Conversation

@paul-nechifor
Copy link
Copy Markdown
Contributor

@paul-nechifor paul-nechifor commented Apr 4, 2026

Problem

  • Module coordinator doesn't allow starting multiple blueprints.

Closes DIM-XXX

Solution

  • Blueprints are now fully immutable. They cannot be built. You have to use a ModuleCoordinator to build a blueprint.
  • Restructured the files and moved related code into the dimos/core/coordinator directory.

Breaking Changes

  • The import locations have changed.
  • Blueprint.build was removed. You have to use a ModuleCoordinator to build.

How to Test

Contributor License Agreement

  • I have read and approved the CLA.

@paul-nechifor paul-nechifor force-pushed the paul/feat/blueprint-rework branch from 65662aa to 65fb895 Compare April 4, 2026 21:50
@paul-nechifor paul-nechifor enabled auto-merge (squash) April 5, 2026 01:20
@paul-nechifor paul-nechifor merged commit 7dd9eab into dev Apr 5, 2026
14 of 15 checks passed
@paul-nechifor paul-nechifor deleted the paul/feat/blueprint-rework branch April 5, 2026 02:45
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