feat: AI Bounty Description Enhancer with multi-LLM support#1003
Open
Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Open
feat: AI Bounty Description Enhancer with multi-LLM support#1003Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Conversation
Adds an AI-powered bounty description enhancement feature: Frontend: - New AIDescriptionEnhancer component integrated into BountyCreateWizard - Multi-LLM results panel showing Claude, OpenAI, and Gemini analyses - Consensus view merging the best suggestions from all providers - Acceptance criteria, suggested skills, and tier classification - One-click apply to update title and description fields Backend Script: - scripts/enhance_description.py - standalone multi-LLM analysis tool - Supports Claude (Anthropic), OpenAI (GPT-4o), and Gemini providers - Consensus algorithm with majority-vote tier and merged criteria - CLI interface for standalone usage and CI integration Closes SolFoundry#848
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.
Summary
Implements an AI-powered bounty description enhancement feature that analyzes vague bounty descriptions and automatically generates improved versions with clearer requirements, acceptance criteria, and examples.
Frontend Changes
AIDescriptionEnhancercomponent — integrated into the BountyCreateWizard's description stepBackend Script
scripts/enhance_description.py— standalone multi-LLM analysis toolAcceptance Criteria Met
Closes #848
Wallet
humoudideas77