Feature/trading pipeline integration#56
Merged
Merged
Conversation
- Ajout du service unifié trading_pipeline_service.py - Création des routes API trading_pipeline_routes.py - Configuration centralisée trading_pipeline_config.py - Interface frontend complète dans AutoWallet.vue - Composant TradingPipeline.vue avec visualisation du flux - Style du chatbot modernisé et cohérent - Console.log partout pour le debugging - Section 'Trades Exécutés' ajoutée - Documentation complète et guides d'utilisation - Script de démarrage start_pipeline.sh - Tests et validation de l'API L'intégration est maintenant 100% fonctionnelle et prête pour la production
… autowallet news and alerts - Implemented NewsAlertsDashboard.vue to display recent news and investment alerts with filtering options. - Added methods in apiService.js for fetching autowallet news and alerts, analyzing news, and managing autowallet configuration. - Enhanced UI with loading states and user-friendly messages for no news or alerts.
- Removed deprecated script run_mcp.sh from Dockerfile and changed CMD to run app.py. - Updated background styles in chatbot.vue to use a solid color instead of a gradient for a more modern look.
…izing - Added an accordion toggle for the news section to improve user experience. - Implemented dynamic resizing for the news accordion, allowing users to adjust its height. - Updated styles for better visual appeal and usability, including a new header and scrollbar customization. - Enhanced news display with a count of filtered news items and improved layout for news items and actions.
- Introduced a new API for testing the trading pipeline with integrated news functionalities. - Added endpoints for pipeline status, starting/stopping the pipeline, and testing news collection and data fusion. - Created a new Vue component, PipelineTestDashboard, for a user-friendly interface to interact with the pipeline. - Enhanced the AutoWallet component with a link to the new pipeline test dashboard. - Updated models to include news data and recommendations, improving the overall data handling in the pipeline. - Integrated news analysis and prediction features into the pipeline workflow.
- Added ASI_ONE_API_KEY to the Docker Compose environment variables for API integration. - Introduced a comprehensive frontend guide for the CryptoPilot trading pipeline, detailing architecture, API usage, and component structure. - Updated the API routes to provide real-time status and metrics for the pipeline, including asynchronous handling for starting and stopping agents. - Enhanced the FullPipelineDashboard component with new buttons for controlling individual agents and improved data handling for pipeline metrics. - Implemented real-time updates for agent execution counts and metrics display in the frontend, improving user interaction and monitoring capabilities.
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.
Description
merge the pipe line agent with the code base
Changes include
Checklist
Additional comments
Please post additional comments in this section if you have them, otherwise delete it.