Skip to content

fix(node-type-registry): update BlueprintAgentConfig for has_resources/has_agents/has_plans#1250

Merged
pyramation merged 1 commit into
mainfrom
feat/update-blueprint-agent-config
May 31, 2026
Merged

fix(node-type-registry): update BlueprintAgentConfig for has_resources/has_agents/has_plans#1250
pyramation merged 1 commit into
mainfrom
feat/update-blueprint-agent-config

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

BlueprintAgentConfig in generate-types.ts still referenced the old has_knowledge / knowledge config shape from before the agent_module consolidation (constructive-db#1439). Updated to match the current SQL interface:

- has_knowledge?: boolean;
- knowledge?: { has_chunks, dimensions, chunk_size, ... };
- provisions?: { thread, message, task, prompt, knowledge };
+ has_plans?: boolean;
+ has_resources?: boolean;
+ has_agents?: boolean;
+ resources?: { has_chunks, dimensions, chunk_size, ... }[];
+ provisions?: { thread, message, task, prompt, plan, resource, agent, persona };

Also changed search_indexes options from 'fulltext' to 'tsvector' to match the default change in constructive-db#1451.

Link to Devin session: https://app.devin.ai/sessions/e3d47c4b7872465d8f5e2b7813a7c48b
Requested by: @pyramation

…s/has_agents/has_plans

Replace outdated has_knowledge/knowledge config with:
- has_plans: opt-in plan + approval workflow
- has_resources: opt-in unified agent_resource table
- has_agents: opt-in agent registry + personas (implies has_resources)
- resources: config array (dimensions, chunk_size, chunk_strategy, etc.)
- provisions: add plan, resource, agent, persona table overrides
- search_indexes: fulltext → tsvector (default changed in constructive-db)
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@pyramation pyramation merged commit e849e4b into main May 31, 2026
37 checks passed
@pyramation pyramation deleted the feat/update-blueprint-agent-config branch May 31, 2026 07: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.

1 participant