Add LLM Council agent and councilor subagents to hve-core#1327
Open
andrewDoing wants to merge 1 commit intomicrosoft:mainfrom
Open
Add LLM Council agent and councilor subagents to hve-core#1327andrewDoing wants to merge 1 commit intomicrosoft:mainfrom
andrewDoing wants to merge 1 commit intomicrosoft:mainfrom
Conversation
…stion synthesis - add council agent to synthesize responses from GPT-5.4, Opus 4.6, and Gemini 3.1 Pro - implement individual councilor agents for each model - update documentation to reflect new council structure and capabilities 🔍 - Generated by Copilot
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1327 +/- ##
==========================================
+ Coverage 87.63% 87.65% +0.01%
==========================================
Files 61 61
Lines 9328 9328
==========================================
+ Hits 8175 8176 +1
+ Misses 1153 1152 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Pull Request
Description
Adds an LLM Council agent that dispatches the same question package to GPT-5.4, Opus 4.6, and Gemini 3.1 Pro councilor subagents, then synthesizes consensus, disagreement, assumptions, uncertainty, and a recommended next step into one user-facing answer.
This contribution is scoped as a reusable decision-support pattern for hve-core rather than a broader orchestration platform. It keeps the first upstream cut focused on agent artifacts and discoverability updates.
Related Issue(s)
Closes #1326
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Compare two implementation approaches and tell me where the models agree, where they disagree, and what we should do next.
Execution Flow:
Output Artifacts:
The agent returns one synthesized response rather than three separate answers. The response is expected to include a direct answer, consensus points, disagreement and uncertainty, model-by-model summaries, and a final recommendation.
Success Indicators:
The response clearly distinguishes agreement from disagreement, identifies uncertainty, and ends with an actionable recommendation instead of a raw transcript dump.
Testing
Validation has not been run yet in this PR creation flow.
Recommended validation before merge:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generatenpm run docs:testChecklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generatenpm run docs:testSecurity Considerations
Additional Notes
This PR adds a decision-support agent, not a replacement for RPI or PR Review workflows. The value is independent multi-model reasoning with explicit synthesis.