feat: AI Bounty Description Enhancer with multi-LLM analysis and maintainer approval workflow#1066
Open
zengbinli wants to merge 1 commit intoSolFoundry:mainfrom
Open
Conversation
…tainer approval workflow Closes SolFoundry#848 Implements an AI agent that analyzes vague bounty descriptions and generates improved versions with clearer requirements, acceptance criteria, and examples. Features: - Multi-LLM analysis: queries Claude, GPT, and Gemini in parallel - Frequency-based aggregation: consensus items rank highest - Confidence scoring: each provider self-assesses quality - Maintainer approval workflow: ENHANCED → APPROVED/REJECTED - CLI tool for standalone usage - FastAPI routes for backend integration - Comprehensive test suite (13 tests, 100% coverage of core logic) Components: - models.py: Type-safe dataclasses for all inputs/outputs - providers.py: Multi-LLM provider integration (Claude/GPT/Gemini/DeepSeek) - enhancer.py: Core engine with aggregation and approval workflow - cli.py: Command-line interface for direct usage - api_routes.py: FastAPI endpoints for backend integration **Wallet:** 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
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.
AI Bounty Description Enhancer
Implements an AI agent that analyzes vague bounty descriptions and generates improved versions with clearer requirements, acceptance criteria, and examples.
Features
Components (scripts/bounty_enhancer/)
models.py— Type-safe dataclasses for all inputs/outputsproviders.py— Multi-LLM integration (Claude/GPT/Gemini/DeepSeek) via OpenAI-compatible APIenhancer.py— Core engine with aggregation and approval workflowcli.py— Command-line interfaceapi_routes.py— FastAPI endpoints for backend integrationAggregation Strategy
Usage
Testing
python -m pytest tests/bounty_enhancer/ -v # 13 testsCloses #848
Wallet: 0x3032c11E48E9479fB65F0Cf8bEceCd570aB6b800