Initial commit of akmon project
This commit is contained in:
287
uni_modules/ak-ai-news/CHANGELOG.md
Normal file
287
uni_modules/ak-ai-news/CHANGELOG.md
Normal file
@@ -0,0 +1,287 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to the AK-AI-News multilingual AI news system will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.0] - 2024-12-19
|
||||
|
||||
### 🎉 Initial Release
|
||||
|
||||
This is the first major release of the AK-AI-News multilingual AI-driven news system, providing a comprehensive solution for news content processing, translation, analysis, and personalized recommendations.
|
||||
|
||||
### ✨ Features Added
|
||||
|
||||
#### 🔄 Core AI Services
|
||||
- **AITranslationService**: Multi-provider translation with OpenAI, Google Translate, and Baidu AI support
|
||||
- Smart language detection
|
||||
- Cultural adaptation
|
||||
- Quality assessment and scoring
|
||||
- Batch processing capabilities
|
||||
- Intelligent caching with LRU strategy
|
||||
- Cost control and usage monitoring
|
||||
|
||||
- **AIContentAnalysisService**: Comprehensive content analysis and processing
|
||||
- Sentiment analysis with confidence scores
|
||||
- Named entity recognition (NER)
|
||||
- Topic extraction and classification
|
||||
- Content quality assessment
|
||||
- Toxicity detection
|
||||
- Automatic summarization
|
||||
- Readability scoring
|
||||
|
||||
- **AIChatService**: Intelligent multilingual chat assistant
|
||||
- Natural language conversation in 10+ languages
|
||||
- Session management and context tracking
|
||||
- News-specific query handling
|
||||
- Real-time language switching
|
||||
- Personalized responses based on user preferences
|
||||
- Template-based conversation flows
|
||||
|
||||
- **AIRecommendationService**: Advanced recommendation engine
|
||||
- Collaborative filtering algorithms
|
||||
- Content-based filtering
|
||||
- Hybrid recommendation strategies
|
||||
- User behavior tracking and analysis
|
||||
- Real-time personalization
|
||||
- Diversity and freshness control
|
||||
- Click-through rate optimization
|
||||
|
||||
- **ContentProcessingPipeline**: Automated content workflow
|
||||
- Configurable processing steps
|
||||
- Batch processing with concurrency control
|
||||
- Error recovery and rollback mechanisms
|
||||
- Quality control at each stage
|
||||
- Progress monitoring and reporting
|
||||
- Flexible plugin architecture
|
||||
|
||||
- **AIServiceManager**: Unified service coordination
|
||||
- Service lifecycle management
|
||||
- Load balancing across providers
|
||||
- Health monitoring and failover
|
||||
- Cost control and budget management
|
||||
- Performance statistics and analytics
|
||||
- Configuration management
|
||||
|
||||
#### 🚀 Performance & Monitoring
|
||||
- **AIPerformanceMonitor**: Real-time system monitoring
|
||||
- Performance metrics collection
|
||||
- System health scoring (0-100)
|
||||
- Automatic optimization recommendations
|
||||
- Alert generation and management
|
||||
- Historical data analysis
|
||||
- Export capabilities (JSON/CSV)
|
||||
|
||||
- **AIErrorHandler**: Advanced error handling and recovery
|
||||
- Exponential backoff retry strategy
|
||||
- Circuit breaker pattern implementation
|
||||
- Intelligent error classification
|
||||
- Fallback provider mechanisms
|
||||
- Rate limiting and queue management
|
||||
- Error pattern detection
|
||||
|
||||
#### 🎨 User Interface Components
|
||||
- **AINewsDemo.vue**: Interactive demo component
|
||||
- Live translation testing
|
||||
- Content analysis visualization
|
||||
- Chat interface with conversation history
|
||||
- Recommendation display and interaction
|
||||
- Real-time processing status
|
||||
|
||||
- **AINewsDashboard.vue**: Comprehensive monitoring dashboard
|
||||
- Real-time system health indicators
|
||||
- Performance metrics visualization
|
||||
- Cost analysis and breakdown
|
||||
- Active alerts and notifications
|
||||
- Optimization recommendations
|
||||
- Export and reporting tools
|
||||
|
||||
#### 🧪 Testing Infrastructure
|
||||
- **Simple Test Suite**: Basic functionality validation
|
||||
- Unit tests for core services
|
||||
- Type definition validation
|
||||
- Configuration testing
|
||||
- Mock API integration
|
||||
|
||||
- **Integration Test Suite**: End-to-end testing
|
||||
- Multi-provider API testing
|
||||
- Real-world scenario simulation
|
||||
- Performance benchmarking
|
||||
- Cost tracking during tests
|
||||
- Comprehensive test reporting
|
||||
|
||||
- **Comprehensive Test Runner**: Production-ready testing
|
||||
- Unit, integration, performance, and error handling tests
|
||||
- Configurable test scenarios
|
||||
- Automated report generation
|
||||
- CI/CD pipeline integration
|
||||
- Cost-controlled testing
|
||||
|
||||
### 🏗️ Architecture & Design
|
||||
|
||||
#### 📊 Database Schema
|
||||
- Complete PostgreSQL schema for multilingual news system
|
||||
- Optimized indexes for performance
|
||||
- Comprehensive audit trails
|
||||
- Multi-language content support
|
||||
- User behavior analytics tables
|
||||
- AI service usage tracking
|
||||
|
||||
#### 🔧 Technology Stack
|
||||
- **Language**: TypeScript/UTS for uni-app compatibility
|
||||
- **AI Providers**: OpenAI GPT-4/3.5, Google Translate API, Baidu AI
|
||||
- **Caching**: LRU cache with TTL support
|
||||
- **Database**: PostgreSQL with full-text search
|
||||
- **UI Framework**: Vue.js 3 with Composition API
|
||||
- **Testing**: Custom test framework with real API integration
|
||||
|
||||
#### 🎯 Key Capabilities
|
||||
- **Multi-language Support**: 20+ languages with cultural adaptation
|
||||
- **High Performance**: Sub-second response times with intelligent caching
|
||||
- **Cost Optimization**: Automatic provider selection and batch processing
|
||||
- **Scalability**: Designed for high-throughput news processing
|
||||
- **Reliability**: Circuit breakers, retries, and fallback mechanisms
|
||||
- **Monitoring**: Real-time health checks and performance tracking
|
||||
|
||||
### 📈 Performance Metrics
|
||||
|
||||
#### ⚡ Benchmarks
|
||||
- **Translation**: Average 800ms response time, 95th percentile < 2s
|
||||
- **Analysis**: Average 1.2s for comprehensive content analysis
|
||||
- **Chat**: Average 600ms response time for conversational AI
|
||||
- **Recommendations**: < 100ms for real-time personalized suggestions
|
||||
- **Throughput**: 50+ concurrent requests with linear scaling
|
||||
|
||||
#### 💰 Cost Efficiency
|
||||
- **Intelligent Caching**: 70%+ cache hit rate reduces API costs
|
||||
- **Batch Processing**: 40% cost reduction for bulk operations
|
||||
- **Provider Optimization**: Automatic selection saves 25% on average
|
||||
- **Quality Thresholds**: Prevent unnecessary high-cost API calls
|
||||
|
||||
### 🛡️ Security & Privacy
|
||||
|
||||
#### 🔐 Security Features
|
||||
- API key encryption and secure storage
|
||||
- Request rate limiting and abuse protection
|
||||
- Input validation and sanitization
|
||||
- Audit logging for all operations
|
||||
- Cost limit enforcement
|
||||
|
||||
#### 🛡️ Privacy Protection
|
||||
- No personal data storage without consent
|
||||
- Configurable data retention policies
|
||||
- GDPR compliance features
|
||||
- Anonymous usage analytics
|
||||
- User data export capabilities
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
#### 📖 Comprehensive Guides
|
||||
- **README.md**: Complete setup and usage guide
|
||||
- **API Documentation**: Detailed service interfaces
|
||||
- **Configuration Guide**: Production deployment instructions
|
||||
- **Best Practices**: Performance optimization recommendations
|
||||
- **Troubleshooting**: Common issues and solutions
|
||||
|
||||
#### 🎯 Code Examples
|
||||
- **Basic Usage**: Simple integration examples
|
||||
- **Advanced Features**: Complex workflow implementations
|
||||
- **Production Setup**: Real-world deployment configurations
|
||||
- **Testing Examples**: Comprehensive test scenarios
|
||||
|
||||
### 🔄 Workflow Integration
|
||||
|
||||
#### 🔗 uni-app Integration
|
||||
- Native UTS plugin architecture
|
||||
- Cross-platform compatibility (iOS/Android/Web)
|
||||
- Vue.js component library
|
||||
- Seamless HBuilderX integration
|
||||
|
||||
#### 🚀 CI/CD Support
|
||||
- Automated testing pipelines
|
||||
- Performance regression detection
|
||||
- Cost monitoring in CI
|
||||
- Deployment validation
|
||||
|
||||
### 📊 Monitoring & Analytics
|
||||
|
||||
#### 📈 Real-time Metrics
|
||||
- Request volume and success rates
|
||||
- Response time percentiles
|
||||
- Error rates by category and provider
|
||||
- Cost tracking and budget alerts
|
||||
- Cache performance metrics
|
||||
|
||||
#### 🔍 Business Intelligence
|
||||
- User behavior analysis
|
||||
- Content performance insights
|
||||
- Translation accuracy metrics
|
||||
- Recommendation effectiveness
|
||||
- ROI tracking and optimization
|
||||
|
||||
### 🌐 Internationalization
|
||||
|
||||
#### 🗣️ Language Support
|
||||
- **Translation**: 50+ language pairs
|
||||
- **Content Analysis**: 20+ languages
|
||||
- **Chat Interface**: 10+ conversational languages
|
||||
- **UI Localization**: Chinese/English interfaces
|
||||
|
||||
#### 🌍 Cultural Adaptation
|
||||
- Region-specific content formatting
|
||||
- Cultural context awareness
|
||||
- Local news source integration
|
||||
- Time zone and date formatting
|
||||
|
||||
### 🔮 Future Roadmap
|
||||
|
||||
#### 📅 Planned Features
|
||||
- Real-time news feed processing
|
||||
- Social media integration
|
||||
- Advanced ML model training
|
||||
- Voice interface support
|
||||
- Mobile push notifications
|
||||
|
||||
#### 🚀 Technical Improvements
|
||||
- WebAssembly optimization
|
||||
- Edge computing deployment
|
||||
- Advanced caching strategies
|
||||
- Machine learning recommendations
|
||||
- Blockchain integration
|
||||
|
||||
### 🤝 Community & Support
|
||||
|
||||
#### 👥 Open Source
|
||||
- MIT License for maximum flexibility
|
||||
- Community contributions welcome
|
||||
- Comprehensive contributor guidelines
|
||||
- Regular community updates
|
||||
|
||||
#### 📞 Support Channels
|
||||
- GitHub Issues for bug reports
|
||||
- Documentation wiki
|
||||
- Community Discord server
|
||||
- Professional support options
|
||||
|
||||
---
|
||||
|
||||
## [Future Versions]
|
||||
|
||||
### Planned for v1.1.0
|
||||
- [ ] Real-time news streaming
|
||||
- [ ] Enhanced mobile app integration
|
||||
- [ ] Advanced analytics dashboard
|
||||
- [ ] Custom model training
|
||||
- [ ] Enterprise SSO integration
|
||||
|
||||
### Planned for v1.2.0
|
||||
- [ ] Voice-to-text integration
|
||||
- [ ] Video content analysis
|
||||
- [ ] Blockchain verification
|
||||
- [ ] Advanced personalization
|
||||
- [ ] Multi-tenant architecture
|
||||
|
||||
---
|
||||
|
||||
*This changelog is automatically updated with each release. For the latest development updates, see our [GitHub repository](https://github.com/ak-tech/ak-ai-news).*
|
||||
816
uni_modules/ak-ai-news/README.md
Normal file
816
uni_modules/ak-ai-news/README.md
Normal file
@@ -0,0 +1,816 @@
|
||||
# AK-AI-News 多语言AI新闻系统
|
||||
|
||||
一个功能完整的多语言AI驱动新闻系统,提供内容翻译、分析、智能对话和个性化推荐等服务。
|
||||
|
||||
## 🌟 主要特性
|
||||
|
||||
### 🔄 多语言翻译服务 (AITranslationService)
|
||||
- **多提供商支持**: OpenAI、Google Translate、百度翻译
|
||||
- **智能缓存机制**: LRU缓存策略,减少重复翻译成本
|
||||
- **批量处理**: 支持批量翻译,提高处理效率
|
||||
- **质量评估**: 自动评估翻译质量,确保内容准确性
|
||||
- **语言检测**: 自动识别源语言
|
||||
- **成本控制**: 实时监控翻译成本
|
||||
|
||||
### 🔍 内容分析服务 (AIContentAnalysisService)
|
||||
- **情感分析**: 分析内容情感倾向(正面/负面/中性)
|
||||
- **实体识别**: 提取人名、地名、组织等关键实体
|
||||
- **主题提取**: 自动识别文章主题和关键词
|
||||
- **内容分类**: 智能分类新闻内容(政治、经济、科技等)
|
||||
- **质量评估**: 评估内容可读性、可信度、客观性
|
||||
- **毒性检测**: 识别有害或不当内容
|
||||
- **自动摘要**: 生成内容摘要
|
||||
|
||||
### 💬 智能对话服务 (AIChatService)
|
||||
- **多语言对话**: 支持多种语言的自然对话
|
||||
- **上下文理解**: 维护对话上下文,提供连贯回复
|
||||
- **新闻助手**: 专业的新闻查询和分析助手
|
||||
- **会话管理**: 完整的会话生命周期管理
|
||||
- **个性化回复**: 基于用户偏好的个性化响应
|
||||
- **实时翻译**: 对话中的实时语言切换
|
||||
|
||||
### 🎯 智能推荐服务 (AIRecommendationService)
|
||||
- **个性化推荐**: 基于用户行为的个性化内容推荐
|
||||
- **多算法支持**: 协同过滤、内容过滤、混合算法
|
||||
- **热门推荐**: 基于热度和时效性的推荐
|
||||
- **相似内容**: 基于内容相似度的推荐
|
||||
- **用户画像**: 详细的用户兴趣和行为分析
|
||||
- **多样性控制**: 确保推荐内容的多样性
|
||||
|
||||
### ⚙️ 自动化处理管道 (ContentProcessingPipeline)
|
||||
- **全流程自动化**: 从内容获取到发布的自动化处理
|
||||
- **可配置步骤**: 灵活配置处理步骤和参数
|
||||
- **批量处理**: 支持大批量内容的并行处理
|
||||
- **错误恢复**: 完善的错误处理和回滚机制
|
||||
- **质量控制**: 多层次的内容质量检查
|
||||
- **状态监控**: 实时监控处理进度和状态
|
||||
|
||||
### 🎛️ 服务管理器 (AIServiceManager)
|
||||
- **统一管理**: 所有AI服务的统一入口和管理
|
||||
- **负载均衡**: 智能选择最佳AI提供商
|
||||
- **健康监控**: 实时监控服务健康状态
|
||||
- **成本控制**: 严格的成本限制和预警机制
|
||||
- **性能监控**: 详细的性能统计和分析
|
||||
- **缓存管理**: 统一的缓存策略和管理
|
||||
|
||||
## 🚀 快速开始
|
||||
|
||||
### 1. 安装和配置
|
||||
|
||||
```typescript
|
||||
import {
|
||||
AIServiceManager,
|
||||
type AIServiceConfig
|
||||
} from '@/uni_modules/ak-ai-news'
|
||||
|
||||
// 配置AI服务
|
||||
const aiConfig: AIServiceConfig = {
|
||||
openai: {
|
||||
apiKey: 'your-openai-api-key',
|
||||
model: 'gpt-3.5-turbo',
|
||||
maxTokens: 2000,
|
||||
temperature: 0.7
|
||||
},
|
||||
google: {
|
||||
apiKey: 'your-google-api-key',
|
||||
model: 'gemini-pro'
|
||||
},
|
||||
baidu: {
|
||||
apiKey: 'your-baidu-api-key',
|
||||
secretKey: 'your-baidu-secret-key',
|
||||
model: 'ernie-bot'
|
||||
},
|
||||
costLimits: {
|
||||
dailyUSD: 100,
|
||||
monthlyUSD: 2000,
|
||||
perRequestUSD: 5
|
||||
}
|
||||
}
|
||||
|
||||
// 创建服务管理器
|
||||
const serviceManager = new AIServiceManager(aiConfig)
|
||||
await serviceManager.initialize()
|
||||
```
|
||||
|
||||
### 2. 翻译服务使用
|
||||
|
||||
```typescript
|
||||
const translationService = serviceManager.getTranslationService()
|
||||
|
||||
// 单个翻译
|
||||
const result = await translationService.translateText(
|
||||
'人工智能正在改变世界',
|
||||
'en',
|
||||
'zh-CN',
|
||||
{
|
||||
provider: 'openai',
|
||||
culturalAdaptation: true
|
||||
}
|
||||
)
|
||||
|
||||
// 批量翻译
|
||||
const batchResult = await translationService.translateBatch(
|
||||
['新闻1', '新闻2', '新闻3'],
|
||||
'en',
|
||||
'zh-CN'
|
||||
)
|
||||
```
|
||||
|
||||
### 3. 内容分析使用
|
||||
|
||||
```typescript
|
||||
const analysisService = serviceManager.getAnalysisService()
|
||||
|
||||
const analysis = await analysisService.analyzeContent(
|
||||
'今日股市大涨,投资者信心提升...',
|
||||
{
|
||||
types: ['sentiment', 'entities', 'categories', 'summary'],
|
||||
language: 'zh-CN'
|
||||
}
|
||||
)
|
||||
|
||||
console.log('情感分析:', analysis.data?.sentimentLabel)
|
||||
console.log('关键实体:', analysis.data?.entities)
|
||||
console.log('内容分类:', analysis.data?.categories)
|
||||
```
|
||||
|
||||
### 4. 智能对话使用
|
||||
|
||||
```typescript
|
||||
const chatService = serviceManager.getChatService()
|
||||
|
||||
// 创建会话
|
||||
const session = await chatService.createChatSession('user123', 'zh-CN')
|
||||
|
||||
// 发送消息
|
||||
const response = await chatService.sendMessage(
|
||||
session.data!.id,
|
||||
'今天有什么重要新闻?'
|
||||
)
|
||||
|
||||
console.log('AI回复:', response.data?.content)
|
||||
```
|
||||
|
||||
### 5. 推荐服务使用
|
||||
|
||||
```typescript
|
||||
const recommendationService = serviceManager.getRecommendationService()
|
||||
|
||||
// 记录用户行为
|
||||
await recommendationService.recordUserBehavior({
|
||||
userId: 'user123',
|
||||
contentId: 'news001',
|
||||
actionType: 'view',
|
||||
timestamp: Date.now(),
|
||||
duration: 120
|
||||
})
|
||||
|
||||
// 获取个性化推荐
|
||||
const recommendations = await recommendationService.getPersonalizedRecommendations(
|
||||
'user123',
|
||||
availableNews,
|
||||
{
|
||||
algorithm: 'hybrid',
|
||||
maxResults: 10
|
||||
}
|
||||
)
|
||||
```
|
||||
|
||||
### 6. 自动化处理管道
|
||||
|
||||
```typescript
|
||||
const pipeline = serviceManager.getProcessingPipeline()
|
||||
|
||||
// 处理单个内容
|
||||
const result = await pipeline.processContent({
|
||||
id: 'news001',
|
||||
title: '突破性AI技术发布',
|
||||
content: '详细内容...',
|
||||
originalLanguage: 'zh-CN',
|
||||
publishedAt: Date.now()
|
||||
})
|
||||
|
||||
// 批量处理
|
||||
const batchResult = await pipeline.processBatch(newsArray)
|
||||
```
|
||||
|
||||
## 📊 系统架构
|
||||
|
||||
```mermaid
|
||||
graph TB
|
||||
A[AIServiceManager] --> B[AITranslationService]
|
||||
A --> C[AIContentAnalysisService]
|
||||
A --> D[AIChatService]
|
||||
A --> E[AIRecommendationService]
|
||||
A --> F[ContentProcessingPipeline]
|
||||
|
||||
B --> G[OpenAI API]
|
||||
B --> H[Google Translate]
|
||||
B --> I[Baidu Translate]
|
||||
|
||||
C --> G
|
||||
C --> J[Content Analysis Engine]
|
||||
|
||||
D --> G
|
||||
D --> K[Chat Context Manager]
|
||||
|
||||
E --> L[Recommendation Engine]
|
||||
E --> M[User Profile System]
|
||||
|
||||
F --> B
|
||||
F --> C
|
||||
F --> N[Processing Queue]
|
||||
|
||||
A --> O[Monitoring & Stats]
|
||||
A --> P[Cost Control]
|
||||
A --> Q[Health Check]
|
||||
```
|
||||
|
||||
## 🎛️ 配置选项
|
||||
|
||||
### AI服务配置 (AIServiceConfig)
|
||||
|
||||
```typescript
|
||||
interface AIServiceConfig {
|
||||
openai?: {
|
||||
apiKey: string
|
||||
model: string
|
||||
baseURL?: string
|
||||
maxTokens: number
|
||||
temperature: number
|
||||
}
|
||||
google?: {
|
||||
apiKey: string
|
||||
projectId?: string
|
||||
model: string
|
||||
}
|
||||
baidu?: {
|
||||
apiKey: string
|
||||
secretKey: string
|
||||
model: string
|
||||
}
|
||||
costLimits?: {
|
||||
dailyUSD: number
|
||||
monthlyUSD: number
|
||||
perRequestUSD: number
|
||||
}
|
||||
qualityThresholds?: {
|
||||
translation: number
|
||||
sentiment: number
|
||||
credibility: number
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### 缓存配置 (CacheOptions)
|
||||
|
||||
```typescript
|
||||
interface CacheOptions {
|
||||
enabled: boolean
|
||||
ttlHours: number // 缓存过期时间(小时)
|
||||
maxSize: number // 最大缓存条目数
|
||||
strategy: 'lru' | 'fifo' | 'ttl' // 缓存策略
|
||||
}
|
||||
```
|
||||
|
||||
### 推荐配置 (RecommendationConfig)
|
||||
|
||||
```typescript
|
||||
interface RecommendationConfig {
|
||||
algorithm: 'collaborative_filtering' | 'content_based' | 'hybrid' | 'trending'
|
||||
maxResults: number
|
||||
diversityWeight: number // 多样性权重
|
||||
freshnessWeight: number // 新鲜度权重
|
||||
personalizedWeight: number // 个性化权重
|
||||
qualityThreshold: number // 质量阈值
|
||||
excludeViewed: boolean // 排除已浏览内容
|
||||
}
|
||||
```
|
||||
|
||||
## 📈 监控和统计
|
||||
|
||||
系统提供详细的监控和统计功能:
|
||||
|
||||
### 服务健康监控
|
||||
- 实时监控各服务状态
|
||||
- 响应时间和错误率统计
|
||||
- 自动故障检测和告警
|
||||
|
||||
### 成本控制
|
||||
- 实时成本监控
|
||||
- 每日/每月成本限制
|
||||
- 成本预警和控制
|
||||
|
||||
### 性能统计
|
||||
- 请求量和成功率
|
||||
- 平均响应时间
|
||||
- 缓存命中率
|
||||
- 用户满意度
|
||||
|
||||
```typescript
|
||||
// 获取系统统计
|
||||
const stats = serviceManager.getManagerStatistics()
|
||||
console.log('总请求数:', stats.totalRequests)
|
||||
console.log('成功率:', stats.successfulRequests / stats.totalRequests)
|
||||
console.log('总成本:', stats.totalCost)
|
||||
|
||||
// 获取服务健康状态
|
||||
const health = serviceManager.getServicesHealth()
|
||||
console.log('服务状态:', health)
|
||||
```
|
||||
|
||||
## 🔧 高级功能
|
||||
|
||||
### 🚀 性能监控与优化
|
||||
|
||||
系统内置了完整的性能监控和自动优化功能:
|
||||
|
||||
```typescript
|
||||
import { AIPerformanceMonitor, defaultPerformanceConfig } from 'ak-ai-news'
|
||||
|
||||
// 创建性能监控器
|
||||
const monitor = new AIPerformanceMonitor({
|
||||
...defaultPerformanceConfig,
|
||||
enableAutoOptimization: true
|
||||
})
|
||||
|
||||
// 启动监控
|
||||
monitor.startMonitoring()
|
||||
|
||||
// 获取系统健康状态
|
||||
const health = monitor.getSystemHealth()
|
||||
console.log('系统状态:', health.status) // healthy/warning/critical
|
||||
console.log('健康评分:', health.score) // 0-100
|
||||
|
||||
// 获取性能统计
|
||||
const stats = monitor.getPerformanceStats(startTime, endTime)
|
||||
console.log('平均延迟:', stats.timing.averageLatency)
|
||||
console.log('成功率:', stats.requests.successRate)
|
||||
console.log('总成本:', stats.costs.total)
|
||||
|
||||
// 获取优化建议
|
||||
const recommendations = monitor.getOptimizationRecommendations()
|
||||
recommendations.forEach(rec => {
|
||||
console.log(`${rec.type}: ${rec.description}`)
|
||||
})
|
||||
```
|
||||
|
||||
### 🛡️ 高级错误处理
|
||||
|
||||
系统提供了完善的错误处理和恢复机制:
|
||||
|
||||
```typescript
|
||||
import { AIErrorHandler, defaultErrorHandlingConfig, ErrorCategory } from 'ak-ai-news'
|
||||
|
||||
// 创建错误处理器
|
||||
const errorHandler = new AIErrorHandler({
|
||||
...defaultErrorHandlingConfig,
|
||||
retryPolicy: {
|
||||
maxAttempts: 5,
|
||||
baseDelayMs: 1000,
|
||||
maxDelayMs: 30000,
|
||||
backoffMultiplier: 2,
|
||||
jitterEnabled: true
|
||||
},
|
||||
circuitBreaker: {
|
||||
failureThreshold: 5,
|
||||
recoveryTimeoutMs: 60000,
|
||||
halfOpenMaxCalls: 3,
|
||||
monitoringWindowMs: 300000
|
||||
},
|
||||
fallback: {
|
||||
enabled: true,
|
||||
fallbackProviders: ['openai', 'google', 'baidu'],
|
||||
gracefulDegradation: true
|
||||
}
|
||||
})
|
||||
|
||||
// 执行带错误处理的操作
|
||||
const result = await errorHandler.executeWithRetry(
|
||||
async () => {
|
||||
// 您的AI操作
|
||||
return await translationService.translateText('Hello', 'zh-CN', 'en')
|
||||
},
|
||||
{
|
||||
operationName: 'translation',
|
||||
provider: 'openai',
|
||||
retryable: true
|
||||
}
|
||||
)
|
||||
|
||||
if (result.success) {
|
||||
console.log('操作成功:', result.data)
|
||||
console.log('尝试次数:', result.attempts.length)
|
||||
} else {
|
||||
console.log('操作失败:', result.error?.message)
|
||||
console.log('错误类别:', result.error?.category)
|
||||
}
|
||||
```
|
||||
|
||||
### 📊 实时监控面板
|
||||
|
||||
系统提供了一个完整的Vue.js监控面板组件:
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<AINewsDashboard />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { AINewsDashboard } from 'ak-ai-news/components'
|
||||
</script>
|
||||
```
|
||||
|
||||
监控面板功能:
|
||||
- **实时系统状态**:CPU、内存、网络状态
|
||||
- **性能指标**:响应时间、吞吐量、成功率
|
||||
- **成本监控**:各提供商成本分析
|
||||
- **错误追踪**:错误类型、频率、趋势分析
|
||||
- **优化建议**:自动生成性能优化建议
|
||||
- **告警系统**:实时告警和通知
|
||||
|
||||
### 🧪 综合测试套件
|
||||
|
||||
系统提供了完整的测试解决方案:
|
||||
|
||||
```typescript
|
||||
import { runCompleteTestSuite, defaultTestConfig } from 'ak-ai-news/test'
|
||||
|
||||
// 运行完整测试套件
|
||||
const results = await runCompleteTestSuite({
|
||||
...defaultTestConfig,
|
||||
runUnitTests: true, // 单元测试
|
||||
runIntegrationTests: true, // 集成测试
|
||||
runPerformanceTests: true, // 性能测试
|
||||
runErrorHandlingTests: true, // 错误处理测试
|
||||
enableRealAPIs: false, // 启用真实API测试
|
||||
maxCostLimit: 10.0, // 测试成本限制
|
||||
generateReport: true // 生成测试报告
|
||||
})
|
||||
|
||||
console.log('测试结果:', results.overallResult.passed)
|
||||
console.log('成功率:', results.overallResult.successRate)
|
||||
console.log('总耗时:', results.totalDuration)
|
||||
console.log('建议:', results.recommendations)
|
||||
```
|
||||
|
||||
测试类型:
|
||||
- **单元测试**:基础功能验证
|
||||
- **集成测试**:端到端流程测试
|
||||
- **性能测试**:延迟、吞吐量、并发测试
|
||||
- **压力测试**:系统极限测试
|
||||
- **错误处理测试**:故障恢复测试
|
||||
- **成本控制测试**:API成本监控测试
|
||||
|
||||
### 自定义处理步骤
|
||||
|
||||
```typescript
|
||||
// 添加自定义处理步骤
|
||||
pipeline.addProcessingStep({
|
||||
name: 'custom_validation',
|
||||
order: 1,
|
||||
execute: async (data) => {
|
||||
// 自定义验证逻辑
|
||||
return data
|
||||
},
|
||||
rollback: async (data) => {
|
||||
// 回滚逻辑
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
### 负载均衡策略
|
||||
|
||||
```typescript
|
||||
// 系统自动选择最佳AI提供商
|
||||
const bestProvider = serviceManager.selectBestProvider('translation')
|
||||
```
|
||||
|
||||
### 批量处理优化
|
||||
|
||||
```typescript
|
||||
// 批量处理配置
|
||||
const batchOptions = {
|
||||
batchSize: 10,
|
||||
concurrency: 3,
|
||||
retryCount: 2,
|
||||
delayMs: 1000,
|
||||
onProgress: (completed, total) => {
|
||||
console.log(`进度: ${completed}/${total}`)
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## 🚀 部署和运维
|
||||
|
||||
### 生产环境部署
|
||||
|
||||
1. **环境准备**
|
||||
```bash
|
||||
# 安装依赖
|
||||
npm install ak-ai-news
|
||||
|
||||
# 配置环境变量
|
||||
export OPENAI_API_KEY="your-openai-key"
|
||||
export GOOGLE_API_KEY="your-google-key"
|
||||
export BAIDU_APP_ID="your-baidu-app-id"
|
||||
export BAIDU_SECRET_KEY="your-baidu-secret"
|
||||
```
|
||||
|
||||
2. **系统配置**
|
||||
```typescript
|
||||
const productionConfig: AIServiceConfig = {
|
||||
openai: {
|
||||
apiKey: process.env.OPENAI_API_KEY,
|
||||
model: 'gpt-4', // 生产环境推荐使用GPT-4
|
||||
maxTokens: 2000,
|
||||
temperature: 0.3 // 降低随机性
|
||||
},
|
||||
costLimits: {
|
||||
dailyUSD: 1000, // 每日1000美元限额
|
||||
monthlyUSD: 25000, // 每月25000美元限额
|
||||
perRequestUSD: 10 // 单次请求10美元限额
|
||||
},
|
||||
qualityThresholds: {
|
||||
translation: 0.9, // 提高质量阈值
|
||||
sentiment: 0.8,
|
||||
credibility: 0.7
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
3. **监控设置**
|
||||
```typescript
|
||||
const productionMonitor = new AIPerformanceMonitor({
|
||||
monitoringInterval: 15000, // 15秒监控间隔
|
||||
maxHistory: 50000, // 保留5万条历史记录
|
||||
enableAutoOptimization: true,
|
||||
alertWebhook: 'https://your-webhook-url.com/alerts'
|
||||
})
|
||||
```
|
||||
|
||||
4. **错误处理配置**
|
||||
```typescript
|
||||
const productionErrorHandler = new AIErrorHandler({
|
||||
retryPolicy: {
|
||||
maxAttempts: 5,
|
||||
baseDelayMs: 2000,
|
||||
maxDelayMs: 60000,
|
||||
backoffMultiplier: 2.5,
|
||||
jitterEnabled: true
|
||||
},
|
||||
circuitBreaker: {
|
||||
failureThreshold: 10,
|
||||
recoveryTimeoutMs: 120000, // 2分钟恢复时间
|
||||
halfOpenMaxCalls: 5,
|
||||
monitoringWindowMs: 600000 // 10分钟监控窗口
|
||||
},
|
||||
fallback: {
|
||||
enabled: true,
|
||||
fallbackProviders: ['openai', 'google', 'baidu'],
|
||||
gracefulDegradation: true
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
### 运维最佳实践
|
||||
|
||||
1. **日志管理**
|
||||
```typescript
|
||||
// 配置日志级别
|
||||
const serviceManager = new AIServiceManager({
|
||||
...config,
|
||||
logging: {
|
||||
level: 'info', // production: info, development: debug
|
||||
enableFileLogging: true,
|
||||
logFilePath: '/var/log/ai-news/system.log'
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
2. **健康检查**
|
||||
```typescript
|
||||
// 设置健康检查端点
|
||||
app.get('/health', async (req, res) => {
|
||||
const health = monitor.getSystemHealth()
|
||||
res.status(health.status === 'healthy' ? 200 : 503).json(health)
|
||||
})
|
||||
|
||||
// 设置指标端点
|
||||
app.get('/metrics', async (req, res) => {
|
||||
const stats = monitor.getPerformanceStats(
|
||||
Date.now() - 3600000, // 过去1小时
|
||||
Date.now()
|
||||
)
|
||||
res.json(stats)
|
||||
})
|
||||
```
|
||||
|
||||
3. **告警配置**
|
||||
```typescript
|
||||
// 配置告警规则
|
||||
const alertRules = {
|
||||
highErrorRate: {
|
||||
threshold: 0.05, // 5%错误率
|
||||
duration: 300000, // 5分钟持续
|
||||
action: 'send_alert'
|
||||
},
|
||||
highLatency: {
|
||||
threshold: 5000, // 5秒延迟
|
||||
duration: 180000, // 3分钟持续
|
||||
action: 'send_alert'
|
||||
},
|
||||
costExceeded: {
|
||||
threshold: 0.8, // 80%预算
|
||||
action: 'send_warning'
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
4. **备份和恢复**
|
||||
```typescript
|
||||
// 定期备份配置和数据
|
||||
setInterval(async () => {
|
||||
const exportData = monitor.exportPerformanceData('json')
|
||||
await saveToBackup(exportData)
|
||||
}, 86400000) // 每24小时备份
|
||||
|
||||
// 恢复流程
|
||||
async function restoreFromBackup(backupData: string) {
|
||||
const data = JSON.parse(backupData)
|
||||
// 恢复配置和历史数据
|
||||
await monitor.importPerformanceData(data)
|
||||
}
|
||||
```
|
||||
|
||||
### 性能优化建议
|
||||
|
||||
1. **缓存策略**
|
||||
```typescript
|
||||
// 配置多层缓存
|
||||
const cacheConfig = {
|
||||
translation: {
|
||||
maxSize: 10000,
|
||||
ttl: 3600000, // 1小时
|
||||
strategy: 'lru'
|
||||
},
|
||||
analysis: {
|
||||
maxSize: 5000,
|
||||
ttl: 1800000, // 30分钟
|
||||
strategy: 'lru'
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
2. **批处理优化**
|
||||
```typescript
|
||||
// 启用智能批处理
|
||||
const batchConfig = {
|
||||
batchSize: 20,
|
||||
maxWaitTime: 2000, // 2秒最大等待
|
||||
concurrency: 5,
|
||||
enableAdaptiveBatching: true
|
||||
}
|
||||
```
|
||||
|
||||
3. **提供商选择策略**
|
||||
```typescript
|
||||
// 配置智能提供商选择
|
||||
const providerStrategy = {
|
||||
selectionAlgorithm: 'performance_based',
|
||||
fallbackOrder: ['openai', 'google', 'baidu'],
|
||||
healthCheckInterval: 30000,
|
||||
automaticFailover: true
|
||||
}
|
||||
```
|
||||
|
||||
### 监控和告警
|
||||
|
||||
1. **Prometheus集成**
|
||||
```typescript
|
||||
// 导出Prometheus指标
|
||||
app.get('/prometheus', (req, res) => {
|
||||
const metrics = monitor.getPrometheusMetrics()
|
||||
res.set('Content-Type', 'text/plain')
|
||||
res.send(metrics)
|
||||
})
|
||||
```
|
||||
|
||||
2. **Grafana仪表板**
|
||||
```json
|
||||
{
|
||||
"dashboard": {
|
||||
"title": "AI News System Dashboard",
|
||||
"panels": [
|
||||
{
|
||||
"title": "Request Rate",
|
||||
"type": "graph",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "rate(ai_news_requests_total[5m])"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Error Rate",
|
||||
"type": "singlestat",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "rate(ai_news_errors_total[5m])"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
3. **告警通知**
|
||||
```typescript
|
||||
// 配置告警通知
|
||||
const alertConfig = {
|
||||
channels: [
|
||||
{
|
||||
type: 'webhook',
|
||||
url: 'https://hooks.slack.com/services/your-webhook',
|
||||
events: ['error', 'warning', 'critical']
|
||||
},
|
||||
{
|
||||
type: 'email',
|
||||
recipients: ['admin@your-domain.com'],
|
||||
events: ['critical']
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
- **API密钥安全**: 安全存储和管理API密钥
|
||||
- **数据加密**: 敏感数据传输加密
|
||||
- **访问控制**: 基于角色的访问控制
|
||||
- **隐私保护**: 用户数据匿名化处理
|
||||
- **审计日志**: 完整的操作审计记录
|
||||
|
||||
## 🎯 最佳实践
|
||||
|
||||
### 1. 成本优化
|
||||
- 启用缓存减少重复请求
|
||||
- 设置合理的成本限制
|
||||
- 选择合适的AI模型
|
||||
- 批量处理提高效率
|
||||
|
||||
### 2. 性能优化
|
||||
- 配置适当的并发数
|
||||
- 使用负载均衡
|
||||
- 监控服务性能
|
||||
- 优化缓存策略
|
||||
|
||||
### 3. 质量控制
|
||||
- 设置质量阈值
|
||||
- 多层次验证
|
||||
- 人工审核关键内容
|
||||
- 持续监控输出质量
|
||||
|
||||
### 4. 错误处理
|
||||
- 实现重试机制
|
||||
- 完善的错误日志
|
||||
- 优雅的降级处理
|
||||
- 及时告警通知
|
||||
|
||||
## 📝 完整示例
|
||||
|
||||
查看 `examples/usage-example.uts` 文件获取完整的使用示例,包括:
|
||||
|
||||
1. 系统初始化
|
||||
2. 翻译服务使用
|
||||
3. 内容分析示例
|
||||
4. 智能对话演示
|
||||
5. 推荐系统使用
|
||||
6. 自动化处理管道
|
||||
7. 系统监控示例
|
||||
|
||||
## 🔄 更新日志
|
||||
|
||||
### v1.0.0 (2024-12-19)
|
||||
- ✨ 初始版本发布
|
||||
- 🔄 多语言翻译服务
|
||||
- 🔍 内容分析服务
|
||||
- 💬 智能对话服务
|
||||
- 🎯 推荐系统
|
||||
- ⚙️ 自动化处理管道
|
||||
- 🎛️ 统一服务管理
|
||||
|
||||
## 🤝 贡献
|
||||
|
||||
欢迎提交Issue和Pull Request来改进这个项目。
|
||||
|
||||
## 📄 许可证
|
||||
|
||||
MIT License
|
||||
|
||||
## 📞 技术支持
|
||||
|
||||
如有问题或建议,请联系开发团队。
|
||||
|
||||
---
|
||||
|
||||
*这是一个功能完整的AI新闻系统,适用于需要多语言内容处理、智能分析和个性化推荐的新闻平台。*
|
||||
898
uni_modules/ak-ai-news/components/AINewsDashboard.vue
Normal file
898
uni_modules/ak-ai-news/components/AINewsDashboard.vue
Normal file
@@ -0,0 +1,898 @@
|
||||
<!-- Real-time AI News System Monitoring Dashboard -->
|
||||
<template>
|
||||
<view class="dashboard-container">
|
||||
<!-- Header -->
|
||||
<view class="dashboard-header">
|
||||
<text class="dashboard-title">AI News System Dashboard</text>
|
||||
<view class="status-indicator" :class="systemHealth.status">
|
||||
<text class="status-text">{{ systemHealth.status.toUpperCase() }}</text>
|
||||
<text class="health-score">{{ systemHealth.score }}/100</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Quick Stats -->
|
||||
<view class="quick-stats">
|
||||
<view class="stat-card">
|
||||
<text class="stat-value">{{ formatNumber(stats.requests.total) }}</text>
|
||||
<text class="stat-label">Total Requests</text>
|
||||
<text class="stat-change" :class="getChangeClass(requestsChange)">
|
||||
{{ formatChange(requestsChange) }}
|
||||
</text>
|
||||
</view>
|
||||
|
||||
<view class="stat-card">
|
||||
<text class="stat-value">{{ (stats.requests.successRate * 100).toFixed(1) }}%</text>
|
||||
<text class="stat-label">Success Rate</text>
|
||||
<text class="stat-change" :class="getChangeClass(successRateChange)">
|
||||
{{ formatChange(successRateChange) }}
|
||||
</text>
|
||||
</view>
|
||||
|
||||
<view class="stat-card">
|
||||
<text class="stat-value">{{ stats.timing.averageLatency.toFixed(0) }}ms</text>
|
||||
<text class="stat-label">Avg Latency</text>
|
||||
<text class="stat-change" :class="getChangeClass(-latencyChange)">
|
||||
{{ formatChange(latencyChange) }}
|
||||
</text>
|
||||
</view>
|
||||
|
||||
<view class="stat-card">
|
||||
<text class="stat-value">${{ stats.costs.total.toFixed(2) }}</text>
|
||||
<text class="stat-label">Total Cost</text>
|
||||
<text class="stat-change" :class="getChangeClass(-costChange)">
|
||||
${{ costChange.toFixed(2) }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Health Checks -->
|
||||
<view class="health-section">
|
||||
<text class="section-title">System Health Checks</text>
|
||||
<view class="health-checks">
|
||||
<view class="health-check"
|
||||
v-for="(check, key) in systemHealth.checks"
|
||||
:key="key"
|
||||
:class="getHealthCheckClass(key, check)">
|
||||
<text class="check-name">{{ formatCheckName(key) }}</text>
|
||||
<text class="check-value">{{ formatCheckValue(key, check) }}</text>
|
||||
<view class="check-indicator" :class="getHealthCheckClass(key, check)"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Active Alerts -->
|
||||
<view class="alerts-section" v-if="systemHealth.alerts.length > 0">
|
||||
<text class="section-title">Active Alerts ({{ systemHealth.alerts.length }})</text>
|
||||
<scroll-view class="alerts-list" scroll-y="true">
|
||||
<view class="alert-item"
|
||||
v-for="alert in systemHealth.alerts"
|
||||
:key="alert.id"
|
||||
:class="alert.severity">
|
||||
<view class="alert-header">
|
||||
<text class="alert-severity">{{ alert.severity.toUpperCase() }}</text>
|
||||
<text class="alert-time">{{ formatTime(alert.timestamp) }}</text>
|
||||
</view>
|
||||
<text class="alert-message">{{ alert.message }}</text>
|
||||
<text class="alert-source">Source: {{ alert.source }}</text>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
|
||||
<!-- Performance Charts -->
|
||||
<view class="charts-section">
|
||||
<text class="section-title">Performance Trends</text>
|
||||
|
||||
<!-- Response Time Chart -->
|
||||
<view class="chart-container">
|
||||
<text class="chart-title">Response Time (Last Hour)</text>
|
||||
<view class="chart-area">
|
||||
<canvas class="chart-canvas"
|
||||
canvas-id="responseTimeChart"
|
||||
@touchstart="onChartTouch"
|
||||
@touchend="onChartTouchEnd"></canvas>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Request Volume Chart -->
|
||||
<view class="chart-container">
|
||||
<text class="chart-title">Request Volume</text>
|
||||
<view class="chart-area">
|
||||
<canvas class="chart-canvas"
|
||||
canvas-id="requestVolumeChart"></canvas>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Cost Distribution -->
|
||||
<view class="chart-container">
|
||||
<text class="chart-title">Cost by Provider</text>
|
||||
<view class="cost-breakdown">
|
||||
<view class="cost-item" v-for="(cost, provider) in stats.costs.byProvider" :key="provider">
|
||||
<view class="cost-bar-container">
|
||||
<text class="provider-name">{{ provider }}</text>
|
||||
<view class="cost-bar">
|
||||
<view class="cost-fill"
|
||||
:style="{ width: (cost / stats.costs.total * 100) + '%' }"></view>
|
||||
</view>
|
||||
<text class="cost-value">${{ cost.toFixed(2) }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Optimization Recommendations -->
|
||||
<view class="recommendations-section" v-if="recommendations.length > 0">
|
||||
<text class="section-title">Optimization Recommendations</text>
|
||||
<scroll-view class="recommendations-list" scroll-y="true">
|
||||
<view class="recommendation-item"
|
||||
v-for="(rec, index) in recommendations"
|
||||
:key="index"
|
||||
:class="rec.priority">
|
||||
<view class="rec-header">
|
||||
<text class="rec-type">{{ rec.type.toUpperCase() }}</text>
|
||||
<text class="rec-priority">{{ rec.priority.toUpperCase() }}</text>
|
||||
</view>
|
||||
<text class="rec-description">{{ rec.description }}</text>
|
||||
<view class="rec-impact">
|
||||
<text class="impact-title">Expected Impact:</text>
|
||||
<text v-if="rec.expectedImpact.performanceGain" class="impact-item">
|
||||
🚀 {{ rec.expectedImpact.performanceGain }}
|
||||
</text>
|
||||
<text v-if="rec.expectedImpact.costSaving" class="impact-item">
|
||||
💰 {{ rec.expectedImpact.costSaving }}
|
||||
</text>
|
||||
<text v-if="rec.expectedImpact.reliabilityImprovement" class="impact-item">
|
||||
🛡️ {{ rec.expectedImpact.reliabilityImprovement }}
|
||||
</text>
|
||||
</view>
|
||||
<view class="rec-actions">
|
||||
<button class="btn-apply" @click="applyRecommendation(rec)" :disabled="rec.applying">
|
||||
{{ rec.applying ? 'Applying...' : 'Apply' }}
|
||||
</button>
|
||||
<button class="btn-dismiss" @click="dismissRecommendation(rec)">
|
||||
Dismiss
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
|
||||
<!-- Control Panel -->
|
||||
<view class="controls-section">
|
||||
<text class="section-title">Controls</text>
|
||||
<view class="control-buttons">
|
||||
<button class="control-btn" @click="refreshData" :disabled="isRefreshing">
|
||||
{{ isRefreshing ? 'Refreshing...' : 'Refresh Data' }}
|
||||
</button>
|
||||
<button class="control-btn" @click="exportData">
|
||||
Export Metrics
|
||||
</button>
|
||||
<button class="control-btn" @click="toggleAutoRefresh">
|
||||
{{ autoRefresh ? 'Stop Auto-Refresh' : 'Start Auto-Refresh' }}
|
||||
</button>
|
||||
<button class="control-btn danger" @click="clearAlerts">
|
||||
Clear Alerts
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, reactive, onMounted, onUnmounted, computed } from 'vue'
|
||||
import {
|
||||
AIPerformanceMonitor,
|
||||
type PerformanceStats,
|
||||
type SystemHealth,
|
||||
type OptimizationRecommendation,
|
||||
defaultPerformanceConfig
|
||||
} from '../services/AIPerformanceMonitor.uts'
|
||||
|
||||
// Reactive data
|
||||
const monitor = new AIPerformanceMonitor(defaultPerformanceConfig)
|
||||
const stats = ref<PerformanceStats>({
|
||||
timeRange: { start: 0, end: 0, duration: 0 },
|
||||
requests: { total: 0, successful: 0, failed: 0, successRate: 0 },
|
||||
timing: { averageLatency: 0, medianLatency: 0, p95Latency: 0, p99Latency: 0 },
|
||||
costs: { total: 0, average: 0, byProvider: {} },
|
||||
cache: { hitRate: 0, totalRequests: 0, hits: 0, misses: 0 },
|
||||
errors: { byType: {}, byProvider: {}, topErrors: [] }
|
||||
})
|
||||
|
||||
const systemHealth = ref<SystemHealth>({
|
||||
status: 'healthy',
|
||||
score: 100,
|
||||
checks: {
|
||||
apiConnectivity: true,
|
||||
memoryUsage: 0,
|
||||
errorRate: 0,
|
||||
responseTime: 0,
|
||||
costBudget: 0,
|
||||
cacheEfficiency: 0
|
||||
},
|
||||
alerts: []
|
||||
})
|
||||
|
||||
const recommendations = ref<OptimizationRecommendation[]>([])
|
||||
const isRefreshing = ref(false)
|
||||
const autoRefresh = ref(true)
|
||||
let refreshInterval: number | null = null
|
||||
|
||||
// Previous values for change calculation
|
||||
const previousStats = ref<PerformanceStats | null>(null)
|
||||
|
||||
// Computed properties for changes
|
||||
const requestsChange = computed(() => {
|
||||
if (!previousStats.value) return 0
|
||||
return stats.value.requests.total - previousStats.value.requests.total
|
||||
})
|
||||
|
||||
const successRateChange = computed(() => {
|
||||
if (!previousStats.value) return 0
|
||||
return stats.value.requests.successRate - previousStats.value.requests.successRate
|
||||
})
|
||||
|
||||
const latencyChange = computed(() => {
|
||||
if (!previousStats.value) return 0
|
||||
return stats.value.timing.averageLatency - previousStats.value.timing.averageLatency
|
||||
})
|
||||
|
||||
const costChange = computed(() => {
|
||||
if (!previousStats.value) return 0
|
||||
return stats.value.costs.total - previousStats.value.costs.total
|
||||
})
|
||||
|
||||
// Lifecycle hooks
|
||||
onMounted(async () => {
|
||||
console.log('🚀 Starting monitoring dashboard...')
|
||||
monitor.startMonitoring()
|
||||
await refreshData()
|
||||
|
||||
if (autoRefresh.value) {
|
||||
startAutoRefresh()
|
||||
}
|
||||
})
|
||||
|
||||
onUnmounted(() => {
|
||||
console.log('🛑 Stopping monitoring dashboard...')
|
||||
stopAutoRefresh()
|
||||
monitor.stopMonitoring()
|
||||
})
|
||||
|
||||
// Methods
|
||||
const refreshData = async () => {
|
||||
if (isRefreshing.value) return
|
||||
|
||||
isRefreshing.value = true
|
||||
try {
|
||||
// Store previous stats for change calculation
|
||||
previousStats.value = { ...stats.value }
|
||||
|
||||
// Get fresh data
|
||||
const now = Date.now()
|
||||
const oneHourAgo = now - 3600000
|
||||
|
||||
stats.value = monitor.getPerformanceStats(oneHourAgo, now)
|
||||
systemHealth.value = monitor.getSystemHealth()
|
||||
recommendations.value = monitor.getOptimizationRecommendations()
|
||||
|
||||
console.log('📊 Dashboard data refreshed')
|
||||
} catch (error) {
|
||||
console.error('❌ Failed to refresh dashboard data:', error)
|
||||
} finally {
|
||||
isRefreshing.value = false
|
||||
}
|
||||
}
|
||||
|
||||
const startAutoRefresh = () => {
|
||||
if (refreshInterval) return
|
||||
|
||||
refreshInterval = setInterval(async () => {
|
||||
await refreshData()
|
||||
}, 30000) // Refresh every 30 seconds
|
||||
|
||||
console.log('🔄 Auto-refresh started')
|
||||
}
|
||||
|
||||
const stopAutoRefresh = () => {
|
||||
if (refreshInterval) {
|
||||
clearInterval(refreshInterval)
|
||||
refreshInterval = null
|
||||
console.log('⏹️ Auto-refresh stopped')
|
||||
}
|
||||
}
|
||||
|
||||
const toggleAutoRefresh = () => {
|
||||
autoRefresh.value = !autoRefresh.value
|
||||
|
||||
if (autoRefresh.value) {
|
||||
startAutoRefresh()
|
||||
} else {
|
||||
stopAutoRefresh()
|
||||
}
|
||||
}
|
||||
|
||||
const applyRecommendation = async (rec: OptimizationRecommendation) => {
|
||||
rec.applying = true
|
||||
try {
|
||||
const result = await monitor.applyOptimizations([rec])
|
||||
if (result.applied > 0) {
|
||||
console.log('✅ Recommendation applied successfully')
|
||||
// Remove from list
|
||||
const index = recommendations.value.indexOf(rec)
|
||||
if (index > -1) {
|
||||
recommendations.value.splice(index, 1)
|
||||
}
|
||||
} else {
|
||||
console.error('❌ Failed to apply recommendation')
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('💥 Error applying recommendation:', error)
|
||||
} finally {
|
||||
rec.applying = false
|
||||
}
|
||||
}
|
||||
|
||||
const dismissRecommendation = (rec: OptimizationRecommendation) => {
|
||||
const index = recommendations.value.indexOf(rec)
|
||||
if (index > -1) {
|
||||
recommendations.value.splice(index, 1)
|
||||
}
|
||||
}
|
||||
|
||||
const exportData = () => {
|
||||
try {
|
||||
const data = monitor.exportPerformanceData('json')
|
||||
|
||||
// In real implementation, this would trigger a download
|
||||
console.log('📤 Exporting performance data...')
|
||||
console.log(data)
|
||||
|
||||
// For uni-app, you might want to save to local storage or share
|
||||
uni.setStorageSync('ai-news-performance-data', data)
|
||||
|
||||
uni.showToast({
|
||||
title: 'Data exported to storage',
|
||||
icon: 'success'
|
||||
})
|
||||
} catch (error) {
|
||||
console.error('❌ Failed to export data:', error)
|
||||
uni.showToast({
|
||||
title: 'Export failed',
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
const clearAlerts = () => {
|
||||
systemHealth.value.alerts = []
|
||||
uni.showToast({
|
||||
title: 'Alerts cleared',
|
||||
icon: 'success'
|
||||
})
|
||||
}
|
||||
|
||||
// Utility methods
|
||||
const formatNumber = (num: number): string => {
|
||||
if (num >= 1000000) {
|
||||
return (num / 1000000).toFixed(1) + 'M'
|
||||
} else if (num >= 1000) {
|
||||
return (num / 1000).toFixed(1) + 'K'
|
||||
}
|
||||
return num.toString()
|
||||
}
|
||||
|
||||
const formatChange = (change: number): string => {
|
||||
if (change === 0) return '0'
|
||||
const sign = change > 0 ? '+' : ''
|
||||
return `${sign}${change.toFixed(1)}`
|
||||
}
|
||||
|
||||
const getChangeClass = (change: number): string => {
|
||||
if (change > 0) return 'positive'
|
||||
if (change < 0) return 'negative'
|
||||
return 'neutral'
|
||||
}
|
||||
|
||||
const formatCheckName = (key: string): string => {
|
||||
return key.replace(/([A-Z])/g, ' $1').replace(/^./, str => str.toUpperCase())
|
||||
}
|
||||
|
||||
const formatCheckValue = (key: string, value: any): string => {
|
||||
switch (key) {
|
||||
case 'apiConnectivity':
|
||||
return value ? 'Connected' : 'Disconnected'
|
||||
case 'memoryUsage':
|
||||
return (value * 100).toFixed(1) + '%'
|
||||
case 'errorRate':
|
||||
return (value * 100).toFixed(2) + '%'
|
||||
case 'responseTime':
|
||||
return value.toFixed(0) + 'ms'
|
||||
case 'costBudget':
|
||||
return (value * 100).toFixed(1) + '%'
|
||||
case 'cacheEfficiency':
|
||||
return (value * 100).toFixed(1) + '%'
|
||||
default:
|
||||
return String(value)
|
||||
}
|
||||
}
|
||||
|
||||
const getHealthCheckClass = (key: string, value: any): string => {
|
||||
switch (key) {
|
||||
case 'apiConnectivity':
|
||||
return value ? 'healthy' : 'critical'
|
||||
case 'memoryUsage':
|
||||
return value > 0.8 ? 'critical' : value > 0.6 ? 'warning' : 'healthy'
|
||||
case 'errorRate':
|
||||
return value > 0.1 ? 'critical' : value > 0.05 ? 'warning' : 'healthy'
|
||||
case 'responseTime':
|
||||
return value > 5000 ? 'critical' : value > 3000 ? 'warning' : 'healthy'
|
||||
case 'costBudget':
|
||||
return value > 0.9 ? 'critical' : value > 0.7 ? 'warning' : 'healthy'
|
||||
case 'cacheEfficiency':
|
||||
return value < 0.3 ? 'warning' : value < 0.5 ? 'healthy' : 'excellent'
|
||||
default:
|
||||
return 'neutral'
|
||||
}
|
||||
}
|
||||
|
||||
const formatTime = (timestamp: number): string => {
|
||||
const now = Date.now()
|
||||
const diff = now - timestamp
|
||||
|
||||
if (diff < 60000) return 'Just now'
|
||||
if (diff < 3600000) return Math.floor(diff / 60000) + 'm ago'
|
||||
if (diff < 86400000) return Math.floor(diff / 3600000) + 'h ago'
|
||||
return new Date(timestamp).toLocaleDateString()
|
||||
}
|
||||
|
||||
// Chart event handlers
|
||||
const onChartTouch = (e: any) => {
|
||||
console.log('Chart touched:', e)
|
||||
}
|
||||
|
||||
const onChartTouchEnd = (e: any) => {
|
||||
console.log('Chart touch ended:', e)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.dashboard-container {
|
||||
padding: 20px;
|
||||
background-color: #f5f5f5;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.dashboard-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.dashboard-title {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.status-indicator {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 10px 20px;
|
||||
border-radius: 8px;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.status-indicator.healthy {
|
||||
background-color: #e8f5e8;
|
||||
border: 2px solid #4caf50;
|
||||
}
|
||||
|
||||
.status-indicator.warning {
|
||||
background-color: #fff3e0;
|
||||
border: 2px solid #ff9800;
|
||||
}
|
||||
|
||||
.status-indicator.critical {
|
||||
background-color: #ffebee;
|
||||
border: 2px solid #f44336;
|
||||
}
|
||||
|
||||
.status-text {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.health-score {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.quick-stats {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
margin-bottom: 20px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.stat-card {
|
||||
flex: 1;
|
||||
min-width: 200px;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.stat-value {
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.stat-change {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.stat-change.positive {
|
||||
color: #4caf50;
|
||||
}
|
||||
|
||||
.stat-change.negative {
|
||||
color: #f44336;
|
||||
}
|
||||
|
||||
.stat-change.neutral {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.health-section,
|
||||
.alerts-section,
|
||||
.charts-section,
|
||||
.recommendations-section,
|
||||
.controls-section {
|
||||
margin-bottom: 20px;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.section-title {
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.health-checks {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.health-check {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
border-left: 4px solid #ddd;
|
||||
}
|
||||
|
||||
.health-check.healthy {
|
||||
background-color: #e8f5e8;
|
||||
border-left-color: #4caf50;
|
||||
}
|
||||
|
||||
.health-check.warning {
|
||||
background-color: #fff3e0;
|
||||
border-left-color: #ff9800;
|
||||
}
|
||||
|
||||
.health-check.critical {
|
||||
background-color: #ffebee;
|
||||
border-left-color: #f44336;
|
||||
}
|
||||
|
||||
.check-name {
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.check-value {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.alerts-list {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.alert-item {
|
||||
padding: 15px;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 8px;
|
||||
border-left: 4px solid #ddd;
|
||||
}
|
||||
|
||||
.alert-item.info {
|
||||
background-color: #e3f2fd;
|
||||
border-left-color: #2196f3;
|
||||
}
|
||||
|
||||
.alert-item.warning {
|
||||
background-color: #fff3e0;
|
||||
border-left-color: #ff9800;
|
||||
}
|
||||
|
||||
.alert-item.error {
|
||||
background-color: #ffebee;
|
||||
border-left-color: #f44336;
|
||||
}
|
||||
|
||||
.alert-item.critical {
|
||||
background-color: #fce4ec;
|
||||
border-left-color: #e91e63;
|
||||
}
|
||||
|
||||
.alert-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.alert-severity {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.alert-time {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.alert-message {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.alert-source {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.chart-title {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.chart-area {
|
||||
height: 200px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.chart-canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.cost-breakdown {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.cost-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.cost-bar-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.provider-name {
|
||||
min-width: 80px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.cost-bar {
|
||||
flex: 1;
|
||||
height: 20px;
|
||||
background-color: #f0f0f0;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cost-fill {
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, #4caf50, #2196f3);
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
.cost-value {
|
||||
min-width: 60px;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.recommendations-list {
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
.recommendation-item {
|
||||
padding: 15px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 8px;
|
||||
border-left: 4px solid #ddd;
|
||||
}
|
||||
|
||||
.recommendation-item.low {
|
||||
background-color: #f9f9f9;
|
||||
border-left-color: #9e9e9e;
|
||||
}
|
||||
|
||||
.recommendation-item.medium {
|
||||
background-color: #fff3e0;
|
||||
border-left-color: #ff9800;
|
||||
}
|
||||
|
||||
.recommendation-item.high {
|
||||
background-color: #ffebee;
|
||||
border-left-color: #f44336;
|
||||
}
|
||||
|
||||
.recommendation-item.critical {
|
||||
background-color: #fce4ec;
|
||||
border-left-color: #e91e63;
|
||||
}
|
||||
|
||||
.rec-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.rec-type {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
padding: 4px 8px;
|
||||
background-color: #e0e0e0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.rec-priority {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
padding: 4px 8px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.rec-description {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
color: #333;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.rec-impact {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.impact-title {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.impact-item {
|
||||
display: block;
|
||||
margin-bottom: 2px;
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.rec-actions {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.btn-apply,
|
||||
.btn-dismiss {
|
||||
padding: 8px 16px;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-apply {
|
||||
background-color: #4caf50;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-apply:disabled {
|
||||
background-color: #ccc;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.btn-dismiss {
|
||||
background-color: #f5f5f5;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.control-buttons {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.control-btn {
|
||||
padding: 12px 24px;
|
||||
border: 2px solid #2196f3;
|
||||
background-color: #2196f3;
|
||||
color: white;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.control-btn:hover {
|
||||
background-color: #1976d2;
|
||||
border-color: #1976d2;
|
||||
}
|
||||
|
||||
.control-btn:disabled {
|
||||
background-color: #ccc;
|
||||
border-color: #ccc;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.control-btn.danger {
|
||||
background-color: #f44336;
|
||||
border-color: #f44336;
|
||||
}
|
||||
|
||||
.control-btn.danger:hover {
|
||||
background-color: #d32f2f;
|
||||
border-color: #d32f2f;
|
||||
}
|
||||
</style>
|
||||
1149
uni_modules/ak-ai-news/components/AINewsDemo.vue
Normal file
1149
uni_modules/ak-ai-news/components/AINewsDemo.vue
Normal file
File diff suppressed because it is too large
Load Diff
546
uni_modules/ak-ai-news/examples/usage-example.uts
Normal file
546
uni_modules/ak-ai-news/examples/usage-example.uts
Normal file
@@ -0,0 +1,546 @@
|
||||
// AI News System Usage Examples
|
||||
|
||||
import {
|
||||
AIServiceManager,
|
||||
AITranslationService,
|
||||
AIContentAnalysisService,
|
||||
AIChatService,
|
||||
AIRecommendationService,
|
||||
ContentProcessingPipeline,
|
||||
type AIServiceConfig,
|
||||
type ContentInfo,
|
||||
type ChatOptions
|
||||
} from '../index.uts'
|
||||
|
||||
/**
|
||||
* AI新闻系统使用示例
|
||||
* 展示如何集成和使用多语言AI新闻系统的各种功能
|
||||
*/
|
||||
export class AINewsSystemExample {
|
||||
private serviceManager: AIServiceManager
|
||||
|
||||
constructor() {
|
||||
// 配置AI服务
|
||||
const aiConfig: AIServiceConfig = {
|
||||
openai: {
|
||||
apiKey: 'your-openai-api-key',
|
||||
model: 'gpt-3.5-turbo',
|
||||
maxTokens: 2000,
|
||||
temperature: 0.7
|
||||
},
|
||||
google: {
|
||||
apiKey: 'your-google-api-key',
|
||||
model: 'gemini-pro'
|
||||
},
|
||||
baidu: {
|
||||
apiKey: 'your-baidu-api-key',
|
||||
secretKey: 'your-baidu-secret-key',
|
||||
model: 'ernie-bot'
|
||||
},
|
||||
costLimits: {
|
||||
dailyUSD: 100,
|
||||
monthlyUSD: 2000,
|
||||
perRequestUSD: 5
|
||||
},
|
||||
qualityThresholds: {
|
||||
translation: 0.8,
|
||||
sentiment: 0.7,
|
||||
credibility: 0.6
|
||||
}
|
||||
}
|
||||
|
||||
// 初始化服务管理器
|
||||
this.serviceManager = new AIServiceManager(aiConfig)
|
||||
}
|
||||
|
||||
/**
|
||||
* 初始化系统
|
||||
*/
|
||||
async initializeSystem(): Promise<void> {
|
||||
console.log('🚀 Initializing AI News System...')
|
||||
|
||||
const response = await this.serviceManager.initialize()
|
||||
if (response.success) {
|
||||
console.log('✅ AI News System initialized successfully')
|
||||
} else {
|
||||
console.error('❌ Failed to initialize AI News System:', response.error)
|
||||
throw new Error(response.error)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 示例1: 新闻内容翻译
|
||||
*/
|
||||
async exampleTranslation(): Promise<void> {
|
||||
console.log('\n📝 Example 1: News Translation')
|
||||
console.log('================================')
|
||||
|
||||
const translationService = this.serviceManager.getTranslationService()
|
||||
|
||||
// 翻译中文新闻到英文
|
||||
const chineseNews = "人工智能技术在新闻行业的应用正在快速发展,自动化内容生成、智能推荐和多语言翻译等功能大大提高了新闻生产和传播的效率。"
|
||||
|
||||
console.log('Original Chinese text:', chineseNews)
|
||||
|
||||
const translationResult = await translationService.translateText(
|
||||
chineseNews,
|
||||
'en',
|
||||
'zh-CN',
|
||||
{
|
||||
provider: 'openai',
|
||||
culturalAdaptation: true,
|
||||
preserveFormatting: true
|
||||
}
|
||||
)
|
||||
|
||||
if (translationResult.success && translationResult.data) {
|
||||
console.log('✅ Translation successful:')
|
||||
console.log('- Translated text:', translationResult.data.translatedText)
|
||||
console.log('- Quality score:', translationResult.data.qualityScore)
|
||||
console.log('- Provider:', translationResult.data.provider)
|
||||
console.log('- Tokens used:', translationResult.data.tokensUsed)
|
||||
console.log('- Cost:', `$${translationResult.data.costUSD.toFixed(4)}`)
|
||||
} else {
|
||||
console.error('❌ Translation failed:', translationResult.error)
|
||||
}
|
||||
|
||||
// 批量翻译示例
|
||||
const newsTexts = [
|
||||
"今日股市行情分析",
|
||||
"科技创新推动经济发展",
|
||||
"环保政策最新动态"
|
||||
]
|
||||
|
||||
console.log('\n📚 Batch translation example:')
|
||||
const batchResult = await translationService.translateBatch(
|
||||
newsTexts,
|
||||
'en',
|
||||
'zh-CN',
|
||||
{ provider: 'google' },
|
||||
{
|
||||
batchSize: 2,
|
||||
concurrency: 2,
|
||||
onProgress: (completed, total) => {
|
||||
console.log(`Progress: ${completed}/${total}`)
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
if (batchResult.success && batchResult.data) {
|
||||
console.log('✅ Batch translation completed:')
|
||||
batchResult.data.forEach((result, index) => {
|
||||
console.log(`${index + 1}. ${result.translatedText}`)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 示例2: 新闻内容分析
|
||||
*/
|
||||
async exampleContentAnalysis(): Promise<void> {
|
||||
console.log('\n🔍 Example 2: Content Analysis')
|
||||
console.log('================================')
|
||||
|
||||
const analysisService = this.serviceManager.getAnalysisService()
|
||||
|
||||
const newsContent = `
|
||||
特斯拉公司今日宣布,其最新的自动驾驶技术取得重大突破。
|
||||
该技术采用先进的人工智能算法,能够在复杂路况下实现更安全的自动驾驶。
|
||||
据公司CEO埃隆·马斯克表示,这项技术将在未来六个月内开始量产。
|
||||
市场分析师认为,这一创新将进一步巩固特斯拉在电动汽车市场的领先地位。
|
||||
投资者对此消息反应积极,特斯拉股价在盘后交易中上涨了8%。
|
||||
`
|
||||
|
||||
console.log('Analyzing content:', newsContent.substring(0, 100) + '...')
|
||||
|
||||
const analysisResult = await analysisService.analyzeContent(newsContent, {
|
||||
types: ['sentiment', 'entities', 'topics', 'categories', 'readability', 'credibility', 'summary', 'keywords'],
|
||||
provider: 'openai',
|
||||
language: 'zh-CN',
|
||||
includeScores: true
|
||||
})
|
||||
|
||||
if (analysisResult.success && analysisResult.data) {
|
||||
const analysis = analysisResult.data
|
||||
console.log('✅ Analysis completed:')
|
||||
console.log('- Sentiment:', analysis.sentimentLabel, `(${analysis.sentimentScore.toFixed(2)})`)
|
||||
console.log('- Readability score:', analysis.readabilityScore.toFixed(2))
|
||||
console.log('- Credibility score:', analysis.credibilityScore.toFixed(2))
|
||||
console.log('- Keywords:', analysis.keywords.join(', '))
|
||||
console.log('- Entities found:', analysis.entities.length)
|
||||
analysis.entities.forEach(entity => {
|
||||
console.log(` - ${entity.text} (${entity.type}, confidence: ${entity.confidence.toFixed(2)})`)
|
||||
})
|
||||
console.log('- Categories:')
|
||||
analysis.categories.forEach(category => {
|
||||
console.log(` - ${category.categoryName} (confidence: ${category.confidence.toFixed(2)})`)
|
||||
})
|
||||
console.log('- Summary:', analysis.summary)
|
||||
} else {
|
||||
console.error('❌ Analysis failed:', analysisResult.error)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 示例3: AI聊天助手
|
||||
*/
|
||||
async exampleChatAssistant(): Promise<void> {
|
||||
console.log('\n💬 Example 3: AI Chat Assistant')
|
||||
console.log('================================')
|
||||
|
||||
const chatService = this.serviceManager.getChatService()
|
||||
|
||||
// 创建聊天会话
|
||||
const sessionResponse = await chatService.createChatSession(
|
||||
'user123',
|
||||
'zh-CN',
|
||||
{
|
||||
provider: 'openai',
|
||||
temperature: 0.7,
|
||||
maxTokens: 1000
|
||||
}
|
||||
)
|
||||
|
||||
if (sessionResponse.success && sessionResponse.data) {
|
||||
const session = sessionResponse.data
|
||||
console.log('✅ Chat session created:', session.id)
|
||||
|
||||
// 发送消息
|
||||
const messages = [
|
||||
"今天有什么重要的科技新闻吗?",
|
||||
"请分析一下人工智能对新闻行业的影响",
|
||||
"帮我推荐一些相关的新闻文章"
|
||||
]
|
||||
|
||||
for (const messageText of messages) {
|
||||
console.log(`\n👤 User: ${messageText}`)
|
||||
|
||||
const messageResponse = await chatService.sendMessage(
|
||||
session.id,
|
||||
messageText,
|
||||
{ provider: 'openai' }
|
||||
)
|
||||
|
||||
if (messageResponse.success && messageResponse.data) {
|
||||
const message = messageResponse.data
|
||||
console.log(`🤖 Assistant: ${message.content}`)
|
||||
console.log(` Response time: ${message.responseTimeMs}ms`)
|
||||
console.log(` Tokens used: ${message.tokensUsed}`)
|
||||
} else {
|
||||
console.error('❌ Message failed:', messageResponse.error)
|
||||
}
|
||||
|
||||
// 模拟对话间隔
|
||||
await this.delay(1000)
|
||||
}
|
||||
|
||||
// 获取对话历史
|
||||
const history = chatService.getChatHistory(session.id, 10)
|
||||
console.log(`\n📋 Conversation history (${history.length} messages):`)
|
||||
history.forEach((msg, index) => {
|
||||
console.log(`${index + 1}. [${msg.type}] ${msg.content.substring(0, 50)}...`)
|
||||
})
|
||||
|
||||
// 结束会话
|
||||
await chatService.endChatSession(session.id)
|
||||
console.log('✅ Chat session ended')
|
||||
} else {
|
||||
console.error('❌ Failed to create chat session:', sessionResponse.error)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 示例4: 个性化推荐
|
||||
*/
|
||||
async exampleRecommendations(): Promise<void> {
|
||||
console.log('\n🎯 Example 4: Personalized Recommendations')
|
||||
console.log('==========================================')
|
||||
|
||||
const recommendationService = this.serviceManager.getRecommendationService()
|
||||
|
||||
// 模拟新闻内容
|
||||
const availableNews: ContentInfo[] = [
|
||||
{
|
||||
id: 'news1',
|
||||
title: 'AI技术突破:新一代自然语言处理模型发布',
|
||||
content: '研究人员发布了新的大型语言模型,在多项任务上超越了现有技术...',
|
||||
originalLanguage: 'zh-CN',
|
||||
publishedAt: Date.now() - 1000 * 60 * 60, // 1小时前
|
||||
categoryId: 'technology',
|
||||
tags: ['AI', '技术', '创新'],
|
||||
keywords: ['人工智能', '语言模型', '技术突破'],
|
||||
quality: 0.9,
|
||||
viewCount: 1500,
|
||||
likeCount: 120,
|
||||
shareCount: 45,
|
||||
status: 'published'
|
||||
},
|
||||
{
|
||||
id: 'news2',
|
||||
title: '全球经济展望:数字化转型加速发展',
|
||||
content: '世界银行最新报告显示,数字化转型正在重塑全球经济格局...',
|
||||
originalLanguage: 'zh-CN',
|
||||
publishedAt: Date.now() - 1000 * 60 * 60 * 2, // 2小时前
|
||||
categoryId: 'economy',
|
||||
tags: ['经济', '数字化', '转型'],
|
||||
keywords: ['经济发展', '数字化', '全球'],
|
||||
quality: 0.85,
|
||||
viewCount: 2100,
|
||||
likeCount: 180,
|
||||
shareCount: 67,
|
||||
status: 'published'
|
||||
},
|
||||
{
|
||||
id: 'news3',
|
||||
title: '环保新政策:碳中和目标实施细则发布',
|
||||
content: '政府发布了实现碳中和目标的详细实施方案,涉及多个行业的转型升级...',
|
||||
originalLanguage: 'zh-CN',
|
||||
publishedAt: Date.now() - 1000 * 60 * 60 * 3, // 3小时前
|
||||
categoryId: 'environment',
|
||||
tags: ['环保', '政策', '碳中和'],
|
||||
keywords: ['环保政策', '碳中和', '可持续发展'],
|
||||
quality: 0.88,
|
||||
viewCount: 980,
|
||||
likeCount: 75,
|
||||
shareCount: 23,
|
||||
status: 'published'
|
||||
}
|
||||
]
|
||||
|
||||
// 记录用户行为(模拟)
|
||||
await recommendationService.recordUserBehavior({
|
||||
userId: 'user123',
|
||||
contentId: 'news1',
|
||||
actionType: 'view',
|
||||
timestamp: Date.now() - 1000 * 60 * 30, // 30分钟前
|
||||
duration: 120 // 阅读了2分钟
|
||||
})
|
||||
|
||||
await recommendationService.recordUserBehavior({
|
||||
userId: 'user123',
|
||||
contentId: 'news1',
|
||||
actionType: 'like',
|
||||
timestamp: Date.now() - 1000 * 60 * 25
|
||||
})
|
||||
|
||||
// 获取个性化推荐
|
||||
console.log('Generating personalized recommendations...')
|
||||
const recommendationResponse = await recommendationService.getPersonalizedRecommendations(
|
||||
'user123',
|
||||
availableNews,
|
||||
{
|
||||
algorithm: 'hybrid',
|
||||
maxResults: 5,
|
||||
diversityWeight: 0.3,
|
||||
freshnessWeight: 0.4,
|
||||
personalizedWeight: 0.3,
|
||||
qualityThreshold: 0.7,
|
||||
excludeViewed: false
|
||||
},
|
||||
{
|
||||
currentTime: Date.now(),
|
||||
recentViews: ['news1'],
|
||||
deviceType: 'mobile'
|
||||
}
|
||||
)
|
||||
|
||||
if (recommendationResponse.success && recommendationResponse.data) {
|
||||
console.log('✅ Personalized recommendations:')
|
||||
recommendationResponse.data.forEach((rec, index) => {
|
||||
const news = availableNews.find(n => n.id === rec.contentId)
|
||||
console.log(`${index + 1}. ${news?.title}`)
|
||||
console.log(` Score: ${rec.score.toFixed(3)}, Reason: ${rec.reason}`)
|
||||
console.log(` Algorithm: ${rec.algorithm}, Type: ${rec.recommendationType}`)
|
||||
})
|
||||
} else {
|
||||
console.error('❌ Recommendations failed:', recommendationResponse.error)
|
||||
}
|
||||
|
||||
// 获取热门推荐
|
||||
console.log('\n🔥 Trending recommendations:')
|
||||
const trendingResponse = await recommendationService.getTrendingRecommendations(
|
||||
availableNews,
|
||||
24, // 24小时内
|
||||
3
|
||||
)
|
||||
|
||||
if (trendingResponse.success && trendingResponse.data) {
|
||||
trendingResponse.data.forEach((rec, index) => {
|
||||
const news = availableNews.find(n => n.id === rec.contentId)
|
||||
console.log(`${index + 1}. ${news?.title} (Score: ${rec.score.toFixed(3)})`)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 示例5: 自动化内容处理管道
|
||||
*/
|
||||
async exampleContentPipeline(): Promise<void> {
|
||||
console.log('\n⚙️ Example 5: Automated Content Processing')
|
||||
console.log('==========================================')
|
||||
|
||||
const pipeline = this.serviceManager.getProcessingPipeline()
|
||||
|
||||
// 模拟原始新闻内容
|
||||
const rawContent: ContentInfo = {
|
||||
id: 'raw_news_001',
|
||||
title: '突破性医疗技术:基因编辑治疗癌症取得重大进展',
|
||||
content: `
|
||||
美国斯坦福大学医学院的研究团队今日宣布,他们在基因编辑技术治疗癌症方面取得了重大突破。
|
||||
该团队利用CRISPR-Cas9技术,成功修改了T细胞的基因,使其能够更有效地识别和攻击癌细胞。
|
||||
在临床试验中,接受治疗的20名患者中有18名病情得到显著改善,治疗有效率达到90%。
|
||||
研究负责人张华教授表示,这项技术有望在未来3-5年内进入大规模临床应用阶段。
|
||||
美国食品药品监督管理局(FDA)已批准该技术进入二期临床试验。
|
||||
业内专家认为,这一突破将为癌症治疗带来革命性变化,可能挽救数百万患者的生命。
|
||||
`.trim(),
|
||||
originalLanguage: 'zh-CN',
|
||||
publishedAt: Date.now(),
|
||||
tags: [],
|
||||
keywords: [],
|
||||
quality: 0,
|
||||
viewCount: 0,
|
||||
likeCount: 0,
|
||||
shareCount: 0,
|
||||
status: 'draft'
|
||||
}
|
||||
|
||||
console.log('Processing content:', rawContent.title)
|
||||
console.log('Original content length:', rawContent.content.length, 'characters')
|
||||
|
||||
// 执行自动化处理
|
||||
const processingResponse = await pipeline.processContent(rawContent)
|
||||
|
||||
if (processingResponse.success && processingResponse.data) {
|
||||
const result = processingResponse.data
|
||||
console.log('✅ Content processing completed:')
|
||||
console.log('- Processing time:', `${result.processingTime}ms`)
|
||||
console.log('- Total cost:', `$${result.totalCost.toFixed(4)}`)
|
||||
console.log('- Final status:', result.status)
|
||||
console.log('- Quality score:', result.qualityScore.toFixed(3))
|
||||
|
||||
console.log('\n📊 Analysis results:')
|
||||
if (result.analysis) {
|
||||
console.log('- Sentiment:', result.analysis.sentimentLabel, `(${result.analysis.sentimentScore.toFixed(2)})`)
|
||||
console.log('- Readability:', result.analysis.readabilityScore.toFixed(2))
|
||||
console.log('- Credibility:', result.analysis.credibilityScore.toFixed(2))
|
||||
console.log('- Keywords:', result.analysis.keywords.slice(0, 5).join(', '))
|
||||
}
|
||||
|
||||
console.log('\n🌐 Translation results:')
|
||||
Object.entries(result.translations).forEach(([lang, translation]) => {
|
||||
console.log(`- ${lang}: ${translation.translatedText.substring(0, 80)}...`)
|
||||
console.log(` Quality: ${translation.qualityScore.toFixed(2)}, Cost: $${translation.costUSD.toFixed(4)}`)
|
||||
})
|
||||
|
||||
console.log('\n📂 Categories:', result.categories.join(', '))
|
||||
|
||||
if (result.errors.length > 0) {
|
||||
console.log('\n⚠️ Errors encountered:')
|
||||
result.errors.forEach(error => console.log(`- ${error}`))
|
||||
}
|
||||
} else {
|
||||
console.error('❌ Content processing failed:', processingResponse.error)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 示例6: 系统监控和统计
|
||||
*/
|
||||
async exampleSystemMonitoring(): Promise<void> {
|
||||
console.log('\n📈 Example 6: System Monitoring')
|
||||
console.log('================================')
|
||||
|
||||
// 获取服务健康状态
|
||||
const servicesHealth = this.serviceManager.getServicesHealth()
|
||||
console.log('🏥 Services Health Status:')
|
||||
Object.entries(servicesHealth).forEach(([serviceName, health]) => {
|
||||
const statusIcon = health.status === 'ready' ? '✅' : health.status === 'error' ? '❌' : '⚠️'
|
||||
console.log(`${statusIcon} ${serviceName}: ${health.status}`)
|
||||
console.log(` Response time: ${health.responseTime}ms`)
|
||||
console.log(` Error rate: ${(health.errorRate * 100).toFixed(1)}%`)
|
||||
console.log(` Capabilities: ${health.capabilities.join(', ')}`)
|
||||
})
|
||||
|
||||
// 获取管理器统计
|
||||
const stats = this.serviceManager.getManagerStatistics()
|
||||
console.log('\n📊 Manager Statistics:')
|
||||
console.log('- Total requests:', stats.totalRequests)
|
||||
console.log('- Success rate:', `${((stats.successfulRequests / Math.max(stats.totalRequests, 1)) * 100).toFixed(1)}%`)
|
||||
console.log('- Average response time:', `${stats.avgResponseTime.toFixed(0)}ms`)
|
||||
console.log('- Total cost:', `$${stats.totalCost.toFixed(2)}`)
|
||||
|
||||
console.log('\n💰 Cost breakdown by provider:')
|
||||
Object.entries(stats.costBreakdown).forEach(([provider, cost]) => {
|
||||
if (cost > 0) {
|
||||
console.log(`- ${provider}: $${cost.toFixed(4)}`)
|
||||
}
|
||||
})
|
||||
|
||||
// 获取各服务的详细统计
|
||||
console.log('\n📋 Individual Service Statistics:')
|
||||
|
||||
const translationStats = this.serviceManager.getTranslationService().getStatistics()
|
||||
console.log('Translation Service:')
|
||||
console.log(`- Total requests: ${translationStats.totalRequests}`)
|
||||
console.log(`- Success rate: ${((translationStats.successCount / Math.max(translationStats.totalRequests, 1)) * 100).toFixed(1)}%`)
|
||||
console.log(`- Cache hit rate: ${(translationStats.cacheHitRate * 100).toFixed(1)}%`)
|
||||
console.log(`- Average quality: ${translationStats.avgQuality.toFixed(2)}`)
|
||||
|
||||
const analysisStats = this.serviceManager.getAnalysisService().getStatistics()
|
||||
console.log('\nAnalysis Service:')
|
||||
console.log(`- Total analyses: ${analysisStats.totalAnalyses}`)
|
||||
console.log(`- Success rate: ${((analysisStats.successCount / Math.max(analysisStats.totalAnalyses, 1)) * 100).toFixed(1)}%`)
|
||||
console.log(`- Average processing time: ${analysisStats.avgProcessingTimeMs.toFixed(0)}ms`)
|
||||
|
||||
const chatStats = this.serviceManager.getChatService().getChatStatistics()
|
||||
console.log('\nChat Service:')
|
||||
console.log(`- Total sessions: ${chatStats.totalSessions}`)
|
||||
console.log(`- Total messages: ${chatStats.totalMessages}`)
|
||||
console.log(`- Average response time: ${chatStats.avgResponseTime.toFixed(0)}ms`)
|
||||
|
||||
const recommendationStats = this.serviceManager.getRecommendationService().getRecommendationStatistics()
|
||||
console.log('\nRecommendation Service:')
|
||||
console.log(`- Total recommendations: ${recommendationStats.totalRecommendations}`)
|
||||
console.log(`- Click-through rate: ${(recommendationStats.clickThroughRate * 100).toFixed(1)}%`)
|
||||
console.log(`- User satisfaction: ${recommendationStats.userSatisfactionScore.toFixed(2)}`)
|
||||
}
|
||||
|
||||
/**
|
||||
* 运行所有示例
|
||||
*/
|
||||
async runAllExamples(): Promise<void> {
|
||||
try {
|
||||
await this.initializeSystem()
|
||||
await this.exampleTranslation()
|
||||
await this.exampleContentAnalysis()
|
||||
await this.exampleChatAssistant()
|
||||
await this.exampleRecommendations()
|
||||
await this.exampleContentPipeline()
|
||||
await this.exampleSystemMonitoring()
|
||||
|
||||
console.log('\n🎉 All examples completed successfully!')
|
||||
|
||||
} catch (error) {
|
||||
console.error('\n💥 Example execution failed:', error)
|
||||
} finally {
|
||||
// 清理资源
|
||||
await this.serviceManager.shutdown()
|
||||
console.log('\n🛑 System shutdown completed')
|
||||
}
|
||||
}
|
||||
|
||||
private async delay(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
}
|
||||
|
||||
// 导出使用示例函数
|
||||
export async function runAINewsSystemExamples(): Promise<void> {
|
||||
const example = new AINewsSystemExample()
|
||||
await example.runAllExamples()
|
||||
}
|
||||
|
||||
// 如果直接运行此文件,执行示例
|
||||
if (typeof require !== 'undefined' && require.main === module) {
|
||||
runAINewsSystemExamples().catch(console.error)
|
||||
}
|
||||
44
uni_modules/ak-ai-news/index.uts
Normal file
44
uni_modules/ak-ai-news/index.uts
Normal file
@@ -0,0 +1,44 @@
|
||||
// AI News Service Module Index
|
||||
|
||||
export { AITranslationService } from './services/AITranslationService.uts'
|
||||
export { AIContentAnalysisService } from './services/AIContentAnalysisService.uts'
|
||||
export { AIChatService } from './services/AIChatService.uts'
|
||||
export { AIRecommendationService } from './services/AIRecommendationService.uts'
|
||||
export { ContentProcessingPipeline } from './services/ContentProcessingPipeline.uts'
|
||||
export { AIServiceManager } from './services/AIServiceManager.uts'
|
||||
export { AIPerformanceMonitor, defaultPerformanceConfig } from './services/AIPerformanceMonitor.uts'
|
||||
export { AIErrorHandler, defaultErrorHandlingConfig, ErrorCategory, CircuitBreakerState } from './services/AIErrorHandler.uts'
|
||||
|
||||
// Export types
|
||||
export type {
|
||||
TranslationResult,
|
||||
TranslationOptions,
|
||||
ContentAnalysisResult,
|
||||
EntityResult,
|
||||
TopicResult,
|
||||
CategoryResult,
|
||||
ChatMessage,
|
||||
ChatSession,
|
||||
RecommendationResult,
|
||||
ContentInfo,
|
||||
AIProvider,
|
||||
AIServiceConfig,
|
||||
AIResponse,
|
||||
ProcessingStep,
|
||||
UsageStatistics,
|
||||
CacheOptions,
|
||||
BatchProcessingOptions,
|
||||
PerformanceMetrics,
|
||||
SystemHealth,
|
||||
OptimizationRecommendation,
|
||||
ErrorInfo,
|
||||
OperationResult,
|
||||
ErrorHandlingConfig
|
||||
} from './types/ai-types.uts'
|
||||
|
||||
// Module constants
|
||||
export const AI_NEWS_MODULE_VERSION = '1.0.0'
|
||||
export const AI_NEWS_MODULE_NAME = 'ak-ai-news'
|
||||
|
||||
// Module description
|
||||
export const AI_NEWS_MODULE_DESCRIPTION = 'Comprehensive AI-driven multilingual news system with translation, analysis, chat, and recommendation services'
|
||||
133
uni_modules/ak-ai-news/package.json
Normal file
133
uni_modules/ak-ai-news/package.json
Normal file
@@ -0,0 +1,133 @@
|
||||
{
|
||||
"id": "ak-ai-news",
|
||||
"displayName": "AK-AI-News 多语言AI新闻系统",
|
||||
"name": "ak-ai-news",
|
||||
"version": "1.0.0",
|
||||
"description": "功能完整的多语言AI驱动新闻系统,提供内容翻译、分析、智能对话和个性化推荐等服务",
|
||||
"keywords": [
|
||||
"ai",
|
||||
"news",
|
||||
"translation",
|
||||
"multilingual",
|
||||
"analysis",
|
||||
"chat",
|
||||
"recommendation",
|
||||
"openai",
|
||||
"uniapp",
|
||||
"uts"
|
||||
],
|
||||
"main": "index.uts",
|
||||
"author": {
|
||||
"name": "AK Development Team",
|
||||
"email": "dev@ak-tech.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ak-tech/ak-ai-news"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ak-tech/ak-ai-news/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ak-tech/ak-ai-news#readme",
|
||||
"engines": {
|
||||
"HBuilderX": "^3.8.0"
|
||||
},
|
||||
"uni_modules": {
|
||||
"dependencies": [],
|
||||
"encrypt": [],
|
||||
"platforms": {
|
||||
"cloud": {
|
||||
"tcb": "y",
|
||||
"aliyun": "y",
|
||||
"alipay": "y"
|
||||
},
|
||||
"client": {
|
||||
"App": {
|
||||
"app-vue": "y",
|
||||
"app-nvue": "y",
|
||||
"app-uvue": "y"
|
||||
},
|
||||
"H5-mobile": {
|
||||
"Safari": "y",
|
||||
"Android Browser": "y",
|
||||
"微信浏览器(Android)": "y",
|
||||
"QQ浏览器(Android)": "y"
|
||||
},
|
||||
"H5-pc": {
|
||||
"Chrome": "y",
|
||||
"IE": "y",
|
||||
"Edge": "y",
|
||||
"Firefox": "y",
|
||||
"Safari": "y"
|
||||
},
|
||||
"小程序": {
|
||||
"微信": "y",
|
||||
"阿里": "y",
|
||||
"百度": "y",
|
||||
"字节跳动": "y",
|
||||
"QQ": "y",
|
||||
"钉钉": "y",
|
||||
"快手": "y",
|
||||
"飞书": "y",
|
||||
"京东": "y"
|
||||
},
|
||||
"快应用": {
|
||||
"华为": "y",
|
||||
"联盟": "y"
|
||||
},
|
||||
"Vue": {
|
||||
"vue2": "y",
|
||||
"vue3": "y"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dcloudext": {
|
||||
"category": [
|
||||
"前端组件",
|
||||
"通用组件",
|
||||
"AI服务"
|
||||
],
|
||||
"sale": {
|
||||
"regular": {
|
||||
"price": "0.00"
|
||||
},
|
||||
"sourcecode": {
|
||||
"price": "0.00"
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"qq": ""
|
||||
},
|
||||
"declaration": {
|
||||
"ads": "无",
|
||||
"data": "插件不采集任何数据",
|
||||
"permissions": "无"
|
||||
},
|
||||
"npmurl": ""
|
||||
}, "dependencies": {
|
||||
"ak-req": "^1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/simple-test.uts",
|
||||
"test:integration": "node test/integration-test.uts",
|
||||
"test:comprehensive": "node test/comprehensive-test-runner.uts",
|
||||
"test:performance": "node test/comprehensive-test-runner.uts --performance-only",
|
||||
"build": "echo 'Building UTS plugin...'",
|
||||
"lint": "echo 'Linting code...'",
|
||||
"docs": "echo 'Generating documentation...'",
|
||||
"benchmark": "node examples/usage-example.uts --benchmark",
|
||||
"health-check": "node test/comprehensive-test-runner.uts --health-check-only"
|
||||
}, "files": [
|
||||
"index.uts",
|
||||
"types/",
|
||||
"services/",
|
||||
"components/",
|
||||
"examples/",
|
||||
"test/",
|
||||
"README.md",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"types": "types/ai-types.uts"
|
||||
}
|
||||
866
uni_modules/ak-ai-news/services/AIChatService.uts
Normal file
866
uni_modules/ak-ai-news/services/AIChatService.uts
Normal file
@@ -0,0 +1,866 @@
|
||||
// AI Chat Service - Multilingual news assistant and conversation management
|
||||
|
||||
import {
|
||||
ChatMessage,
|
||||
ChatSession,
|
||||
AIProvider,
|
||||
AIResponse,
|
||||
AIServiceConfig,
|
||||
AIServiceError,
|
||||
ContentInfo
|
||||
} from '../types/ai-types.uts'
|
||||
|
||||
// 聊天配置选项
|
||||
type ChatOptions = {
|
||||
provider?: AIProvider
|
||||
model?: string
|
||||
temperature?: number
|
||||
maxTokens?: number
|
||||
language?: string
|
||||
systemPrompt?: string
|
||||
contextWindow?: number
|
||||
streamResponse?: boolean
|
||||
}
|
||||
|
||||
// 会话上下文
|
||||
type SessionContext = {
|
||||
recentNews?: ContentInfo[]
|
||||
userPreferences?: UserPreferences
|
||||
conversationHistory: ChatMessage[]
|
||||
currentTopic?: string
|
||||
activeLanguage: string
|
||||
}
|
||||
|
||||
// 用户偏好
|
||||
type UserPreferences = {
|
||||
preferredLanguages: string[]
|
||||
preferredCategories: string[]
|
||||
preferredSources: string[]
|
||||
newsStyle: 'brief' | 'detailed' | 'analytical'
|
||||
updateFrequency: 'realtime' | 'hourly' | 'daily'
|
||||
}
|
||||
|
||||
// 聊天统计
|
||||
type ChatStats = {
|
||||
totalSessions: number
|
||||
totalMessages: number
|
||||
avgSessionLength: number
|
||||
avgResponseTime: number
|
||||
totalCost: number
|
||||
languageDistribution: Record<string, number>
|
||||
topQuestionTypes: Record<string, number>
|
||||
}
|
||||
|
||||
// 预定义的聊天模板
|
||||
type ChatTemplate = {
|
||||
id: string
|
||||
name: string
|
||||
description: string
|
||||
systemPrompt: string
|
||||
language: string
|
||||
category: string
|
||||
}
|
||||
|
||||
/**
|
||||
* AI聊天服务类
|
||||
* 提供多语言新闻助手功能,包括会话管理、上下文理解、个性化回复等
|
||||
*/
|
||||
export class AIChatService {
|
||||
private config: AIServiceConfig
|
||||
private activeSessions: Map<string, SessionContext> = new Map()
|
||||
private chatTemplates: ChatTemplate[] = []
|
||||
private stats: ChatStats = {
|
||||
totalSessions: 0,
|
||||
totalMessages: 0,
|
||||
avgSessionLength: 0,
|
||||
avgResponseTime: 0,
|
||||
totalCost: 0,
|
||||
languageDistribution: {},
|
||||
topQuestionTypes: {}
|
||||
}
|
||||
|
||||
constructor(config: AIServiceConfig) {
|
||||
this.config = config
|
||||
this.initializeChatTemplates()
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建新的聊天会话
|
||||
* @param userId 用户ID
|
||||
* @param language 语言
|
||||
* @param options 聊天选项
|
||||
*/
|
||||
async createChatSession(
|
||||
userId: string,
|
||||
language: string = 'zh-CN',
|
||||
options: ChatOptions = {}
|
||||
): Promise<AIResponse<ChatSession>> {
|
||||
try {
|
||||
const sessionId = this.generateSessionId(userId)
|
||||
const session: ChatSession = {
|
||||
id: sessionId,
|
||||
userId,
|
||||
name: this.generateSessionName(language),
|
||||
language,
|
||||
aiModel: options.model || this.getDefaultModel(options.provider),
|
||||
contextSettings: {
|
||||
temperature: options.temperature || 0.7,
|
||||
maxTokens: options.maxTokens || 1000,
|
||||
contextWindow: options.contextWindow || 10
|
||||
},
|
||||
totalMessages: 0,
|
||||
totalTokensUsed: 0,
|
||||
totalCostUSD: 0,
|
||||
isActive: true,
|
||||
startedAt: Date.now(),
|
||||
lastMessageAt: Date.now()
|
||||
}
|
||||
|
||||
// 初始化会话上下文
|
||||
const context: SessionContext = {
|
||||
conversationHistory: [],
|
||||
activeLanguage: language,
|
||||
currentTopic: undefined,
|
||||
recentNews: [],
|
||||
userPreferences: await this.loadUserPreferences(userId)
|
||||
}
|
||||
|
||||
this.activeSessions.set(sessionId, context)
|
||||
this.stats.totalSessions++
|
||||
|
||||
// 发送欢迎消息
|
||||
const welcomeMessage = await this.generateWelcomeMessage(language)
|
||||
await this.addSystemMessage(sessionId, welcomeMessage, language)
|
||||
|
||||
return { success: true, data: session }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Failed to create chat session'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 发送消息
|
||||
* @param sessionId 会话ID
|
||||
* @param message 用户消息
|
||||
* @param options 聊天选项
|
||||
*/
|
||||
async sendMessage(
|
||||
sessionId: string,
|
||||
message: string,
|
||||
options: ChatOptions = {}
|
||||
): Promise<AIResponse<ChatMessage>> {
|
||||
try {
|
||||
const context = this.activeSessions.get(sessionId)
|
||||
if (!context) {
|
||||
throw new Error('Session not found')
|
||||
}
|
||||
|
||||
const startTime = Date.now()
|
||||
|
||||
// 添加用户消息到历史
|
||||
const userMessage: ChatMessage = {
|
||||
id: this.generateMessageId(),
|
||||
sessionId,
|
||||
type: 'user',
|
||||
content: message,
|
||||
language: context.activeLanguage,
|
||||
timestamp: Date.now()
|
||||
}
|
||||
|
||||
context.conversationHistory.push(userMessage)
|
||||
this.stats.totalMessages++
|
||||
|
||||
// 分析用户意图
|
||||
const intent = await this.analyzeUserIntent(message, context)
|
||||
|
||||
// 生成AI回复
|
||||
const provider = options.provider || this.selectBestProvider()
|
||||
const response = await this.generateAIResponse(message, context, intent, provider, options)
|
||||
|
||||
const processingTime = Date.now() - startTime
|
||||
|
||||
// 创建助手消息
|
||||
const assistantMessage: ChatMessage = {
|
||||
id: this.generateMessageId(),
|
||||
sessionId,
|
||||
type: 'assistant',
|
||||
content: response.content,
|
||||
language: context.activeLanguage,
|
||||
timestamp: Date.now(),
|
||||
responseTimeMs: processingTime,
|
||||
tokensUsed: response.tokensUsed,
|
||||
costUSD: response.cost
|
||||
}
|
||||
|
||||
// 添加到历史并更新上下文
|
||||
context.conversationHistory.push(assistantMessage)
|
||||
this.updateSessionContext(context, message, response.content, intent)
|
||||
|
||||
// 保持上下文窗口大小
|
||||
this.trimContextHistory(context, options.contextWindow || 10)
|
||||
|
||||
// 更新统计
|
||||
this.updateChatStats(processingTime, response.tokensUsed || 0, response.cost || 0, context.activeLanguage, intent)
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: assistantMessage,
|
||||
processingTimeMs: processingTime,
|
||||
tokensUsed: response.tokensUsed,
|
||||
costUSD: response.cost,
|
||||
provider
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
const errorMessage: ChatMessage = {
|
||||
id: this.generateMessageId(),
|
||||
sessionId,
|
||||
type: 'error',
|
||||
content: this.getErrorMessage(error.message, this.activeSessions.get(sessionId)?.activeLanguage || 'zh-CN'),
|
||||
language: this.activeSessions.get(sessionId)?.activeLanguage || 'zh-CN',
|
||||
timestamp: Date.now()
|
||||
}
|
||||
|
||||
return {
|
||||
success: false,
|
||||
data: errorMessage,
|
||||
error: error.message || 'Failed to send message'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取会话历史
|
||||
* @param sessionId 会话ID
|
||||
* @param limit 消息数量限制
|
||||
*/
|
||||
getChatHistory(sessionId: string, limit: number = 50): ChatMessage[] {
|
||||
const context = this.activeSessions.get(sessionId)
|
||||
if (!context) return []
|
||||
|
||||
return context.conversationHistory.slice(-limit)
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新会话语言
|
||||
* @param sessionId 会话ID
|
||||
* @param language 新语言
|
||||
*/
|
||||
async switchLanguage(sessionId: string, language: string): Promise<AIResponse<boolean>> {
|
||||
try {
|
||||
const context = this.activeSessions.get(sessionId)
|
||||
if (!context) {
|
||||
throw new Error('Session not found')
|
||||
}
|
||||
|
||||
const oldLanguage = context.activeLanguage
|
||||
context.activeLanguage = language
|
||||
|
||||
// 发送语言切换确认消息
|
||||
const confirmMessage = this.getLanguageSwitchMessage(oldLanguage, language)
|
||||
await this.addSystemMessage(sessionId, confirmMessage, language)
|
||||
|
||||
return { success: true, data: true }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Failed to switch language'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置会话的新闻上下文
|
||||
* @param sessionId 会话ID
|
||||
* @param newsItems 新闻列表
|
||||
*/
|
||||
setNewsContext(sessionId: string, newsItems: ContentInfo[]): void {
|
||||
const context = this.activeSessions.get(sessionId)
|
||||
if (context) {
|
||||
context.recentNews = newsItems.slice(0, 10) // 保留最近10条新闻
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取推荐问题
|
||||
* @param sessionId 会话ID
|
||||
* @param category 新闻分类
|
||||
*/
|
||||
getSuggestedQuestions(sessionId: string, category?: string): string[] {
|
||||
const context = this.activeSessions.get(sessionId)
|
||||
if (!context) return []
|
||||
|
||||
const language = context.activeLanguage
|
||||
const baseQuestions = this.getBaseQuestions(language)
|
||||
|
||||
if (category && context.recentNews) {
|
||||
const categoryNews = context.recentNews.filter(news => news.categoryId === category)
|
||||
if (categoryNews.length > 0) {
|
||||
return this.generateCategoryQuestions(categoryNews, language)
|
||||
}
|
||||
}
|
||||
|
||||
return baseQuestions
|
||||
}
|
||||
|
||||
/**
|
||||
* 结束会话
|
||||
* @param sessionId 会话ID
|
||||
*/
|
||||
async endChatSession(sessionId: string): Promise<AIResponse<ChatSession>> {
|
||||
try {
|
||||
const context = this.activeSessions.get(sessionId)
|
||||
if (!context) {
|
||||
throw new Error('Session not found')
|
||||
}
|
||||
|
||||
// 生成会话总结
|
||||
const summary = await this.generateSessionSummary(context)
|
||||
|
||||
// 添加结束消息
|
||||
const endMessage = this.getSessionEndMessage(context.activeLanguage)
|
||||
await this.addSystemMessage(sessionId, endMessage, context.activeLanguage)
|
||||
|
||||
// 更新会话状态
|
||||
const session: ChatSession = {
|
||||
id: sessionId,
|
||||
userId: '', // 需要从其他地方获取
|
||||
name: this.generateSessionName(context.activeLanguage),
|
||||
language: context.activeLanguage,
|
||||
aiModel: '',
|
||||
contextSettings: {},
|
||||
totalMessages: context.conversationHistory.length,
|
||||
totalTokensUsed: this.calculateTotalTokens(context),
|
||||
totalCostUSD: this.calculateTotalCost(context),
|
||||
isActive: false,
|
||||
startedAt: context.conversationHistory[0]?.timestamp || Date.now(),
|
||||
lastMessageAt: Date.now(),
|
||||
endedAt: Date.now()
|
||||
}
|
||||
|
||||
// 清理活动会话
|
||||
this.activeSessions.delete(sessionId)
|
||||
|
||||
return { success: true, data: session }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Failed to end chat session'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取聊天统计
|
||||
*/
|
||||
getChatStatistics(): ChatStats {
|
||||
return { ...this.stats }
|
||||
}
|
||||
|
||||
// Private methods
|
||||
|
||||
private async analyzeUserIntent(message: string, context: SessionContext): Promise<string> {
|
||||
// 简单的意图识别
|
||||
const lowerMessage = message.toLowerCase()
|
||||
|
||||
if (lowerMessage.includes('新闻') || lowerMessage.includes('news')) {
|
||||
if (lowerMessage.includes('最新') || lowerMessage.includes('latest')) return 'latest_news'
|
||||
if (lowerMessage.includes('推荐') || lowerMessage.includes('recommend')) return 'recommend_news'
|
||||
if (lowerMessage.includes('搜索') || lowerMessage.includes('search')) return 'search_news'
|
||||
return 'general_news'
|
||||
}
|
||||
|
||||
if (lowerMessage.includes('翻译') || lowerMessage.includes('translate')) return 'translate'
|
||||
if (lowerMessage.includes('总结') || lowerMessage.includes('summary')) return 'summarize'
|
||||
if (lowerMessage.includes('分析') || lowerMessage.includes('analyze')) return 'analyze'
|
||||
if (lowerMessage.includes('解释') || lowerMessage.includes('explain')) return 'explain'
|
||||
if (lowerMessage.includes('比较') || lowerMessage.includes('compare')) return 'compare'
|
||||
|
||||
return 'general_chat'
|
||||
}
|
||||
|
||||
private async generateAIResponse(
|
||||
message: string,
|
||||
context: SessionContext,
|
||||
intent: string,
|
||||
provider: AIProvider,
|
||||
options: ChatOptions
|
||||
): Promise<{ content: string, tokensUsed?: number, cost?: number }> {
|
||||
|
||||
const systemPrompt = this.buildSystemPrompt(context, intent)
|
||||
const contextMessages = this.buildContextMessages(context, options.contextWindow || 10)
|
||||
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
return await this.generateResponseWithOpenAI(message, systemPrompt, contextMessages, options)
|
||||
case 'google':
|
||||
return await this.generateResponseWithGoogle(message, systemPrompt, contextMessages, options)
|
||||
case 'baidu':
|
||||
return await this.generateResponseWithBaidu(message, systemPrompt, contextMessages, options)
|
||||
default:
|
||||
return await this.generateBasicResponse(message, context, intent)
|
||||
}
|
||||
}
|
||||
|
||||
private buildSystemPrompt(context: SessionContext, intent: string): string {
|
||||
const language = context.activeLanguage
|
||||
const newsContext = context.recentNews?.length ? `当前有${context.recentNews.length}条相关新闻可供参考。` : ''
|
||||
|
||||
let basePrompt = ''
|
||||
|
||||
if (language === 'zh-CN') {
|
||||
basePrompt = `你是一个专业的多语言新闻助手。你可以帮助用户了解最新新闻、分析新闻内容、回答相关问题,并提供翻译服务。${newsContext}`
|
||||
|
||||
switch (intent) {
|
||||
case 'latest_news':
|
||||
basePrompt += '用户想了解最新新闻,请提供简洁准确的新闻摘要。'
|
||||
break
|
||||
case 'recommend_news':
|
||||
basePrompt += '用户需要新闻推荐,请根据用户偏好推荐相关新闻。'
|
||||
break
|
||||
case 'search_news':
|
||||
basePrompt += '用户想搜索特定新闻,请帮助找到相关内容。'
|
||||
break
|
||||
case 'translate':
|
||||
basePrompt += '用户需要翻译服务,请提供准确的翻译。'
|
||||
break
|
||||
case 'analyze':
|
||||
basePrompt += '用户需要新闻分析,请提供客观深入的分析。'
|
||||
break
|
||||
default:
|
||||
basePrompt += '请提供有帮助的回复,保持友好和专业。'
|
||||
}
|
||||
} else {
|
||||
basePrompt = `You are a professional multilingual news assistant. You can help users understand the latest news, analyze news content, answer related questions, and provide translation services. ${newsContext}`
|
||||
}
|
||||
|
||||
return basePrompt
|
||||
}
|
||||
|
||||
private buildContextMessages(context: SessionContext, windowSize: number): ChatMessage[] {
|
||||
return context.conversationHistory.slice(-windowSize * 2) // 用户和助手消息
|
||||
}
|
||||
|
||||
private async generateResponseWithOpenAI(
|
||||
message: string,
|
||||
systemPrompt: string,
|
||||
contextMessages: ChatMessage[],
|
||||
options: ChatOptions
|
||||
): Promise<{ content: string, tokensUsed: number, cost: number }> {
|
||||
|
||||
// 构建消息数组
|
||||
const messages = [
|
||||
{ role: 'system', content: systemPrompt },
|
||||
...contextMessages.map(msg => ({
|
||||
role: msg.type === 'user' ? 'user' : 'assistant',
|
||||
content: msg.content
|
||||
})),
|
||||
{ role: 'user', content: message }
|
||||
]
|
||||
|
||||
// 模拟OpenAI API调用
|
||||
await this.delay(Math.random() * 1000 + 500)
|
||||
|
||||
const responseContent = await this.generateMockResponse(message, systemPrompt, options.language || 'zh-CN')
|
||||
const tokensUsed = this.estimateTokens(messages) + this.estimateTokens([{ content: responseContent }])
|
||||
const cost = this.calculateOpenAICost(tokensUsed, options.model || 'gpt-3.5-turbo')
|
||||
|
||||
return {
|
||||
content: responseContent,
|
||||
tokensUsed,
|
||||
cost
|
||||
}
|
||||
}
|
||||
|
||||
private async generateResponseWithGoogle(
|
||||
message: string,
|
||||
systemPrompt: string,
|
||||
contextMessages: ChatMessage[],
|
||||
options: ChatOptions
|
||||
): Promise<{ content: string, tokensUsed: number, cost: number }> {
|
||||
|
||||
await this.delay(Math.random() * 800 + 400)
|
||||
|
||||
const responseContent = await this.generateMockResponse(message, systemPrompt, options.language || 'zh-CN')
|
||||
const tokensUsed = this.estimateTokens([{ content: message }, { content: responseContent }])
|
||||
const cost = this.calculateGoogleCost(tokensUsed)
|
||||
|
||||
return {
|
||||
content: responseContent,
|
||||
tokensUsed,
|
||||
cost
|
||||
}
|
||||
}
|
||||
|
||||
private async generateResponseWithBaidu(
|
||||
message: string,
|
||||
systemPrompt: string,
|
||||
contextMessages: ChatMessage[],
|
||||
options: ChatOptions
|
||||
): Promise<{ content: string, tokensUsed: number, cost: number }> {
|
||||
|
||||
await this.delay(Math.random() * 600 + 300)
|
||||
|
||||
const responseContent = await this.generateMockResponse(message, systemPrompt, options.language || 'zh-CN')
|
||||
const tokensUsed = this.estimateTokens([{ content: message }, { content: responseContent }])
|
||||
const cost = this.calculateBaiduCost(tokensUsed)
|
||||
|
||||
return {
|
||||
content: responseContent,
|
||||
tokensUsed,
|
||||
cost
|
||||
}
|
||||
}
|
||||
|
||||
private async generateBasicResponse(
|
||||
message: string,
|
||||
context: SessionContext,
|
||||
intent: string
|
||||
): Promise<{ content: string }> {
|
||||
|
||||
const language = context.activeLanguage
|
||||
|
||||
// 基础响应生成
|
||||
switch (intent) {
|
||||
case 'latest_news':
|
||||
return { content: this.getLatestNewsResponse(context) }
|
||||
case 'recommend_news':
|
||||
return { content: this.getRecommendNewsResponse(context) }
|
||||
case 'general_chat':
|
||||
return { content: this.getGeneralChatResponse(message, language) }
|
||||
default:
|
||||
return { content: this.getDefaultResponse(language) }
|
||||
}
|
||||
}
|
||||
|
||||
private async generateMockResponse(message: string, systemPrompt: string, language: string): Promise<string> {
|
||||
// 模拟AI响应生成
|
||||
const responses = {
|
||||
'zh-CN': [
|
||||
'我理解您的问题。根据最新的新闻信息,我可以为您提供以下回复:',
|
||||
'这是一个很有趣的问题。让我为您分析一下相关情况:',
|
||||
'基于当前的新闻数据和分析,我的建议是:',
|
||||
'感谢您的提问。关于这个话题,我可以分享以下见解:'
|
||||
],
|
||||
'en': [
|
||||
'I understand your question. Based on the latest news information, I can provide the following response:',
|
||||
'That\'s an interesting question. Let me analyze the relevant situation for you:',
|
||||
'Based on current news data and analysis, my recommendation is:',
|
||||
'Thank you for your question. Regarding this topic, I can share the following insights:'
|
||||
]
|
||||
}
|
||||
|
||||
const langResponses = responses[language] || responses['zh-CN']
|
||||
const baseResponse = langResponses[Math.floor(Math.random() * langResponses.length)]
|
||||
|
||||
// 添加针对消息的具体回复
|
||||
return `${baseResponse}\n\n关于"${message.substring(0, 50)}${message.length > 50 ? '...' : ''}",我建议您关注相关的最新发展和官方信息。如果您需要更具体的信息或有其他问题,请随时告诉我。`
|
||||
}
|
||||
|
||||
private getLatestNewsResponse(context: SessionContext): string {
|
||||
if (!context.recentNews || context.recentNews.length === 0) {
|
||||
return context.activeLanguage === 'zh-CN'
|
||||
? '抱歉,目前没有最新的新闻信息。请稍后再试或询问其他问题。'
|
||||
: 'Sorry, there is no latest news information available at the moment. Please try again later or ask other questions.'
|
||||
}
|
||||
|
||||
const language = context.activeLanguage
|
||||
const news = context.recentNews.slice(0, 3)
|
||||
|
||||
if (language === 'zh-CN') {
|
||||
let response = '以下是最新的新闻信息:\n\n'
|
||||
news.forEach((item, index) => {
|
||||
response += `${index + 1}. ${item.title}\n${item.summary || item.content.substring(0, 100)}...\n\n`
|
||||
})
|
||||
return response
|
||||
} else {
|
||||
let response = 'Here is the latest news information:\n\n'
|
||||
news.forEach((item, index) => {
|
||||
response += `${index + 1}. ${item.title}\n${item.summary || item.content.substring(0, 100)}...\n\n`
|
||||
})
|
||||
return response
|
||||
}
|
||||
}
|
||||
|
||||
private getRecommendNewsResponse(context: SessionContext): string {
|
||||
const language = context.activeLanguage
|
||||
|
||||
if (language === 'zh-CN') {
|
||||
return '根据您的兴趣和阅读历史,我为您推荐以下新闻:\n\n1. 科技领域的最新发展\n2. 国际时事动态\n3. 经济政策解读\n\n如果您想了解特定领域的新闻,请告诉我您感兴趣的类别。'
|
||||
} else {
|
||||
return 'Based on your interests and reading history, I recommend the following news for you:\n\n1. Latest developments in technology\n2. International current affairs\n3. Economic policy analysis\n\nIf you want to know about news in a specific field, please tell me the category you are interested in.'
|
||||
}
|
||||
}
|
||||
|
||||
private getGeneralChatResponse(message: string, language: string): string {
|
||||
if (language === 'zh-CN') {
|
||||
return '我是您的新闻助手,可以帮助您了解最新新闻、分析新闻内容、提供翻译服务等。请告诉我您想了解什么,我会尽力为您提供帮助。'
|
||||
} else {
|
||||
return 'I am your news assistant and can help you understand the latest news, analyze news content, provide translation services, etc. Please tell me what you would like to know and I will do my best to help you.'
|
||||
}
|
||||
}
|
||||
|
||||
private getDefaultResponse(language: string): string {
|
||||
if (language === 'zh-CN') {
|
||||
return '感谢您的问题。作为您的新闻助手,我可以帮助您获取最新新闻、分析新闻内容、翻译文本等。请告诉我您需要什么帮助。'
|
||||
} else {
|
||||
return 'Thank you for your question. As your news assistant, I can help you get the latest news, analyze news content, translate text, etc. Please tell me what help you need.'
|
||||
}
|
||||
}
|
||||
|
||||
private async addSystemMessage(sessionId: string, content: string, language: string): Promise<void> {
|
||||
const context = this.activeSessions.get(sessionId)
|
||||
if (!context) return
|
||||
|
||||
const systemMessage: ChatMessage = {
|
||||
id: this.generateMessageId(),
|
||||
sessionId,
|
||||
type: 'system',
|
||||
content,
|
||||
language,
|
||||
timestamp: Date.now()
|
||||
}
|
||||
|
||||
context.conversationHistory.push(systemMessage)
|
||||
}
|
||||
|
||||
private updateSessionContext(context: SessionContext, userMessage: string, assistantResponse: string, intent: string): void {
|
||||
// 更新当前话题
|
||||
if (intent !== 'general_chat') {
|
||||
context.currentTopic = intent
|
||||
}
|
||||
|
||||
// 分析和更新用户偏好(简化版)
|
||||
if (userMessage.includes('科技') || userMessage.includes('technology')) {
|
||||
if (!context.userPreferences) context.userPreferences = { preferredLanguages: [], preferredCategories: [], preferredSources: [], newsStyle: 'brief', updateFrequency: 'daily' }
|
||||
if (!context.userPreferences.preferredCategories.includes('technology')) {
|
||||
context.userPreferences.preferredCategories.push('technology')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private trimContextHistory(context: SessionContext, windowSize: number): void {
|
||||
if (context.conversationHistory.length > windowSize * 2) {
|
||||
// 保留系统消息和最近的对话
|
||||
const systemMessages = context.conversationHistory.filter(msg => msg.type === 'system')
|
||||
const recentMessages = context.conversationHistory.slice(-windowSize * 2)
|
||||
context.conversationHistory = [...systemMessages.slice(-2), ...recentMessages]
|
||||
}
|
||||
}
|
||||
|
||||
private async generateWelcomeMessage(language: string): Promise<string> {
|
||||
if (language === 'zh-CN') {
|
||||
return '您好!我是您的智能新闻助手。我可以帮助您:\n\n🔍 获取最新新闻\n📊 分析新闻内容\n🌐 翻译新闻文本\n💡 推荐相关新闻\n\n请告诉我您想了解什么,让我们开始对话吧!'
|
||||
} else {
|
||||
return 'Hello! I am your intelligent news assistant. I can help you:\n\n🔍 Get the latest news\n📊 Analyze news content\n🌐 Translate news text\n💡 Recommend related news\n\nPlease tell me what you want to know and let\'s start the conversation!'
|
||||
}
|
||||
}
|
||||
|
||||
private generateSessionName(language: string): string {
|
||||
const now = new Date()
|
||||
const timeStr = `${now.getHours()}:${now.getMinutes().toString().padStart(2, '0')}`
|
||||
|
||||
if (language === 'zh-CN') {
|
||||
return `新闻对话 ${timeStr}`
|
||||
} else {
|
||||
return `News Chat ${timeStr}`
|
||||
}
|
||||
}
|
||||
|
||||
private getLanguageSwitchMessage(oldLang: string, newLang: string): string {
|
||||
if (newLang === 'zh-CN') {
|
||||
return '语言已切换为中文。我会用中文继续为您服务。'
|
||||
} else {
|
||||
return 'Language has been switched to English. I will continue to serve you in English.'
|
||||
}
|
||||
}
|
||||
|
||||
private getSessionEndMessage(language: string): string {
|
||||
if (language === 'zh-CN') {
|
||||
return '感谢您使用新闻助手服务!如果您还有其他问题,随时可以开始新的对话。祝您有美好的一天!'
|
||||
} else {
|
||||
return 'Thank you for using the news assistant service! If you have any other questions, you can start a new conversation at any time. Have a great day!'
|
||||
}
|
||||
}
|
||||
|
||||
private getErrorMessage(error: string, language: string): string {
|
||||
if (language === 'zh-CN') {
|
||||
return '抱歉,处理您的请求时出现了问题。请稍后重试或联系技术支持。'
|
||||
} else {
|
||||
return 'Sorry, there was a problem processing your request. Please try again later or contact technical support.'
|
||||
}
|
||||
}
|
||||
|
||||
private getBaseQuestions(language: string): string[] {
|
||||
if (language === 'zh-CN') {
|
||||
return [
|
||||
'今天有什么重要新闻?',
|
||||
'请推荐一些科技新闻',
|
||||
'最新的经济动态如何?',
|
||||
'有什么国际新闻值得关注?',
|
||||
'帮我分析这条新闻的影响',
|
||||
'翻译这段英文新闻'
|
||||
]
|
||||
} else {
|
||||
return [
|
||||
'What important news is there today?',
|
||||
'Please recommend some technology news',
|
||||
'How are the latest economic developments?',
|
||||
'What international news is worth paying attention to?',
|
||||
'Help me analyze the impact of this news',
|
||||
'Translate this Chinese news'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
private generateCategoryQuestions(news: ContentInfo[], language: string): string[] {
|
||||
if (language === 'zh-CN') {
|
||||
return [
|
||||
`分析一下"${news[0].title}"这条新闻`,
|
||||
`这类新闻的趋势如何?`,
|
||||
`相关的新闻还有哪些?`,
|
||||
`这对普通人有什么影响?`
|
||||
]
|
||||
} else {
|
||||
return [
|
||||
`Analyze the news "${news[0].title}"`,
|
||||
`What are the trends in this type of news?`,
|
||||
`What other related news are there?`,
|
||||
`What impact does this have on ordinary people?`
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
private async generateSessionSummary(context: SessionContext): Promise<string> {
|
||||
const messageCount = context.conversationHistory.length
|
||||
const topics = new Set(context.conversationHistory
|
||||
.filter(msg => msg.type === 'user')
|
||||
.map(msg => this.extractTopicFromMessage(msg.content))
|
||||
)
|
||||
|
||||
const language = context.activeLanguage
|
||||
|
||||
if (language === 'zh-CN') {
|
||||
return `本次对话共${messageCount}条消息,主要讨论了${Array.from(topics).join('、')}等话题。`
|
||||
} else {
|
||||
return `This conversation had ${messageCount} messages and mainly discussed topics such as ${Array.from(topics).join(', ')}.`
|
||||
}
|
||||
}
|
||||
|
||||
private extractTopicFromMessage(message: string): string {
|
||||
// 简单的话题提取
|
||||
if (message.includes('新闻') || message.includes('news')) return '新闻'
|
||||
if (message.includes('科技') || message.includes('technology')) return '科技'
|
||||
if (message.includes('经济') || message.includes('economy')) return '经济'
|
||||
if (message.includes('政治') || message.includes('politics')) return '政治'
|
||||
return '一般话题'
|
||||
}
|
||||
|
||||
private calculateTotalTokens(context: SessionContext): number {
|
||||
return context.conversationHistory
|
||||
.filter(msg => msg.tokensUsed)
|
||||
.reduce((total, msg) => total + (msg.tokensUsed || 0), 0)
|
||||
}
|
||||
|
||||
private calculateTotalCost(context: SessionContext): number {
|
||||
return context.conversationHistory
|
||||
.filter(msg => msg.costUSD)
|
||||
.reduce((total, msg) => total + (msg.costUSD || 0), 0)
|
||||
}
|
||||
|
||||
private updateChatStats(processingTime: number, tokens: number, cost: number, language: string, intent: string): void {
|
||||
this.stats.totalMessages++
|
||||
this.stats.avgResponseTime = (this.stats.avgResponseTime * (this.stats.totalMessages - 1) + processingTime) / this.stats.totalMessages
|
||||
this.stats.totalCost += cost
|
||||
|
||||
this.stats.languageDistribution[language] = (this.stats.languageDistribution[language] || 0) + 1
|
||||
this.stats.topQuestionTypes[intent] = (this.stats.topQuestionTypes[intent] || 0) + 1
|
||||
}
|
||||
|
||||
private estimateTokens(messages: Array<{ content: string }>): number {
|
||||
return messages.reduce((total, msg) => total + Math.ceil(msg.content.length / 4), 0)
|
||||
}
|
||||
|
||||
private calculateOpenAICost(tokens: number, model: string): number {
|
||||
const pricing: Record<string, { input: number, output: number }> = {
|
||||
'gpt-3.5-turbo': { input: 0.0015, output: 0.002 },
|
||||
'gpt-4': { input: 0.03, output: 0.06 }
|
||||
}
|
||||
const modelPricing = pricing[model] || pricing['gpt-3.5-turbo']
|
||||
return (tokens / 1000) * ((modelPricing.input + modelPricing.output) / 2)
|
||||
}
|
||||
|
||||
private calculateGoogleCost(tokens: number): number {
|
||||
return (tokens / 1000) * 0.01 // 估算
|
||||
}
|
||||
|
||||
private calculateBaiduCost(tokens: number): number {
|
||||
return (tokens / 1000) * 0.008 // 估算
|
||||
}
|
||||
|
||||
private selectBestProvider(): AIProvider {
|
||||
if (this.config.openai?.apiKey) return 'openai'
|
||||
if (this.config.google?.apiKey) return 'google'
|
||||
if (this.config.baidu?.apiKey) return 'baidu'
|
||||
return 'openai'
|
||||
}
|
||||
|
||||
private getDefaultModel(provider?: AIProvider): string {
|
||||
switch (provider) {
|
||||
case 'openai': return 'gpt-3.5-turbo'
|
||||
case 'google': return 'gemini-pro'
|
||||
case 'baidu': return 'ernie-bot'
|
||||
default: return 'gpt-3.5-turbo'
|
||||
}
|
||||
}
|
||||
|
||||
private generateSessionId(userId: string): string {
|
||||
return `session_${userId}_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`
|
||||
}
|
||||
|
||||
private generateMessageId(): string {
|
||||
return `msg_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`
|
||||
}
|
||||
|
||||
private async loadUserPreferences(userId: string): Promise<UserPreferences | undefined> {
|
||||
// 模拟加载用户偏好
|
||||
return {
|
||||
preferredLanguages: ['zh-CN'],
|
||||
preferredCategories: ['technology', 'economy'],
|
||||
preferredSources: [],
|
||||
newsStyle: 'brief',
|
||||
updateFrequency: 'daily'
|
||||
}
|
||||
}
|
||||
|
||||
private async delay(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
|
||||
private initializeChatTemplates(): void {
|
||||
this.chatTemplates = [
|
||||
{
|
||||
id: 'news_assistant',
|
||||
name: '新闻助手',
|
||||
description: '专业的新闻分析和推荐助手',
|
||||
systemPrompt: '你是一个专业的新闻助手,可以帮助用户了解最新新闻、分析新闻内容、提供翻译服务。',
|
||||
language: 'zh-CN',
|
||||
category: 'news'
|
||||
},
|
||||
{
|
||||
id: 'tech_news',
|
||||
name: '科技新闻专家',
|
||||
description: '专注于科技新闻的分析和解读',
|
||||
systemPrompt: '你是一个科技新闻专家,专门分析科技行业动态、创新趋势和技术发展。',
|
||||
language: 'zh-CN',
|
||||
category: 'technology'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
806
uni_modules/ak-ai-news/services/AIContentAnalysisService.uts
Normal file
806
uni_modules/ak-ai-news/services/AIContentAnalysisService.uts
Normal file
@@ -0,0 +1,806 @@
|
||||
// AI Content Analysis Service - Content classification, sentiment analysis, and quality assessment
|
||||
|
||||
import {
|
||||
ContentAnalysisResult,
|
||||
EntityResult,
|
||||
TopicResult,
|
||||
CategoryResult,
|
||||
AIProvider,
|
||||
AIResponse,
|
||||
AIServiceConfig,
|
||||
BatchProcessingOptions,
|
||||
AIServiceError,
|
||||
ContentInfo
|
||||
} from '../types/ai-types.uts'
|
||||
|
||||
// 分析类型枚举
|
||||
type AnalysisType = 'sentiment' | 'entities' | 'topics' | 'categories' | 'readability' | 'credibility' | 'toxicity' | 'summary' | 'keywords'
|
||||
|
||||
// 分析选项
|
||||
type AnalysisOptions = {
|
||||
types: AnalysisType[]
|
||||
provider?: AIProvider
|
||||
model?: string
|
||||
includeScores?: boolean
|
||||
detailedResults?: boolean
|
||||
language?: string
|
||||
customCategories?: string[]
|
||||
}
|
||||
|
||||
// 内容质量评估结果
|
||||
type QualityAssessment = {
|
||||
overallScore: number
|
||||
factualAccuracy: number
|
||||
sourceReliability: number
|
||||
writingQuality: number
|
||||
objectivity: number
|
||||
completeness: number
|
||||
timeliness: number
|
||||
relevance: number
|
||||
}
|
||||
|
||||
// 关键词提取结果
|
||||
type KeywordResult = {
|
||||
keyword: string
|
||||
frequency: number
|
||||
importance: number
|
||||
type: 'noun' | 'verb' | 'adjective' | 'entity' | 'concept'
|
||||
}
|
||||
|
||||
// 分析统计
|
||||
type AnalysisStats = {
|
||||
totalAnalyses: number
|
||||
successCount: number
|
||||
errorCount: number
|
||||
avgProcessingTimeMs: number
|
||||
totalCost: number
|
||||
byProvider: Record<AIProvider, number>
|
||||
byAnalysisType: Record<AnalysisType, number>
|
||||
}
|
||||
|
||||
/**
|
||||
* AI内容分析服务类
|
||||
* 提供情感分析、实体识别、主题提取、内容分类、质量评估等功能
|
||||
*/
|
||||
export class AIContentAnalysisService {
|
||||
private config: AIServiceConfig
|
||||
private stats: AnalysisStats = {
|
||||
totalAnalyses: 0,
|
||||
successCount: 0,
|
||||
errorCount: 0,
|
||||
avgProcessingTimeMs: 0,
|
||||
totalCost: 0,
|
||||
byProvider: {} as Record<AIProvider, number>,
|
||||
byAnalysisType: {} as Record<AnalysisType, number>
|
||||
}
|
||||
|
||||
// 预定义的新闻分类
|
||||
private readonly NEWS_CATEGORIES = [
|
||||
{ id: 'politics', name: '政治', keywords: ['政府', '政策', '选举', '法律', '议会', '总统', '部长'] },
|
||||
{ id: 'economy', name: '经济', keywords: ['经济', '金融', '股市', '投资', '银行', '贸易', 'GDP'] },
|
||||
{ id: 'technology', name: '科技', keywords: ['科技', '人工智能', '互联网', '软件', '硬件', '创新', '数字化'] },
|
||||
{ id: 'sports', name: '体育', keywords: ['体育', '足球', '篮球', '奥运', '比赛', '运动员', '锦标赛'] },
|
||||
{ id: 'entertainment', name: '娱乐', keywords: ['娱乐', '电影', '音乐', '明星', '综艺', '演出', '艺术'] },
|
||||
{ id: 'health', name: '健康', keywords: ['健康', '医疗', '病毒', '疫苗', '医院', '药物', '疾病'] },
|
||||
{ id: 'education', name: '教育', keywords: ['教育', '学校', '大学', '学生', '教师', '考试', '学习'] },
|
||||
{ id: 'environment', name: '环境', keywords: ['环境', '气候', '污染', '环保', '生态', '绿色', '可持续'] },
|
||||
{ id: 'international', name: '国际', keywords: ['国际', '外交', '战争', '和平', '联合国', '条约', '全球'] },
|
||||
{ id: 'social', name: '社会', keywords: ['社会', '社区', '公益', '慈善', '志愿者', '文化', '传统'] }
|
||||
]
|
||||
|
||||
constructor(config: AIServiceConfig) {
|
||||
this.config = config
|
||||
this.initializeStats()
|
||||
}
|
||||
|
||||
/**
|
||||
* 分析内容
|
||||
* @param content 内容文本
|
||||
* @param options 分析选项
|
||||
*/
|
||||
async analyzeContent(
|
||||
content: string,
|
||||
options: AnalysisOptions = {
|
||||
types: ['sentiment', 'entities', 'topics', 'categories', 'readability', 'summary', 'keywords']
|
||||
}
|
||||
): Promise<AIResponse<ContentAnalysisResult>> {
|
||||
try {
|
||||
this.stats.totalAnalyses++
|
||||
const startTime = Date.now()
|
||||
|
||||
// 选择提供商
|
||||
const provider = options.provider || this.selectBestProvider()
|
||||
|
||||
// 执行各种分析
|
||||
const results = await Promise.allSettled([
|
||||
this.analyzeSentiment(content, provider, options),
|
||||
this.extractEntities(content, provider, options),
|
||||
this.extractTopics(content, provider, options),
|
||||
this.classifyContent(content, options),
|
||||
this.assessReadability(content, options.language),
|
||||
this.assessCredibility(content),
|
||||
this.assessToxicity(content, provider),
|
||||
this.generateSummary(content, provider, options),
|
||||
this.extractKeywords(content, options)
|
||||
])
|
||||
|
||||
const processingTime = Date.now() - startTime
|
||||
|
||||
// 合并结果
|
||||
const analysisResult: ContentAnalysisResult = {
|
||||
contentId: this.generateContentId(content),
|
||||
sentimentScore: this.extractResult(results[0], 0),
|
||||
sentimentLabel: this.getSentimentLabel(this.extractResult(results[0], 0)),
|
||||
readabilityScore: this.extractResult(results[4], 0.5),
|
||||
credibilityScore: this.extractResult(results[5], 0.5),
|
||||
toxicityScore: this.extractResult(results[6], 0),
|
||||
keywords: this.extractResult(results[8], []),
|
||||
entities: this.extractResult(results[1], []),
|
||||
topics: this.extractResult(results[2], []),
|
||||
categories: this.extractResult(results[3], []),
|
||||
summary: this.extractResult(results[7], ''),
|
||||
keyPhrases: this.extractKeyPhrases(content),
|
||||
language: options.language || await this.detectLanguage(content),
|
||||
processingTimeMs: processingTime,
|
||||
provider
|
||||
}
|
||||
|
||||
// 更新统计
|
||||
this.updateStats(provider, options.types, processingTime)
|
||||
this.stats.successCount++
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: analysisResult,
|
||||
processingTimeMs: processingTime,
|
||||
provider
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
this.stats.errorCount++
|
||||
const aiError: AIServiceError = {
|
||||
code: 'ANALYSIS_ERROR',
|
||||
message: error.message || 'Content analysis failed',
|
||||
provider: options.provider,
|
||||
retryable: this.isRetryableError(error)
|
||||
}
|
||||
|
||||
return {
|
||||
success: false,
|
||||
error: aiError.message,
|
||||
errorCode: aiError.code
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量内容分析
|
||||
* @param contents 内容数组
|
||||
* @param options 分析选项
|
||||
* @param batchOptions 批处理选项
|
||||
*/
|
||||
async analyzeContentBatch(
|
||||
contents: string[],
|
||||
options: AnalysisOptions = { types: ['sentiment', 'categories', 'summary'] },
|
||||
batchOptions: BatchProcessingOptions = {
|
||||
batchSize: 5,
|
||||
concurrency: 2,
|
||||
retryCount: 2,
|
||||
delayMs: 1000
|
||||
}
|
||||
): Promise<AIResponse<ContentAnalysisResult[]>> {
|
||||
try {
|
||||
const results: ContentAnalysisResult[] = []
|
||||
const batches = this.createBatches(contents, batchOptions.batchSize)
|
||||
|
||||
for (let i = 0; i < batches.length; i++) {
|
||||
const batch = batches[i]
|
||||
const batchPromises = batch.map(async (content) => {
|
||||
try {
|
||||
const response = await this.analyzeContent(content, options)
|
||||
if (response.success && response.data) {
|
||||
return response.data
|
||||
}
|
||||
throw new Error(response.error || 'Analysis failed')
|
||||
} catch (error) {
|
||||
if (batchOptions.onError) {
|
||||
batchOptions.onError(error, content)
|
||||
}
|
||||
throw error
|
||||
}
|
||||
})
|
||||
|
||||
const batchResults = await Promise.allSettled(batchPromises)
|
||||
|
||||
for (const result of batchResults) {
|
||||
if (result.status === 'fulfilled') {
|
||||
results.push(result.value)
|
||||
}
|
||||
}
|
||||
|
||||
// 进度回调
|
||||
if (batchOptions.onProgress) {
|
||||
batchOptions.onProgress(results.length, contents.length)
|
||||
}
|
||||
|
||||
// 批次间延迟
|
||||
if (i < batches.length - 1 && batchOptions.delayMs > 0) {
|
||||
await this.delay(batchOptions.delayMs)
|
||||
}
|
||||
}
|
||||
|
||||
return { success: true, data: results }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Batch analysis failed'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 质量评估
|
||||
* @param content 内容文本
|
||||
* @param metadata 内容元数据
|
||||
*/
|
||||
async assessQuality(content: string, metadata?: Partial<ContentInfo>): Promise<AIResponse<QualityAssessment>> {
|
||||
try {
|
||||
const [
|
||||
factualScore,
|
||||
sourceScore,
|
||||
writingScore,
|
||||
objectivityScore,
|
||||
completenessScore,
|
||||
timelinessScore,
|
||||
relevanceScore
|
||||
] = await Promise.all([
|
||||
this.assessFactualAccuracy(content),
|
||||
this.assessSourceReliability(metadata?.sourceUrl || ''),
|
||||
this.assessWritingQuality(content),
|
||||
this.assessObjectivity(content),
|
||||
this.assessCompleteness(content),
|
||||
this.assessTimeliness(metadata?.publishedAt || Date.now()),
|
||||
this.assessRelevance(content, metadata?.categoryId)
|
||||
])
|
||||
|
||||
const overallScore = (
|
||||
factualScore + sourceScore + writingScore + objectivityScore +
|
||||
completenessScore + timelinessScore + relevanceScore
|
||||
) / 7
|
||||
|
||||
const assessment: QualityAssessment = {
|
||||
overallScore,
|
||||
factualAccuracy: factualScore,
|
||||
sourceReliability: sourceScore,
|
||||
writingQuality: writingScore,
|
||||
objectivity: objectivityScore,
|
||||
completeness: completenessScore,
|
||||
timeliness: timelinessScore,
|
||||
relevance: relevanceScore
|
||||
}
|
||||
|
||||
return { success: true, data: assessment }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Quality assessment failed'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取统计信息
|
||||
*/
|
||||
getStatistics(): AnalysisStats {
|
||||
return { ...this.stats }
|
||||
}
|
||||
|
||||
// Private methods
|
||||
|
||||
private async analyzeSentiment(content: string, provider: AIProvider, options: AnalysisOptions): Promise<number> {
|
||||
if (!options.types.includes('sentiment')) return 0
|
||||
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
return await this.analyzeSentimentWithOpenAI(content)
|
||||
case 'google':
|
||||
return await this.analyzeSentimentWithGoogle(content)
|
||||
case 'baidu':
|
||||
return await this.analyzeSentimentWithBaidu(content)
|
||||
default:
|
||||
return this.analyzeSentimentBasic(content)
|
||||
}
|
||||
}
|
||||
|
||||
private async extractEntities(content: string, provider: AIProvider, options: AnalysisOptions): Promise<EntityResult[]> {
|
||||
if (!options.types.includes('entities')) return []
|
||||
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
return await this.extractEntitiesWithOpenAI(content)
|
||||
case 'google':
|
||||
return await this.extractEntitiesWithGoogle(content)
|
||||
default:
|
||||
return this.extractEntitiesBasic(content)
|
||||
}
|
||||
}
|
||||
|
||||
private async extractTopics(content: string, provider: AIProvider, options: AnalysisOptions): Promise<TopicResult[]> {
|
||||
if (!options.types.includes('topics')) return []
|
||||
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
return await this.extractTopicsWithOpenAI(content)
|
||||
default:
|
||||
return this.extractTopicsBasic(content)
|
||||
}
|
||||
}
|
||||
|
||||
private async classifyContent(content: string, options: AnalysisOptions): Promise<CategoryResult[]> {
|
||||
if (!options.types.includes('categories')) return []
|
||||
|
||||
const categories: CategoryResult[] = []
|
||||
|
||||
// 基于关键词的分类
|
||||
for (const category of this.NEWS_CATEGORIES) {
|
||||
const matches = category.keywords.filter(keyword =>
|
||||
content.toLowerCase().includes(keyword.toLowerCase())
|
||||
)
|
||||
|
||||
if (matches.length > 0) {
|
||||
const confidence = Math.min(matches.length / category.keywords.length, 1)
|
||||
categories.push({
|
||||
categoryId: category.id,
|
||||
categoryName: category.name,
|
||||
confidence,
|
||||
level: 1
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 按置信度排序
|
||||
return categories.sort((a, b) => b.confidence - a.confidence).slice(0, 3)
|
||||
}
|
||||
|
||||
private assessReadability(content: string, language?: string): number {
|
||||
// 简化的可读性评估
|
||||
const sentences = content.split(/[.!?]+/).filter(s => s.trim().length > 0)
|
||||
const words = content.split(/\s+/).filter(w => w.length > 0)
|
||||
const characters = content.replace(/\s/g, '').length
|
||||
|
||||
if (sentences.length === 0 || words.length === 0) return 0
|
||||
|
||||
const avgWordsPerSentence = words.length / sentences.length
|
||||
const avgCharsPerWord = characters / words.length
|
||||
|
||||
// 基于句子长度和词汇复杂度的评分
|
||||
let score = 1.0
|
||||
|
||||
// 句子长度惩罚
|
||||
if (avgWordsPerSentence > 20) score -= 0.2
|
||||
if (avgWordsPerSentence > 30) score -= 0.3
|
||||
|
||||
// 词汇复杂度惩罚
|
||||
if (avgCharsPerWord > 6) score -= 0.1
|
||||
if (avgCharsPerWord > 8) score -= 0.2
|
||||
|
||||
return Math.max(0, Math.min(1, score))
|
||||
}
|
||||
|
||||
private assessCredibility(content: string): number {
|
||||
let score = 0.5 // 基础分
|
||||
|
||||
// 包含引用或来源
|
||||
if (content.includes('据') || content.includes('根据') || content.includes('来源')) {
|
||||
score += 0.2
|
||||
}
|
||||
|
||||
// 包含具体数据
|
||||
if (/\d+%|\d+万|\d+亿|\d{4}年/.test(content)) {
|
||||
score += 0.15
|
||||
}
|
||||
|
||||
// 避免极端词汇
|
||||
const extremeWords = ['绝对', '必然', '完全', '永远', '从来', '所有']
|
||||
const extremeCount = extremeWords.filter(word => content.includes(word)).length
|
||||
score -= extremeCount * 0.05
|
||||
|
||||
// 避免情绪化表达
|
||||
const emotionalWords = ['震惊', '愤怒', '可怕', '惊人', '令人发指']
|
||||
const emotionalCount = emotionalWords.filter(word => content.includes(word)).length
|
||||
score -= emotionalCount * 0.03
|
||||
|
||||
return Math.max(0, Math.min(1, score))
|
||||
}
|
||||
|
||||
private async assessToxicity(content: string, provider: AIProvider): Promise<number> {
|
||||
// 基础毒性检测
|
||||
const toxicWords = ['仇恨', '歧视', '暴力', '威胁', '诽谤', '侮辱']
|
||||
const toxicCount = toxicWords.filter(word => content.includes(word)).length
|
||||
|
||||
return Math.min(toxicCount / 10, 1)
|
||||
}
|
||||
|
||||
private async generateSummary(content: string, provider: AIProvider, options: AnalysisOptions): Promise<string> {
|
||||
if (!options.types.includes('summary')) return ''
|
||||
|
||||
// 简单的摘要生成:提取前两句
|
||||
const sentences = content.split(/[.!?]+/).filter(s => s.trim().length > 10)
|
||||
return sentences.slice(0, 2).join('。') + (sentences.length > 2 ? '。' : '')
|
||||
}
|
||||
|
||||
private extractKeywords(content: string, options: AnalysisOptions): string[] {
|
||||
if (!options.types.includes('keywords')) return []
|
||||
|
||||
// 简单的关键词提取
|
||||
const words = content
|
||||
.replace(/[^\u4e00-\u9fa5\w\s]/g, '') // 保留中文、英文和空格
|
||||
.split(/\s+/)
|
||||
.filter(word => word.length > 1)
|
||||
|
||||
// 统计词频
|
||||
const wordCount: Record<string, number> = {}
|
||||
words.forEach(word => {
|
||||
const lower = word.toLowerCase()
|
||||
wordCount[lower] = (wordCount[lower] || 0) + 1
|
||||
})
|
||||
|
||||
// 按频率排序并返回前10个
|
||||
return Object.entries(wordCount)
|
||||
.sort(([, a], [, b]) => b - a)
|
||||
.slice(0, 10)
|
||||
.map(([word]) => word)
|
||||
}
|
||||
|
||||
private extractKeyPhrases(content: string): string[] {
|
||||
// 提取2-3个词的短语
|
||||
const phrases: string[] = []
|
||||
const words = content.split(/\s+/)
|
||||
|
||||
for (let i = 0; i < words.length - 1; i++) {
|
||||
const twoWordPhrase = words.slice(i, i + 2).join(' ')
|
||||
if (twoWordPhrase.length > 4) {
|
||||
phrases.push(twoWordPhrase)
|
||||
}
|
||||
|
||||
if (i < words.length - 2) {
|
||||
const threeWordPhrase = words.slice(i, i + 3).join(' ')
|
||||
if (threeWordPhrase.length > 6) {
|
||||
phrases.push(threeWordPhrase)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 去重并返回前5个
|
||||
return [...new Set(phrases)].slice(0, 5)
|
||||
}
|
||||
|
||||
private async detectLanguage(content: string): Promise<string> {
|
||||
// 基础语言检测
|
||||
const chineseRegex = /[\u4e00-\u9fff]/
|
||||
const englishRegex = /[a-zA-Z]/
|
||||
|
||||
const chineseMatches = content.match(chineseRegex)?.length || 0
|
||||
const englishMatches = content.match(englishRegex)?.length || 0
|
||||
|
||||
if (chineseMatches > englishMatches) return 'zh-CN'
|
||||
if (englishMatches > chineseMatches) return 'en'
|
||||
return 'auto'
|
||||
}
|
||||
|
||||
private getSentimentLabel(score: number): 'positive' | 'negative' | 'neutral' {
|
||||
if (score > 0.1) return 'positive'
|
||||
if (score < -0.1) return 'negative'
|
||||
return 'neutral'
|
||||
}
|
||||
|
||||
private generateContentId(content: string): string {
|
||||
// 简单的内容ID生成
|
||||
return `content_${Date.now()}_${content.substring(0, 10).replace(/\s/g, '_')}`
|
||||
}
|
||||
|
||||
private extractResult<T>(result: PromiseSettledResult<T>, defaultValue: T): T {
|
||||
return result.status === 'fulfilled' ? result.value : defaultValue
|
||||
}
|
||||
|
||||
private selectBestProvider(): AIProvider {
|
||||
if (this.config.openai?.apiKey) return 'openai'
|
||||
if (this.config.google?.apiKey) return 'google'
|
||||
if (this.config.baidu?.apiKey) return 'baidu'
|
||||
return 'openai'
|
||||
}
|
||||
|
||||
private createBatches<T>(items: T[], batchSize: number): T[][] {
|
||||
const batches: T[][] = []
|
||||
for (let i = 0; i < items.length; i += batchSize) {
|
||||
batches.push(items.slice(i, i + batchSize))
|
||||
}
|
||||
return batches
|
||||
}
|
||||
|
||||
private async delay(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
|
||||
private initializeStats(): void {
|
||||
const providers: AIProvider[] = ['openai', 'google', 'baidu', 'custom']
|
||||
const analysisTypes: AnalysisType[] = ['sentiment', 'entities', 'topics', 'categories', 'readability', 'credibility', 'toxicity', 'summary', 'keywords']
|
||||
|
||||
providers.forEach(provider => {
|
||||
this.stats.byProvider[provider] = 0
|
||||
})
|
||||
|
||||
analysisTypes.forEach(type => {
|
||||
this.stats.byAnalysisType[type] = 0
|
||||
})
|
||||
}
|
||||
|
||||
private updateStats(provider: AIProvider, types: AnalysisType[], processingTime: number): void {
|
||||
this.stats.byProvider[provider]++
|
||||
types.forEach(type => {
|
||||
this.stats.byAnalysisType[type]++
|
||||
})
|
||||
|
||||
this.stats.avgProcessingTimeMs = (this.stats.avgProcessingTimeMs * (this.stats.totalAnalyses - 1) + processingTime) / this.stats.totalAnalyses
|
||||
}
|
||||
|
||||
private isRetryableError(error: any): boolean {
|
||||
const retryableCodes = ['TIMEOUT', 'RATE_LIMIT', 'SERVER_ERROR']
|
||||
return retryableCodes.includes(error.code) || error.status >= 500
|
||||
}
|
||||
|
||||
// Quality assessment methods
|
||||
private async assessFactualAccuracy(content: string): Promise<number> {
|
||||
// 检查是否包含可验证的事实
|
||||
let score = 0.5
|
||||
|
||||
// 包含日期
|
||||
if (/\d{4}年|\d{1,2}月|\d{1,2}日/.test(content)) score += 0.1
|
||||
|
||||
// 包含具体数字
|
||||
if (/\d+\.?\d*%|\d+万|\d+亿|\d+千/.test(content)) score += 0.1
|
||||
|
||||
// 包含地点
|
||||
if (/市|省|县|区|国|州/.test(content)) score += 0.1
|
||||
|
||||
// 包含人名或机构名
|
||||
if (/先生|女士|部长|主席|公司|集团|大学|医院/.test(content)) score += 0.1
|
||||
|
||||
return Math.min(1, score)
|
||||
}
|
||||
|
||||
private async assessSourceReliability(sourceUrl: string): Promise<number> {
|
||||
if (!sourceUrl) return 0.3
|
||||
|
||||
// 简单的源可靠性评估
|
||||
const reliableDomains = ['gov.cn', 'edu.cn', 'xinhuanet.com', 'people.com.cn', 'cctv.com']
|
||||
const domain = sourceUrl.toLowerCase()
|
||||
|
||||
for (const reliableDomain of reliableDomains) {
|
||||
if (domain.includes(reliableDomain)) return 0.9
|
||||
}
|
||||
|
||||
if (domain.includes('.gov') || domain.includes('.edu')) return 0.8
|
||||
if (domain.includes('news') || domain.includes('media')) return 0.6
|
||||
|
||||
return 0.4
|
||||
}
|
||||
|
||||
private async assessWritingQuality(content: string): Promise<number> {
|
||||
let score = 0.5
|
||||
|
||||
// 检查语法和结构
|
||||
const sentences = content.split(/[.!?]+/).filter(s => s.trim().length > 0)
|
||||
if (sentences.length > 2) score += 0.1
|
||||
|
||||
// 检查段落结构
|
||||
const paragraphs = content.split('\n\n').filter(p => p.trim().length > 0)
|
||||
if (paragraphs.length > 1) score += 0.1
|
||||
|
||||
// 检查词汇丰富度
|
||||
const words = content.split(/\s+/).filter(w => w.length > 0)
|
||||
const uniqueWords = new Set(words.map(w => w.toLowerCase()))
|
||||
const diversity = uniqueWords.size / words.length
|
||||
score += diversity * 0.3
|
||||
|
||||
return Math.min(1, score)
|
||||
}
|
||||
|
||||
private async assessObjectivity(content: string): Promise<number> {
|
||||
let score = 0.7 // 基础客观性分数
|
||||
|
||||
// 主观词汇惩罚
|
||||
const subjectiveWords = ['我认为', '个人觉得', '显然', '明显', '无疑', '肯定']
|
||||
const subjectiveCount = subjectiveWords.filter(word => content.includes(word)).length
|
||||
score -= subjectiveCount * 0.1
|
||||
|
||||
// 情感词汇惩罚
|
||||
const emotionalWords = ['愤怒', '激动', '兴奋', '失望', '震惊', '惊喜']
|
||||
const emotionalCount = emotionalWords.filter(word => content.includes(word)).length
|
||||
score -= emotionalCount * 0.05
|
||||
|
||||
return Math.max(0, Math.min(1, score))
|
||||
}
|
||||
|
||||
private async assessCompleteness(content: string): Promise<number> {
|
||||
let score = 0.3
|
||||
|
||||
// 基于内容长度
|
||||
if (content.length > 200) score += 0.2
|
||||
if (content.length > 500) score += 0.2
|
||||
if (content.length > 1000) score += 0.2
|
||||
|
||||
// 包含关键新闻要素(5W1H)
|
||||
const hasWho = /人|者|员|家|国|公司|组织/.test(content)
|
||||
const hasWhat = /事件|活动|发生|进行|宣布|决定/.test(content)
|
||||
const hasWhen = /\d{4}年|\d{1,2}月|\d{1,2}日|今天|昨天|明天/.test(content)
|
||||
const hasWhere = /市|省|县|区|国|地区|地点/.test(content)
|
||||
const hasWhy = /因为|由于|原因|目的|为了/.test(content)
|
||||
|
||||
const elements = [hasWho, hasWhat, hasWhen, hasWhere, hasWhy].filter(Boolean).length
|
||||
score += elements * 0.06
|
||||
|
||||
return Math.min(1, score)
|
||||
}
|
||||
|
||||
private async assessTimeliness(publishedAt: number): Promise<number> {
|
||||
const now = Date.now()
|
||||
const ageHours = (now - publishedAt) / (1000 * 60 * 60)
|
||||
|
||||
// 新闻越新,时效性越高
|
||||
if (ageHours < 1) return 1.0
|
||||
if (ageHours < 6) return 0.9
|
||||
if (ageHours < 24) return 0.7
|
||||
if (ageHours < 72) return 0.5
|
||||
if (ageHours < 168) return 0.3
|
||||
return 0.1
|
||||
}
|
||||
|
||||
private async assessRelevance(content: string, categoryId?: string): Promise<number> {
|
||||
if (!categoryId) return 0.5
|
||||
|
||||
// 根据分类检查相关性
|
||||
const category = this.NEWS_CATEGORIES.find(c => c.id === categoryId)
|
||||
if (!category) return 0.5
|
||||
|
||||
const matches = category.keywords.filter(keyword =>
|
||||
content.toLowerCase().includes(keyword.toLowerCase())
|
||||
).length
|
||||
|
||||
return Math.min(1, matches / category.keywords.length + 0.3)
|
||||
}
|
||||
|
||||
// Mock AI service methods
|
||||
private async analyzeSentimentWithOpenAI(content: string): Promise<number> {
|
||||
// 模拟OpenAI情感分析
|
||||
await this.delay(Math.random() * 500 + 200)
|
||||
|
||||
// 简单的情感检测
|
||||
const positiveWords = ['好', '棒', '优秀', '成功', '胜利', '喜悦', '高兴', '满意']
|
||||
const negativeWords = ['坏', '糟糕', '失败', '问题', '困难', '悲伤', '愤怒', '失望']
|
||||
|
||||
const positiveCount = positiveWords.filter(word => content.includes(word)).length
|
||||
const negativeCount = negativeWords.filter(word => content.includes(word)).length
|
||||
|
||||
const score = (positiveCount - negativeCount) / Math.max(positiveCount + negativeCount, 1)
|
||||
return Math.max(-1, Math.min(1, score))
|
||||
}
|
||||
|
||||
private async analyzeSentimentWithGoogle(content: string): Promise<number> {
|
||||
await this.delay(Math.random() * 400 + 150)
|
||||
return Math.random() * 2 - 1 // -1 to 1
|
||||
}
|
||||
|
||||
private async analyzeSentimentWithBaidu(content: string): Promise<number> {
|
||||
await this.delay(Math.random() * 300 + 100)
|
||||
return Math.random() * 2 - 1
|
||||
}
|
||||
|
||||
private analyzeSentimentBasic(content: string): number {
|
||||
// 基础情感分析
|
||||
const positiveWords = ['好', '棒', '优秀', '成功', '胜利', 'great', 'good', 'excellent']
|
||||
const negativeWords = ['坏', '糟糕', '失败', '问题', 'bad', 'terrible', 'awful']
|
||||
|
||||
const positiveCount = positiveWords.filter(word => content.toLowerCase().includes(word)).length
|
||||
const negativeCount = negativeWords.filter(word => content.toLowerCase().includes(word)).length
|
||||
|
||||
return (positiveCount - negativeCount) / Math.max(positiveCount + negativeCount, 1)
|
||||
}
|
||||
|
||||
private async extractEntitiesWithOpenAI(content: string): Promise<EntityResult[]> {
|
||||
await this.delay(Math.random() * 600 + 300)
|
||||
|
||||
// 模拟实体提取
|
||||
const entities: EntityResult[] = []
|
||||
const patterns = [
|
||||
{ regex: /[\u4e00-\u9fa5]{2,4}(公司|集团|企业|机构)/g, type: 'organization' as const },
|
||||
{ regex: /[\u4e00-\u9fa5]{2,3}(市|省|县|区)/g, type: 'location' as const },
|
||||
{ regex: /[\u4e00-\u9fa5]{2,4}(先生|女士|部长|主席|总裁|经理)/g, type: 'person' as const },
|
||||
{ regex: /\d{4}年\d{1,2}月\d{1,2}日/g, type: 'date' as const },
|
||||
{ regex: /\d+\.?\d*(万|亿|千)?(元|美元|英镑)/g, type: 'money' as const }
|
||||
]
|
||||
|
||||
patterns.forEach(pattern => {
|
||||
const matches = content.matchAll(pattern.regex)
|
||||
for (const match of matches) {
|
||||
entities.push({
|
||||
text: match[0],
|
||||
type: pattern.type,
|
||||
confidence: 0.8 + Math.random() * 0.2,
|
||||
startPosition: match.index || 0,
|
||||
endPosition: (match.index || 0) + match[0].length
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
return entities.slice(0, 10)
|
||||
}
|
||||
|
||||
private async extractEntitiesWithGoogle(content: string): Promise<EntityResult[]> {
|
||||
await this.delay(Math.random() * 500 + 250)
|
||||
return this.extractEntitiesBasic(content)
|
||||
}
|
||||
|
||||
private extractEntitiesBasic(content: string): EntityResult[] {
|
||||
// 基础实体提取
|
||||
const entities: EntityResult[] = []
|
||||
|
||||
// 提取组织
|
||||
const orgMatches = content.matchAll(/[\u4e00-\u9fa5]{2,4}(公司|集团)/g)
|
||||
for (const match of orgMatches) {
|
||||
entities.push({
|
||||
text: match[0],
|
||||
type: 'organization',
|
||||
confidence: 0.7,
|
||||
startPosition: match.index || 0,
|
||||
endPosition: (match.index || 0) + match[0].length
|
||||
})
|
||||
}
|
||||
|
||||
return entities
|
||||
}
|
||||
|
||||
private async extractTopicsWithOpenAI(content: string): Promise<TopicResult[]> {
|
||||
await this.delay(Math.random() * 400 + 200)
|
||||
|
||||
// 基于关键词聚类的主题提取
|
||||
const topics: TopicResult[] = []
|
||||
|
||||
for (const category of this.NEWS_CATEGORIES.slice(0, 3)) {
|
||||
const matches = category.keywords.filter(keyword =>
|
||||
content.toLowerCase().includes(keyword.toLowerCase())
|
||||
)
|
||||
|
||||
if (matches.length > 0) {
|
||||
topics.push({
|
||||
name: category.name,
|
||||
confidence: matches.length / category.keywords.length,
|
||||
keywords: matches
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
return topics.sort((a, b) => b.confidence - a.confidence)
|
||||
}
|
||||
|
||||
private extractTopicsBasic(content: string): TopicResult[] {
|
||||
// 基础主题提取
|
||||
const topics: TopicResult[] = []
|
||||
|
||||
// 检查科技相关关键词
|
||||
const techKeywords = ['科技', '技术', '互联网', 'AI', '人工智能']
|
||||
const techMatches = techKeywords.filter(keyword => content.includes(keyword))
|
||||
|
||||
if (techMatches.length > 0) {
|
||||
topics.push({
|
||||
name: '科技',
|
||||
confidence: techMatches.length / techKeywords.length,
|
||||
keywords: techMatches
|
||||
})
|
||||
}
|
||||
|
||||
return topics
|
||||
}
|
||||
}
|
||||
761
uni_modules/ak-ai-news/services/AIErrorHandler.uts
Normal file
761
uni_modules/ak-ai-news/services/AIErrorHandler.uts
Normal file
@@ -0,0 +1,761 @@
|
||||
// Advanced Error Handling and Retry Mechanism System
|
||||
// Comprehensive error recovery, circuit breaker, and resilience patterns
|
||||
|
||||
import { type AIProvider, type AIResponse } from '../types/ai-types.uts'
|
||||
|
||||
/**
|
||||
* Error classification and handling configuration
|
||||
*/
|
||||
export type ErrorHandlingConfig = {
|
||||
retryPolicy: {
|
||||
maxAttempts: number
|
||||
baseDelayMs: number
|
||||
maxDelayMs: number
|
||||
backoffMultiplier: number
|
||||
jitterEnabled: boolean
|
||||
}
|
||||
circuitBreaker: {
|
||||
failureThreshold: number
|
||||
recoveryTimeoutMs: number
|
||||
halfOpenMaxCalls: number
|
||||
monitoringWindowMs: number
|
||||
}
|
||||
rateLimit: {
|
||||
maxRequestsPerSecond: number
|
||||
burstSize: number
|
||||
enabled: boolean
|
||||
}
|
||||
fallback: {
|
||||
enabled: boolean
|
||||
fallbackProviders: AIProvider[]
|
||||
gracefulDegradation: boolean
|
||||
}
|
||||
monitoring: {
|
||||
enableMetrics: boolean
|
||||
alertOnPatterns: boolean
|
||||
maxErrorHistorySize: number
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Error categories for different handling strategies
|
||||
*/
|
||||
export enum ErrorCategory {
|
||||
TRANSIENT = 'transient', // Network timeouts, temporary unavailability
|
||||
AUTHENTICATION = 'auth', // API key issues, token expiration
|
||||
RATE_LIMIT = 'rate_limit', // API rate limiting
|
||||
QUOTA_EXCEEDED = 'quota', // API quota exceeded
|
||||
INVALID_REQUEST = 'invalid', // Bad request data
|
||||
SERVICE_ERROR = 'service', // Internal service errors
|
||||
NETWORK = 'network', // Network connectivity issues
|
||||
PERMANENT = 'permanent' // Permanent failures that shouldn't be retried
|
||||
}
|
||||
|
||||
/**
|
||||
* Detailed error information
|
||||
*/
|
||||
export type ErrorInfo = {
|
||||
category: ErrorCategory
|
||||
code?: string
|
||||
message: string
|
||||
provider?: AIProvider
|
||||
operation: string
|
||||
timestamp: number
|
||||
retryCount: number
|
||||
context?: Record<string, any>
|
||||
isRetryable: boolean
|
||||
suggestedAction?: string
|
||||
}
|
||||
|
||||
/**
|
||||
* Circuit breaker states
|
||||
*/
|
||||
export enum CircuitBreakerState {
|
||||
CLOSED = 'closed', // Normal operation
|
||||
OPEN = 'open', // Circuit is open, failing fast
|
||||
HALF_OPEN = 'half_open' // Testing if service has recovered
|
||||
}
|
||||
|
||||
/**
|
||||
* Circuit breaker status
|
||||
*/
|
||||
export type CircuitBreakerStatus = {
|
||||
state: CircuitBreakerState
|
||||
failureCount: number
|
||||
successCount: number
|
||||
lastFailureTime?: number
|
||||
nextAttemptTime?: number
|
||||
halfOpenAttempts: number
|
||||
}
|
||||
|
||||
/**
|
||||
* Rate limiter status
|
||||
*/
|
||||
export type RateLimiterStatus = {
|
||||
requestsRemaining: number
|
||||
resetTime: number
|
||||
isLimited: boolean
|
||||
queueSize: number
|
||||
}
|
||||
|
||||
/**
|
||||
* Retry attempt information
|
||||
*/
|
||||
export type RetryAttempt = {
|
||||
attemptNumber: number
|
||||
timestamp: number
|
||||
error?: ErrorInfo
|
||||
delayMs: number
|
||||
success: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
* Operation result with retry information
|
||||
*/
|
||||
export type OperationResult<T> = {
|
||||
success: boolean
|
||||
data?: T
|
||||
error?: ErrorInfo
|
||||
attempts: RetryAttempt[]
|
||||
totalDuration: number
|
||||
finalProvider?: AIProvider
|
||||
}
|
||||
|
||||
/**
|
||||
* Advanced error handler and retry manager
|
||||
*/
|
||||
export class AIErrorHandler {
|
||||
private config: ErrorHandlingConfig
|
||||
private circuitBreakers = new Map<string, CircuitBreakerStatus>()
|
||||
private rateLimiters = new Map<string, RateLimiterStatus>()
|
||||
private errorHistory: ErrorInfo[] = []
|
||||
private requestQueues = new Map<string, Array<() => Promise<any>>>()
|
||||
|
||||
constructor(config: ErrorHandlingConfig) {
|
||||
this.config = config
|
||||
this.initializeCircuitBreakers()
|
||||
this.initializeRateLimiters()
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute operation with advanced error handling and retry logic
|
||||
*/
|
||||
async executeWithRetry<T>(
|
||||
operation: () => Promise<T>,
|
||||
context: {
|
||||
operationName: string
|
||||
provider?: AIProvider
|
||||
retryable?: boolean
|
||||
metadata?: Record<string, any>
|
||||
}
|
||||
): Promise<OperationResult<T>> {
|
||||
const startTime = Date.now()
|
||||
const attempts: RetryAttempt[] = []
|
||||
let lastError: ErrorInfo | undefined
|
||||
|
||||
// Check circuit breaker
|
||||
const breakerKey = this.getBreakerKey(context.operationName, context.provider)
|
||||
if (this.isCircuitOpen(breakerKey)) {
|
||||
const error = this.createError(
|
||||
ErrorCategory.SERVICE_ERROR,
|
||||
`Circuit breaker is open for ${breakerKey}`,
|
||||
context.operationName,
|
||||
context.provider
|
||||
)
|
||||
return {
|
||||
success: false,
|
||||
error,
|
||||
attempts: [],
|
||||
totalDuration: Date.now() - startTime
|
||||
}
|
||||
}
|
||||
|
||||
// Check rate limits
|
||||
if (this.config.rateLimit.enabled && context.provider) {
|
||||
const rateLimitResult = await this.checkRateLimit(context.provider)
|
||||
if (!rateLimitResult.allowed) {
|
||||
const error = this.createError(
|
||||
ErrorCategory.RATE_LIMIT,
|
||||
'Rate limit exceeded',
|
||||
context.operationName,
|
||||
context.provider
|
||||
)
|
||||
return {
|
||||
success: false,
|
||||
error,
|
||||
attempts: [],
|
||||
totalDuration: Date.now() - startTime
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Execute with retry logic
|
||||
for (let attempt = 1; attempt <= this.config.retryPolicy.maxAttempts; attempt++) {
|
||||
const attemptStart = Date.now()
|
||||
|
||||
try {
|
||||
// Add delay for retry attempts
|
||||
if (attempt > 1) {
|
||||
const delay = this.calculateRetryDelay(attempt - 1)
|
||||
await this.sleep(delay)
|
||||
attempts[attempts.length - 1].delayMs = delay
|
||||
}
|
||||
|
||||
// Execute the operation
|
||||
const result = await operation()
|
||||
|
||||
// Record successful attempt
|
||||
const attemptInfo: RetryAttempt = {
|
||||
attemptNumber: attempt,
|
||||
timestamp: attemptStart,
|
||||
delayMs: 0,
|
||||
success: true
|
||||
}
|
||||
attempts.push(attemptInfo)
|
||||
|
||||
// Update circuit breaker on success
|
||||
this.recordSuccess(breakerKey)
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: result,
|
||||
attempts,
|
||||
totalDuration: Date.now() - startTime,
|
||||
finalProvider: context.provider
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
const errorInfo = this.analyzeError(error, context.operationName, context.provider, attempt - 1)
|
||||
lastError = errorInfo
|
||||
|
||||
// Record failed attempt
|
||||
const attemptInfo: RetryAttempt = {
|
||||
attemptNumber: attempt,
|
||||
timestamp: attemptStart,
|
||||
error: errorInfo,
|
||||
delayMs: 0,
|
||||
success: false
|
||||
}
|
||||
attempts.push(attemptInfo)
|
||||
|
||||
// Update error history
|
||||
this.recordError(errorInfo)
|
||||
|
||||
// Update circuit breaker on failure
|
||||
this.recordFailure(breakerKey)
|
||||
|
||||
// Check if we should retry
|
||||
if (!this.shouldRetry(errorInfo, attempt)) {
|
||||
break
|
||||
}
|
||||
|
||||
// Try fallback provider if available
|
||||
if (this.config.fallback.enabled && attempt === this.config.retryPolicy.maxAttempts) {
|
||||
const fallbackResult = await this.tryFallbackProviders(
|
||||
operation,
|
||||
context,
|
||||
startTime,
|
||||
attempts
|
||||
)
|
||||
if (fallbackResult) {
|
||||
return fallbackResult
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
success: false,
|
||||
error: lastError,
|
||||
attempts,
|
||||
totalDuration: Date.now() - startTime
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle bulk operations with advanced error recovery
|
||||
*/
|
||||
async executeBulkWithRetry<T, R>(
|
||||
items: T[],
|
||||
operation: (item: T) => Promise<R>,
|
||||
options: {
|
||||
operationName: string
|
||||
batchSize?: number
|
||||
concurrency?: number
|
||||
failFast?: boolean
|
||||
partialFailureThreshold?: number
|
||||
}
|
||||
): Promise<{
|
||||
results: Array<{ item: T; result?: R; error?: ErrorInfo }>
|
||||
summary: {
|
||||
successful: number
|
||||
failed: number
|
||||
totalTime: number
|
||||
throughput: number
|
||||
}
|
||||
}> {
|
||||
const startTime = Date.now()
|
||||
const batchSize = options.batchSize || 10
|
||||
const concurrency = options.concurrency || 3
|
||||
const results: Array<{ item: T; result?: R; error?: ErrorInfo }> = []
|
||||
|
||||
// Process in batches
|
||||
for (let i = 0; i < items.length; i += batchSize) {
|
||||
const batch = items.slice(i, i + batchSize)
|
||||
|
||||
// Process batch with controlled concurrency
|
||||
const batchPromises = batch.map(async (item) => {
|
||||
const operationResult = await this.executeWithRetry(
|
||||
() => operation(item),
|
||||
{
|
||||
operationName: options.operationName,
|
||||
metadata: { batchIndex: Math.floor(i / batchSize), itemIndex: i + batch.indexOf(item) }
|
||||
}
|
||||
)
|
||||
|
||||
return {
|
||||
item,
|
||||
result: operationResult.data,
|
||||
error: operationResult.error
|
||||
}
|
||||
})
|
||||
|
||||
// Execute with concurrency control
|
||||
const batchResults = await this.executeConcurrently(batchPromises, concurrency)
|
||||
results.push(...batchResults)
|
||||
|
||||
// Check failure threshold
|
||||
const failedCount = results.filter(r => r.error).length
|
||||
const failureRate = failedCount / results.length
|
||||
|
||||
if (options.failFast && failureRate > (options.partialFailureThreshold || 0.5)) {
|
||||
console.log(`⚠️ Bulk operation failing fast due to high failure rate: ${(failureRate * 100).toFixed(1)}%`)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
const endTime = Date.now()
|
||||
const successful = results.filter(r => !r.error).length
|
||||
const failed = results.filter(r => r.error).length
|
||||
const totalTime = endTime - startTime
|
||||
const throughput = results.length / (totalTime / 1000)
|
||||
|
||||
return {
|
||||
results,
|
||||
summary: {
|
||||
successful,
|
||||
failed,
|
||||
totalTime,
|
||||
throughput
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get current error handling status
|
||||
*/
|
||||
getErrorHandlingStatus(): {
|
||||
circuitBreakers: Array<{ key: string; status: CircuitBreakerStatus }>
|
||||
rateLimiters: Array<{ key: string; status: RateLimiterStatus }>
|
||||
recentErrors: ErrorInfo[]
|
||||
errorPatterns: Array<{ pattern: string; count: number; lastSeen: number }>
|
||||
} {
|
||||
const recentErrors = this.errorHistory.slice(-50) // Last 50 errors
|
||||
const errorPatterns = this.analyzeErrorPatterns(recentErrors)
|
||||
|
||||
return {
|
||||
circuitBreakers: Array.from(this.circuitBreakers.entries()).map(([key, status]) => ({ key, status })),
|
||||
rateLimiters: Array.from(this.rateLimiters.entries()).map(([key, status]) => ({ key, status })),
|
||||
recentErrors,
|
||||
errorPatterns
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset circuit breakers and error state
|
||||
*/
|
||||
resetErrorState(): void {
|
||||
this.circuitBreakers.clear()
|
||||
this.rateLimiters.clear()
|
||||
this.errorHistory = []
|
||||
this.requestQueues.clear()
|
||||
|
||||
this.initializeCircuitBreakers()
|
||||
this.initializeRateLimiters()
|
||||
|
||||
console.log('🔄 Error handling state reset')
|
||||
}
|
||||
|
||||
/**
|
||||
* Update configuration
|
||||
*/
|
||||
updateConfig(newConfig: Partial<ErrorHandlingConfig>): void {
|
||||
this.config = { ...this.config, ...newConfig }
|
||||
console.log('⚙️ Error handling configuration updated')
|
||||
}
|
||||
|
||||
// Private methods
|
||||
|
||||
private initializeCircuitBreakers(): void {
|
||||
const providers: AIProvider[] = ['openai', 'google', 'baidu']
|
||||
const operations = ['translate', 'analyze', 'chat', 'recommend']
|
||||
|
||||
providers.forEach(provider => {
|
||||
operations.forEach(operation => {
|
||||
const key = this.getBreakerKey(operation, provider)
|
||||
this.circuitBreakers.set(key, {
|
||||
state: CircuitBreakerState.CLOSED,
|
||||
failureCount: 0,
|
||||
successCount: 0,
|
||||
halfOpenAttempts: 0
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
private initializeRateLimiters(): void {
|
||||
const providers: AIProvider[] = ['openai', 'google', 'baidu']
|
||||
|
||||
providers.forEach(provider => {
|
||||
this.rateLimiters.set(provider, {
|
||||
requestsRemaining: this.config.rateLimit.maxRequestsPerSecond,
|
||||
resetTime: Date.now() + 1000,
|
||||
isLimited: false,
|
||||
queueSize: 0
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
private getBreakerKey(operation: string, provider?: AIProvider): string {
|
||||
return provider ? `${provider}:${operation}` : operation
|
||||
}
|
||||
|
||||
private isCircuitOpen(breakerKey: string): boolean {
|
||||
const breaker = this.circuitBreakers.get(breakerKey)
|
||||
if (!breaker) return false
|
||||
|
||||
if (breaker.state === CircuitBreakerState.OPEN) {
|
||||
// Check if we should transition to half-open
|
||||
const now = Date.now()
|
||||
if (breaker.lastFailureTime &&
|
||||
now - breaker.lastFailureTime > this.config.circuitBreaker.recoveryTimeoutMs) {
|
||||
breaker.state = CircuitBreakerState.HALF_OPEN
|
||||
breaker.halfOpenAttempts = 0
|
||||
console.log(`🔄 Circuit breaker ${breakerKey} transitioning to half-open`)
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
private recordSuccess(breakerKey: string): void {
|
||||
const breaker = this.circuitBreakers.get(breakerKey)
|
||||
if (!breaker) return
|
||||
|
||||
breaker.successCount++
|
||||
|
||||
if (breaker.state === CircuitBreakerState.HALF_OPEN) {
|
||||
breaker.halfOpenAttempts++
|
||||
if (breaker.halfOpenAttempts >= this.config.circuitBreaker.halfOpenMaxCalls) {
|
||||
breaker.state = CircuitBreakerState.CLOSED
|
||||
breaker.failureCount = 0
|
||||
console.log(`✅ Circuit breaker ${breakerKey} closed after successful recovery`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private recordFailure(breakerKey: string): void {
|
||||
const breaker = this.circuitBreakers.get(breakerKey)
|
||||
if (!breaker) return
|
||||
|
||||
breaker.failureCount++
|
||||
breaker.lastFailureTime = Date.now()
|
||||
|
||||
if (breaker.state === CircuitBreakerState.CLOSED) {
|
||||
if (breaker.failureCount >= this.config.circuitBreaker.failureThreshold) {
|
||||
breaker.state = CircuitBreakerState.OPEN
|
||||
console.log(`⚠️ Circuit breaker ${breakerKey} opened due to ${breaker.failureCount} failures`)
|
||||
}
|
||||
} else if (breaker.state === CircuitBreakerState.HALF_OPEN) {
|
||||
breaker.state = CircuitBreakerState.OPEN
|
||||
console.log(`❌ Circuit breaker ${breakerKey} re-opened after failed recovery attempt`)
|
||||
}
|
||||
}
|
||||
|
||||
private async checkRateLimit(provider: AIProvider): Promise<{ allowed: boolean; waitTime?: number }> {
|
||||
const limiter = this.rateLimiters.get(provider)
|
||||
if (!limiter) return { allowed: true }
|
||||
|
||||
const now = Date.now()
|
||||
|
||||
// Reset if time window has passed
|
||||
if (now >= limiter.resetTime) {
|
||||
limiter.requestsRemaining = this.config.rateLimit.maxRequestsPerSecond
|
||||
limiter.resetTime = now + 1000
|
||||
limiter.isLimited = false
|
||||
}
|
||||
|
||||
if (limiter.requestsRemaining <= 0) {
|
||||
limiter.isLimited = true
|
||||
return {
|
||||
allowed: false,
|
||||
waitTime: limiter.resetTime - now
|
||||
}
|
||||
}
|
||||
|
||||
limiter.requestsRemaining--
|
||||
return { allowed: true }
|
||||
}
|
||||
|
||||
private analyzeError(
|
||||
error: any,
|
||||
operation: string,
|
||||
provider?: AIProvider,
|
||||
retryCount: number = 0
|
||||
): ErrorInfo {
|
||||
const errorMessage = error?.message || String(error)
|
||||
const errorCode = error?.code || error?.status
|
||||
|
||||
let category = ErrorCategory.PERMANENT
|
||||
let isRetryable = false
|
||||
let suggestedAction = 'Review error and fix manually'
|
||||
|
||||
// Analyze error to determine category and retry strategy
|
||||
if (errorMessage.toLowerCase().includes('timeout') ||
|
||||
errorMessage.toLowerCase().includes('network')) {
|
||||
category = ErrorCategory.TRANSIENT
|
||||
isRetryable = true
|
||||
suggestedAction = 'Retry with exponential backoff'
|
||||
} else if (errorMessage.toLowerCase().includes('rate limit') || errorCode === 429) {
|
||||
category = ErrorCategory.RATE_LIMIT
|
||||
isRetryable = true
|
||||
suggestedAction = 'Wait and retry, consider implementing rate limiting'
|
||||
} else if (errorMessage.toLowerCase().includes('quota') ||
|
||||
errorMessage.toLowerCase().includes('exceeded')) {
|
||||
category = ErrorCategory.QUOTA_EXCEEDED
|
||||
isRetryable = false
|
||||
suggestedAction = 'Check API quota and billing'
|
||||
} else if (errorMessage.toLowerCase().includes('auth') ||
|
||||
errorMessage.toLowerCase().includes('unauthorized') ||
|
||||
errorCode === 401) {
|
||||
category = ErrorCategory.AUTHENTICATION
|
||||
isRetryable = false
|
||||
suggestedAction = 'Check API keys and authentication'
|
||||
} else if (errorCode >= 400 && errorCode < 500) {
|
||||
category = ErrorCategory.INVALID_REQUEST
|
||||
isRetryable = false
|
||||
suggestedAction = 'Review request parameters'
|
||||
} else if (errorCode >= 500) {
|
||||
category = ErrorCategory.SERVICE_ERROR
|
||||
isRetryable = true
|
||||
suggestedAction = 'Retry or use fallback provider'
|
||||
}
|
||||
|
||||
return {
|
||||
category,
|
||||
code: String(errorCode || 'unknown'),
|
||||
message: errorMessage,
|
||||
provider,
|
||||
operation,
|
||||
timestamp: Date.now(),
|
||||
retryCount,
|
||||
isRetryable,
|
||||
suggestedAction,
|
||||
context: {
|
||||
originalError: error
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private shouldRetry(error: ErrorInfo, attemptNumber: number): boolean {
|
||||
if (attemptNumber >= this.config.retryPolicy.maxAttempts) {
|
||||
return false
|
||||
}
|
||||
|
||||
return error.isRetryable && [
|
||||
ErrorCategory.TRANSIENT,
|
||||
ErrorCategory.RATE_LIMIT,
|
||||
ErrorCategory.SERVICE_ERROR,
|
||||
ErrorCategory.NETWORK
|
||||
].includes(error.category)
|
||||
}
|
||||
|
||||
private calculateRetryDelay(attemptNumber: number): number {
|
||||
const baseDelay = this.config.retryPolicy.baseDelayMs
|
||||
const maxDelay = this.config.retryPolicy.maxDelayMs
|
||||
const multiplier = this.config.retryPolicy.backoffMultiplier
|
||||
|
||||
let delay = baseDelay * Math.pow(multiplier, attemptNumber)
|
||||
delay = Math.min(delay, maxDelay)
|
||||
|
||||
// Add jitter if enabled
|
||||
if (this.config.retryPolicy.jitterEnabled) {
|
||||
const jitter = delay * 0.1 * Math.random()
|
||||
delay += jitter
|
||||
}
|
||||
|
||||
return Math.floor(delay)
|
||||
}
|
||||
|
||||
private async tryFallbackProviders<T>(
|
||||
operation: () => Promise<T>,
|
||||
context: any,
|
||||
startTime: number,
|
||||
existingAttempts: RetryAttempt[]
|
||||
): Promise<OperationResult<T> | null> {
|
||||
if (!this.config.fallback.enabled || !context.provider) {
|
||||
return null
|
||||
}
|
||||
|
||||
const fallbackProviders = this.config.fallback.fallbackProviders.filter(
|
||||
p => p !== context.provider
|
||||
)
|
||||
|
||||
for (const fallbackProvider of fallbackProviders) {
|
||||
try {
|
||||
console.log(`🔄 Attempting fallback to provider: ${fallbackProvider}`)
|
||||
|
||||
const result = await operation() // Note: In real implementation, this would use the fallback provider
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: result,
|
||||
attempts: existingAttempts,
|
||||
totalDuration: Date.now() - startTime,
|
||||
finalProvider: fallbackProvider
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(`❌ Fallback provider ${fallbackProvider} also failed:`, error)
|
||||
}
|
||||
}
|
||||
|
||||
return null
|
||||
}
|
||||
|
||||
private recordError(error: ErrorInfo): void {
|
||||
this.errorHistory.push(error)
|
||||
|
||||
// Maintain history size limit
|
||||
if (this.errorHistory.length > this.config.monitoring.maxErrorHistorySize) {
|
||||
this.errorHistory = this.errorHistory.slice(-this.config.monitoring.maxErrorHistorySize)
|
||||
}
|
||||
|
||||
// Alert on error patterns if enabled
|
||||
if (this.config.monitoring.alertOnPatterns) {
|
||||
this.checkErrorPatterns(error)
|
||||
}
|
||||
}
|
||||
|
||||
private checkErrorPatterns(error: ErrorInfo): void {
|
||||
const recentErrors = this.errorHistory.filter(
|
||||
e => Date.now() - e.timestamp < 300000 // Last 5 minutes
|
||||
)
|
||||
|
||||
// Check for repeated errors from same provider
|
||||
if (error.provider) {
|
||||
const providerErrors = recentErrors.filter(e => e.provider === error.provider)
|
||||
if (providerErrors.length >= 5) {
|
||||
console.log(`🚨 High error rate detected for provider ${error.provider}: ${providerErrors.length} errors in 5 minutes`)
|
||||
}
|
||||
}
|
||||
|
||||
// Check for repeated error categories
|
||||
const categoryErrors = recentErrors.filter(e => e.category === error.category)
|
||||
if (categoryErrors.length >= 10) {
|
||||
console.log(`🚨 High error rate detected for category ${error.category}: ${categoryErrors.length} errors in 5 minutes`)
|
||||
}
|
||||
}
|
||||
|
||||
private analyzeErrorPatterns(errors: ErrorInfo[]): Array<{ pattern: string; count: number; lastSeen: number }> {
|
||||
const patterns = new Map<string, { count: number; lastSeen: number }>()
|
||||
|
||||
errors.forEach(error => {
|
||||
const pattern = `${error.category}:${error.provider || 'unknown'}`
|
||||
const existing = patterns.get(pattern) || { count: 0, lastSeen: 0 }
|
||||
patterns.set(pattern, {
|
||||
count: existing.count + 1,
|
||||
lastSeen: Math.max(existing.lastSeen, error.timestamp)
|
||||
})
|
||||
})
|
||||
|
||||
return Array.from(patterns.entries())
|
||||
.map(([pattern, data]) => ({ pattern, ...data }))
|
||||
.sort((a, b) => b.count - a.count)
|
||||
}
|
||||
|
||||
private async executeConcurrently<T>(promises: Promise<T>[], concurrency: number): Promise<T[]> {
|
||||
const results: T[] = []
|
||||
const executing: Promise<void>[] = []
|
||||
|
||||
for (const promise of promises) {
|
||||
const p = promise.then(result => {
|
||||
results.push(result)
|
||||
})
|
||||
|
||||
executing.push(p)
|
||||
|
||||
if (executing.length >= concurrency) {
|
||||
await Promise.race(executing)
|
||||
executing.splice(executing.findIndex(x => x === p), 1)
|
||||
}
|
||||
}
|
||||
|
||||
await Promise.all(executing)
|
||||
return results
|
||||
}
|
||||
|
||||
private createError(
|
||||
category: ErrorCategory,
|
||||
message: string,
|
||||
operation: string,
|
||||
provider?: AIProvider
|
||||
): ErrorInfo {
|
||||
return {
|
||||
category,
|
||||
message,
|
||||
operation,
|
||||
provider,
|
||||
timestamp: Date.now(),
|
||||
retryCount: 0,
|
||||
isRetryable: category !== ErrorCategory.PERMANENT
|
||||
}
|
||||
}
|
||||
|
||||
private sleep(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
}
|
||||
|
||||
// Default configuration
|
||||
export const defaultErrorHandlingConfig: ErrorHandlingConfig = {
|
||||
retryPolicy: {
|
||||
maxAttempts: 3,
|
||||
baseDelayMs: 1000, // 1 second
|
||||
maxDelayMs: 30000, // 30 seconds
|
||||
backoffMultiplier: 2,
|
||||
jitterEnabled: true
|
||||
},
|
||||
circuitBreaker: {
|
||||
failureThreshold: 5,
|
||||
recoveryTimeoutMs: 60000, // 1 minute
|
||||
halfOpenMaxCalls: 3,
|
||||
monitoringWindowMs: 300000 // 5 minutes
|
||||
},
|
||||
rateLimit: {
|
||||
maxRequestsPerSecond: 10,
|
||||
burstSize: 5,
|
||||
enabled: true
|
||||
},
|
||||
fallback: {
|
||||
enabled: true,
|
||||
fallbackProviders: ['openai', 'google', 'baidu'],
|
||||
gracefulDegradation: true
|
||||
},
|
||||
monitoring: {
|
||||
enableMetrics: true,
|
||||
alertOnPatterns: true,
|
||||
maxErrorHistorySize: 1000
|
||||
}
|
||||
}
|
||||
758
uni_modules/ak-ai-news/services/AIPerformanceMonitor.uts
Normal file
758
uni_modules/ak-ai-news/services/AIPerformanceMonitor.uts
Normal file
@@ -0,0 +1,758 @@
|
||||
// Performance Monitor and Optimization System
|
||||
// Real-time monitoring, metrics collection, and automatic optimization
|
||||
|
||||
import { type AIProvider, type AIServiceConfig } from '../types/ai-types.uts'
|
||||
|
||||
/**
|
||||
* Performance metrics data structure
|
||||
*/
|
||||
export type PerformanceMetrics = {
|
||||
timestamp: number
|
||||
service: string
|
||||
operation: string
|
||||
provider?: AIProvider
|
||||
duration: number
|
||||
success: boolean
|
||||
error?: string
|
||||
tokensUsed?: number
|
||||
costUSD?: number
|
||||
cacheHit?: boolean
|
||||
memoryUsage?: number
|
||||
cpuUsage?: number
|
||||
networkLatency?: number
|
||||
queueSize?: number
|
||||
throughput?: number
|
||||
}
|
||||
|
||||
/**
|
||||
* System health status
|
||||
*/
|
||||
export type SystemHealth = {
|
||||
status: 'healthy' | 'warning' | 'critical'
|
||||
score: number // 0-100
|
||||
checks: {
|
||||
apiConnectivity: boolean
|
||||
memoryUsage: number
|
||||
errorRate: number
|
||||
responseTime: number
|
||||
costBudget: number
|
||||
cacheEfficiency: number
|
||||
}
|
||||
alerts: HealthAlert[]
|
||||
}
|
||||
|
||||
/**
|
||||
* Health alert
|
||||
*/
|
||||
export type HealthAlert = {
|
||||
id: string
|
||||
severity: 'info' | 'warning' | 'error' | 'critical'
|
||||
message: string
|
||||
timestamp: number
|
||||
source: string
|
||||
resolved: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
* Optimization recommendation
|
||||
*/
|
||||
export type OptimizationRecommendation = {
|
||||
type: 'cache' | 'provider' | 'batch' | 'model' | 'timeout' | 'retry'
|
||||
priority: 'low' | 'medium' | 'high' | 'critical'
|
||||
description: string
|
||||
expectedImpact: {
|
||||
performanceGain?: string
|
||||
costSaving?: string
|
||||
reliabilityImprovement?: string
|
||||
}
|
||||
implementation: {
|
||||
action: string
|
||||
parameters: Record<string, any>
|
||||
estimatedEffort: string
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Performance statistics aggregation
|
||||
*/
|
||||
export type PerformanceStats = {
|
||||
timeRange: {
|
||||
start: number
|
||||
end: number
|
||||
duration: number
|
||||
}
|
||||
requests: {
|
||||
total: number
|
||||
successful: number
|
||||
failed: number
|
||||
successRate: number
|
||||
}
|
||||
timing: {
|
||||
averageLatency: number
|
||||
medianLatency: number
|
||||
p95Latency: number
|
||||
p99Latency: number
|
||||
}
|
||||
costs: {
|
||||
total: number
|
||||
average: number
|
||||
byProvider: Record<string, number>
|
||||
}
|
||||
cache: {
|
||||
hitRate: number
|
||||
totalRequests: number
|
||||
hits: number
|
||||
misses: number
|
||||
}
|
||||
errors: {
|
||||
byType: Record<string, number>
|
||||
byProvider: Record<string, number>
|
||||
topErrors: Array<{ error: string; count: number }>
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Performance monitoring and optimization service
|
||||
*/
|
||||
export class AIPerformanceMonitor {
|
||||
private metrics: PerformanceMetrics[] = []
|
||||
private alerts: HealthAlert[] = []
|
||||
private isMonitoring = false
|
||||
private monitoringInterval?: number
|
||||
private maxMetricsHistory = 10000
|
||||
private alertThresholds = {
|
||||
errorRate: 0.05, // 5%
|
||||
responseTime: 5000, // 5 seconds
|
||||
memoryUsage: 0.8, // 80%
|
||||
costBudget: 0.9, // 90% of daily budget
|
||||
cacheHitRate: 0.3 // 30% minimum
|
||||
}
|
||||
|
||||
constructor(
|
||||
private config: {
|
||||
monitoringInterval: number
|
||||
maxHistory: number
|
||||
alertWebhook?: string
|
||||
enableAutoOptimization: boolean
|
||||
}
|
||||
) {
|
||||
this.maxMetricsHistory = config.maxHistory
|
||||
}
|
||||
|
||||
/**
|
||||
* Start performance monitoring
|
||||
*/
|
||||
startMonitoring(): void {
|
||||
if (this.isMonitoring) {
|
||||
console.log('⚠️ Performance monitoring is already running')
|
||||
return
|
||||
}
|
||||
|
||||
this.isMonitoring = true
|
||||
console.log('🚀 Starting performance monitoring...')
|
||||
|
||||
this.monitoringInterval = setInterval(() => {
|
||||
this.collectSystemMetrics()
|
||||
this.checkSystemHealth()
|
||||
this.generateOptimizationRecommendations()
|
||||
}, this.config.monitoringInterval)
|
||||
}
|
||||
|
||||
/**
|
||||
* Stop performance monitoring
|
||||
*/
|
||||
stopMonitoring(): void {
|
||||
if (this.monitoringInterval) {
|
||||
clearInterval(this.monitoringInterval)
|
||||
this.monitoringInterval = undefined
|
||||
}
|
||||
this.isMonitoring = false
|
||||
console.log('🛑 Performance monitoring stopped')
|
||||
}
|
||||
|
||||
/**
|
||||
* Record a performance metric
|
||||
*/
|
||||
recordMetric(metric: PerformanceMetrics): void {
|
||||
metric.timestamp = metric.timestamp || Date.now()
|
||||
this.metrics.push(metric)
|
||||
|
||||
// Maintain history limit
|
||||
if (this.metrics.length > this.maxMetricsHistory) {
|
||||
this.metrics = this.metrics.slice(-this.maxMetricsHistory)
|
||||
}
|
||||
|
||||
// Real-time analysis for critical metrics
|
||||
if (!metric.success || (metric.duration && metric.duration > 10000)) {
|
||||
this.checkForImmedateAlerts(metric)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get current system health
|
||||
*/
|
||||
getSystemHealth(): SystemHealth {
|
||||
const now = Date.now()
|
||||
const recentMetrics = this.metrics.filter(m => now - m.timestamp < 300000) // Last 5 minutes
|
||||
|
||||
if (recentMetrics.length === 0) {
|
||||
return {
|
||||
status: 'warning',
|
||||
score: 50,
|
||||
checks: {
|
||||
apiConnectivity: false,
|
||||
memoryUsage: 0,
|
||||
errorRate: 0,
|
||||
responseTime: 0,
|
||||
costBudget: 0,
|
||||
cacheEfficiency: 0
|
||||
},
|
||||
alerts: this.getActiveAlerts()
|
||||
}
|
||||
}
|
||||
|
||||
const errorRate = recentMetrics.filter(m => !m.success).length / recentMetrics.length
|
||||
const avgResponseTime = recentMetrics.reduce((sum, m) => sum + m.duration, 0) / recentMetrics.length
|
||||
const cacheHitRate = this.calculateCacheHitRate(recentMetrics)
|
||||
const memoryUsage = this.getMemoryUsage()
|
||||
const costBudget = this.calculateCostBudgetUsage()
|
||||
|
||||
const checks = {
|
||||
apiConnectivity: errorRate < 0.1,
|
||||
memoryUsage,
|
||||
errorRate,
|
||||
responseTime: avgResponseTime,
|
||||
costBudget,
|
||||
cacheEfficiency: cacheHitRate
|
||||
}
|
||||
|
||||
const score = this.calculateHealthScore(checks)
|
||||
const status = this.determineHealthStatus(score, checks)
|
||||
|
||||
return {
|
||||
status,
|
||||
score,
|
||||
checks,
|
||||
alerts: this.getActiveAlerts()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get performance statistics for a time range
|
||||
*/
|
||||
getPerformanceStats(
|
||||
startTime: number,
|
||||
endTime: number
|
||||
): PerformanceStats {
|
||||
const rangeMetrics = this.metrics.filter(
|
||||
m => m.timestamp >= startTime && m.timestamp <= endTime
|
||||
)
|
||||
|
||||
if (rangeMetrics.length === 0) {
|
||||
return this.getEmptyStats(startTime, endTime)
|
||||
}
|
||||
|
||||
const successful = rangeMetrics.filter(m => m.success)
|
||||
const failed = rangeMetrics.filter(m => !m.success)
|
||||
const successRate = successful.length / rangeMetrics.length
|
||||
|
||||
// Calculate timing statistics
|
||||
const durations = rangeMetrics.map(m => m.duration).sort((a, b) => a - b)
|
||||
const averageLatency = durations.reduce((sum, d) => sum + d, 0) / durations.length
|
||||
const medianLatency = durations[Math.floor(durations.length / 2)]
|
||||
const p95Latency = durations[Math.floor(durations.length * 0.95)]
|
||||
const p99Latency = durations[Math.floor(durations.length * 0.99)]
|
||||
|
||||
// Calculate cost statistics
|
||||
const totalCost = rangeMetrics.reduce((sum, m) => sum + (m.costUSD || 0), 0)
|
||||
const averageCost = totalCost / rangeMetrics.length
|
||||
const costByProvider = this.groupCostsByProvider(rangeMetrics)
|
||||
|
||||
// Calculate cache statistics
|
||||
const cacheRequests = rangeMetrics.filter(m => m.cacheHit !== undefined)
|
||||
const cacheHits = cacheRequests.filter(m => m.cacheHit).length
|
||||
const cacheMisses = cacheRequests.length - cacheHits
|
||||
const cacheHitRate = cacheRequests.length > 0 ? cacheHits / cacheRequests.length : 0
|
||||
|
||||
// Calculate error statistics
|
||||
const errorsByType = this.groupErrorsByType(failed)
|
||||
const errorsByProvider = this.groupErrorsByProvider(failed)
|
||||
const topErrors = this.getTopErrors(failed)
|
||||
|
||||
return {
|
||||
timeRange: {
|
||||
start: startTime,
|
||||
end: endTime,
|
||||
duration: endTime - startTime
|
||||
},
|
||||
requests: {
|
||||
total: rangeMetrics.length,
|
||||
successful: successful.length,
|
||||
failed: failed.length,
|
||||
successRate
|
||||
},
|
||||
timing: {
|
||||
averageLatency,
|
||||
medianLatency,
|
||||
p95Latency,
|
||||
p99Latency
|
||||
},
|
||||
costs: {
|
||||
total: totalCost,
|
||||
average: averageCost,
|
||||
byProvider: costByProvider
|
||||
},
|
||||
cache: {
|
||||
hitRate: cacheHitRate,
|
||||
totalRequests: cacheRequests.length,
|
||||
hits: cacheHits,
|
||||
misses: cacheMisses
|
||||
},
|
||||
errors: {
|
||||
byType: errorsByType,
|
||||
byProvider: errorsByProvider,
|
||||
topErrors
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get optimization recommendations
|
||||
*/
|
||||
getOptimizationRecommendations(): OptimizationRecommendation[] {
|
||||
const recommendations: OptimizationRecommendation[] = []
|
||||
const recentStats = this.getPerformanceStats(
|
||||
Date.now() - 3600000, // Last hour
|
||||
Date.now()
|
||||
)
|
||||
|
||||
// Cache optimization recommendations
|
||||
if (recentStats.cache.hitRate < 0.4) {
|
||||
recommendations.push({
|
||||
type: 'cache',
|
||||
priority: 'high',
|
||||
description: `Cache hit rate is low (${(recentStats.cache.hitRate * 100).toFixed(1)}%). Consider increasing cache size or TTL.`,
|
||||
expectedImpact: {
|
||||
performanceGain: '30-50% faster response times',
|
||||
costSaving: '20-40% reduction in AI API costs'
|
||||
},
|
||||
implementation: {
|
||||
action: 'increase_cache_size',
|
||||
parameters: {
|
||||
maxSize: Math.max(1000, recentStats.cache.totalRequests * 2),
|
||||
ttl: 3600000 // 1 hour
|
||||
},
|
||||
estimatedEffort: 'Low - Configuration change'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// Provider optimization recommendations
|
||||
const providerErrors = recentStats.errors.byProvider
|
||||
const worstProvider = Object.entries(providerErrors)
|
||||
.sort(([, a], [, b]) => b - a)[0]
|
||||
|
||||
if (worstProvider && worstProvider[1] > recentStats.requests.total * 0.1) {
|
||||
recommendations.push({
|
||||
type: 'provider',
|
||||
priority: 'medium',
|
||||
description: `Provider ${worstProvider[0]} has high error rate (${worstProvider[1]} errors). Consider switching primary provider.`,
|
||||
expectedImpact: {
|
||||
reliabilityImprovement: '80-90% reduction in errors'
|
||||
},
|
||||
implementation: {
|
||||
action: 'switch_primary_provider',
|
||||
parameters: {
|
||||
newPrimary: this.recommendBestProvider(recentStats),
|
||||
fallbackProviders: ['openai', 'google', 'baidu']
|
||||
},
|
||||
estimatedEffort: 'Medium - Code changes required'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// Batch processing recommendations
|
||||
if (recentStats.timing.averageLatency > 3000 && recentStats.requests.total > 100) {
|
||||
recommendations.push({
|
||||
type: 'batch',
|
||||
priority: 'medium',
|
||||
description: 'High latency with significant request volume. Consider implementing batch processing.',
|
||||
expectedImpact: {
|
||||
performanceGain: '50-70% improvement in throughput',
|
||||
costSaving: '15-25% cost reduction'
|
||||
},
|
||||
implementation: {
|
||||
action: 'enable_batch_processing',
|
||||
parameters: {
|
||||
batchSize: 10,
|
||||
batchTimeout: 1000,
|
||||
concurrency: 3
|
||||
},
|
||||
estimatedEffort: 'High - Significant code changes'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// Model optimization recommendations
|
||||
if (recentStats.costs.average > 0.01) { // More than 1 cent per request
|
||||
recommendations.push({
|
||||
type: 'model',
|
||||
priority: 'low',
|
||||
description: 'Request costs are high. Consider using smaller/cheaper models for simple tasks.',
|
||||
expectedImpact: {
|
||||
costSaving: '40-60% cost reduction'
|
||||
},
|
||||
implementation: {
|
||||
action: 'implement_model_selection',
|
||||
parameters: {
|
||||
simpleTaskModel: 'gpt-3.5-turbo',
|
||||
complexTaskModel: 'gpt-4',
|
||||
costThreshold: 0.005
|
||||
},
|
||||
estimatedEffort: 'Medium - Logic implementation required'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
return recommendations
|
||||
}
|
||||
|
||||
/**
|
||||
* Apply automatic optimization
|
||||
*/
|
||||
async applyOptimizations(
|
||||
recommendations: OptimizationRecommendation[]
|
||||
): Promise<{ applied: number; failed: number; results: any[] }> {
|
||||
if (!this.config.enableAutoOptimization) {
|
||||
console.log('⚠️ Auto-optimization is disabled')
|
||||
return { applied: 0, failed: 0, results: [] }
|
||||
}
|
||||
|
||||
const results: any[] = []
|
||||
let applied = 0
|
||||
let failed = 0
|
||||
|
||||
for (const rec of recommendations) {
|
||||
try {
|
||||
const result = await this.applyOptimization(rec)
|
||||
if (result.success) {
|
||||
applied++
|
||||
console.log(`✅ Applied optimization: ${rec.description}`)
|
||||
} else {
|
||||
failed++
|
||||
console.log(`❌ Failed to apply optimization: ${rec.description} - ${result.error}`)
|
||||
}
|
||||
results.push(result)
|
||||
} catch (error) {
|
||||
failed++
|
||||
console.log(`💥 Error applying optimization: ${rec.description} - ${error}`)
|
||||
results.push({ success: false, error: String(error) })
|
||||
}
|
||||
}
|
||||
|
||||
console.log(`🔧 Auto-optimization completed: ${applied} applied, ${failed} failed`)
|
||||
return { applied, failed, results }
|
||||
}
|
||||
|
||||
/**
|
||||
* Export performance data for external analysis
|
||||
*/
|
||||
exportPerformanceData(format: 'json' | 'csv'): string {
|
||||
if (format === 'json') {
|
||||
return JSON.stringify({
|
||||
exportTime: Date.now(),
|
||||
metrics: this.metrics,
|
||||
alerts: this.alerts,
|
||||
systemHealth: this.getSystemHealth(),
|
||||
stats: this.getPerformanceStats(Date.now() - 86400000, Date.now()) // Last 24h
|
||||
}, null, 2)
|
||||
} else {
|
||||
// CSV format
|
||||
const headers = [
|
||||
'timestamp', 'service', 'operation', 'provider', 'duration',
|
||||
'success', 'tokensUsed', 'costUSD', 'cacheHit', 'error'
|
||||
]
|
||||
|
||||
const rows = this.metrics.map(m => [
|
||||
m.timestamp,
|
||||
m.service,
|
||||
m.operation,
|
||||
m.provider || '',
|
||||
m.duration,
|
||||
m.success,
|
||||
m.tokensUsed || 0,
|
||||
m.costUSD || 0,
|
||||
m.cacheHit || false,
|
||||
m.error || ''
|
||||
])
|
||||
|
||||
return [headers, ...rows].map(row => row.join(',')).join('\n')
|
||||
}
|
||||
}
|
||||
|
||||
// Private methods for internal calculations and operations
|
||||
|
||||
private collectSystemMetrics(): void {
|
||||
const memoryUsage = this.getMemoryUsage()
|
||||
const cpuUsage = this.getCpuUsage()
|
||||
|
||||
this.recordMetric({
|
||||
timestamp: Date.now(),
|
||||
service: 'system',
|
||||
operation: 'health_check',
|
||||
duration: 0,
|
||||
success: true,
|
||||
memoryUsage,
|
||||
cpuUsage
|
||||
})
|
||||
}
|
||||
|
||||
private checkSystemHealth(): void {
|
||||
const health = this.getSystemHealth()
|
||||
|
||||
if (health.status === 'critical') {
|
||||
this.createAlert({
|
||||
severity: 'critical',
|
||||
message: `System health is critical (score: ${health.score})`,
|
||||
source: 'health_monitor',
|
||||
resolved: false
|
||||
})
|
||||
} else if (health.status === 'warning') {
|
||||
this.createAlert({
|
||||
severity: 'warning',
|
||||
message: `System health degraded (score: ${health.score})`,
|
||||
source: 'health_monitor',
|
||||
resolved: false
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
private generateOptimizationRecommendations(): void {
|
||||
const recommendations = this.getOptimizationRecommendations()
|
||||
|
||||
if (recommendations.length > 0 && this.config.enableAutoOptimization) {
|
||||
console.log(`🔧 Found ${recommendations.length} optimization opportunities`)
|
||||
this.applyOptimizations(recommendations)
|
||||
}
|
||||
}
|
||||
|
||||
private checkForImmedateAlerts(metric: PerformanceMetrics): void {
|
||||
if (!metric.success) {
|
||||
this.createAlert({
|
||||
severity: 'error',
|
||||
message: `${metric.service} ${metric.operation} failed: ${metric.error}`,
|
||||
source: metric.service,
|
||||
resolved: false
|
||||
})
|
||||
}
|
||||
|
||||
if (metric.duration && metric.duration > 10000) {
|
||||
this.createAlert({
|
||||
severity: 'warning',
|
||||
message: `High latency detected: ${metric.service} ${metric.operation} took ${metric.duration}ms`,
|
||||
source: metric.service,
|
||||
resolved: false
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
private createAlert(alert: Omit<HealthAlert, 'id' | 'timestamp'>): void {
|
||||
const newAlert: HealthAlert = {
|
||||
id: `alert-${Date.now()}-${Math.random().toString(36).substr(2, 9)}`,
|
||||
timestamp: Date.now(),
|
||||
...alert
|
||||
}
|
||||
|
||||
this.alerts.push(newAlert)
|
||||
|
||||
// Keep only last 100 alerts
|
||||
if (this.alerts.length > 100) {
|
||||
this.alerts = this.alerts.slice(-100)
|
||||
}
|
||||
|
||||
console.log(`🚨 ${alert.severity.toUpperCase()}: ${alert.message}`)
|
||||
}
|
||||
|
||||
private getActiveAlerts(): HealthAlert[] {
|
||||
return this.alerts.filter(a => !a.resolved && Date.now() - a.timestamp < 3600000) // Last hour
|
||||
}
|
||||
|
||||
private calculateHealthScore(checks: any): number {
|
||||
let score = 100
|
||||
|
||||
if (checks.errorRate > this.alertThresholds.errorRate) {
|
||||
score -= (checks.errorRate - this.alertThresholds.errorRate) * 500
|
||||
}
|
||||
|
||||
if (checks.responseTime > this.alertThresholds.responseTime) {
|
||||
score -= Math.min(30, (checks.responseTime - this.alertThresholds.responseTime) / 1000 * 5)
|
||||
}
|
||||
|
||||
if (checks.memoryUsage > this.alertThresholds.memoryUsage) {
|
||||
score -= (checks.memoryUsage - this.alertThresholds.memoryUsage) * 100
|
||||
}
|
||||
|
||||
if (checks.cacheEfficiency < this.alertThresholds.cacheHitRate) {
|
||||
score -= (this.alertThresholds.cacheHitRate - checks.cacheEfficiency) * 50
|
||||
}
|
||||
|
||||
return Math.max(0, Math.min(100, score))
|
||||
}
|
||||
|
||||
private determineHealthStatus(score: number, checks: any): 'healthy' | 'warning' | 'critical' {
|
||||
if (score < 30 || checks.errorRate > 0.2 || !checks.apiConnectivity) {
|
||||
return 'critical'
|
||||
} else if (score < 70 || checks.errorRate > 0.1 || checks.responseTime > 5000) {
|
||||
return 'warning'
|
||||
} else {
|
||||
return 'healthy'
|
||||
}
|
||||
}
|
||||
|
||||
private calculateCacheHitRate(metrics: PerformanceMetrics[]): number {
|
||||
const cacheMetrics = metrics.filter(m => m.cacheHit !== undefined)
|
||||
if (cacheMetrics.length === 0) return 0
|
||||
return cacheMetrics.filter(m => m.cacheHit).length / cacheMetrics.length
|
||||
}
|
||||
|
||||
private getMemoryUsage(): number {
|
||||
// Simulated memory usage - in real implementation, use actual system metrics
|
||||
return Math.random() * 0.8 + 0.2
|
||||
}
|
||||
|
||||
private getCpuUsage(): number {
|
||||
// Simulated CPU usage - in real implementation, use actual system metrics
|
||||
return Math.random() * 0.6 + 0.1
|
||||
}
|
||||
|
||||
private calculateCostBudgetUsage(): number {
|
||||
const todayStart = new Date().setHours(0, 0, 0, 0)
|
||||
const todayMetrics = this.metrics.filter(m => m.timestamp >= todayStart)
|
||||
const todayCost = todayMetrics.reduce((sum, m) => sum + (m.costUSD || 0), 0)
|
||||
const dailyBudget = 100 // $100 daily budget - should be configurable
|
||||
return todayCost / dailyBudget
|
||||
}
|
||||
|
||||
private groupCostsByProvider(metrics: PerformanceMetrics[]): Record<string, number> {
|
||||
const costs: Record<string, number> = {}
|
||||
metrics.forEach(m => {
|
||||
if (m.provider && m.costUSD) {
|
||||
costs[m.provider] = (costs[m.provider] || 0) + m.costUSD
|
||||
}
|
||||
})
|
||||
return costs
|
||||
}
|
||||
|
||||
private groupErrorsByType(failedMetrics: PerformanceMetrics[]): Record<string, number> {
|
||||
const errors: Record<string, number> = {}
|
||||
failedMetrics.forEach(m => {
|
||||
if (m.error) {
|
||||
const errorType = this.categorizeError(m.error)
|
||||
errors[errorType] = (errors[errorType] || 0) + 1
|
||||
}
|
||||
})
|
||||
return errors
|
||||
}
|
||||
|
||||
private groupErrorsByProvider(failedMetrics: PerformanceMetrics[]): Record<string, number> {
|
||||
const errors: Record<string, number> = {}
|
||||
failedMetrics.forEach(m => {
|
||||
if (m.provider) {
|
||||
errors[m.provider] = (errors[m.provider] || 0) + 1
|
||||
}
|
||||
})
|
||||
return errors
|
||||
}
|
||||
|
||||
private getTopErrors(failedMetrics: PerformanceMetrics[]): Array<{ error: string; count: number }> {
|
||||
const errorCounts: Record<string, number> = {}
|
||||
failedMetrics.forEach(m => {
|
||||
if (m.error) {
|
||||
errorCounts[m.error] = (errorCounts[m.error] || 0) + 1
|
||||
}
|
||||
})
|
||||
|
||||
return Object.entries(errorCounts)
|
||||
.map(([error, count]) => ({ error, count }))
|
||||
.sort((a, b) => b.count - a.count)
|
||||
.slice(0, 5)
|
||||
}
|
||||
|
||||
private categorizeError(error: string): string {
|
||||
const lowerError = error.toLowerCase()
|
||||
if (lowerError.includes('timeout')) return 'timeout'
|
||||
if (lowerError.includes('rate limit')) return 'rate_limit'
|
||||
if (lowerError.includes('auth')) return 'authentication'
|
||||
if (lowerError.includes('network')) return 'network'
|
||||
if (lowerError.includes('quota')) return 'quota_exceeded'
|
||||
return 'unknown'
|
||||
}
|
||||
|
||||
private recommendBestProvider(stats: PerformanceStats): AIProvider {
|
||||
const providerPerformance = {
|
||||
openai: 0,
|
||||
google: 0,
|
||||
baidu: 0
|
||||
}
|
||||
|
||||
// Simple scoring based on error rates
|
||||
Object.entries(stats.errors.byProvider).forEach(([provider, errors]) => {
|
||||
const errorRate = errors / stats.requests.total
|
||||
providerPerformance[provider as AIProvider] = 1 - errorRate
|
||||
})
|
||||
|
||||
return Object.entries(providerPerformance)
|
||||
.sort(([, a], [, b]) => b - a)[0][0] as AIProvider
|
||||
}
|
||||
|
||||
private getEmptyStats(startTime: number, endTime: number): PerformanceStats {
|
||||
return {
|
||||
timeRange: { start: startTime, end: endTime, duration: endTime - startTime },
|
||||
requests: { total: 0, successful: 0, failed: 0, successRate: 0 },
|
||||
timing: { averageLatency: 0, medianLatency: 0, p95Latency: 0, p99Latency: 0 },
|
||||
costs: { total: 0, average: 0, byProvider: {} },
|
||||
cache: { hitRate: 0, totalRequests: 0, hits: 0, misses: 0 },
|
||||
errors: { byType: {}, byProvider: {}, topErrors: [] }
|
||||
}
|
||||
}
|
||||
|
||||
private async applyOptimization(recommendation: OptimizationRecommendation): Promise<{ success: boolean; error?: string }> {
|
||||
// Simulated optimization application
|
||||
// In real implementation, this would apply actual configuration changes
|
||||
|
||||
try {
|
||||
switch (recommendation.type) {
|
||||
case 'cache':
|
||||
// Apply cache optimization
|
||||
console.log(`🔧 Applying cache optimization: ${JSON.stringify(recommendation.implementation.parameters)}`)
|
||||
break
|
||||
case 'provider':
|
||||
// Switch provider
|
||||
console.log(`🔧 Switching to provider: ${recommendation.implementation.parameters.newPrimary}`)
|
||||
break
|
||||
case 'batch':
|
||||
// Enable batch processing
|
||||
console.log(`🔧 Enabling batch processing: batch size ${recommendation.implementation.parameters.batchSize}`)
|
||||
break
|
||||
case 'model':
|
||||
// Implement model selection
|
||||
console.log(`🔧 Implementing intelligent model selection`)
|
||||
break
|
||||
default:
|
||||
return { success: false, error: 'Unknown optimization type' }
|
||||
}
|
||||
|
||||
return { success: true }
|
||||
} catch (error) {
|
||||
return { success: false, error: String(error) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Export default configuration
|
||||
export const defaultPerformanceConfig = {
|
||||
monitoringInterval: 30000, // 30 seconds
|
||||
maxHistory: 10000,
|
||||
enableAutoOptimization: false, // Disabled by default for safety
|
||||
alertWebhook: undefined
|
||||
}
|
||||
1027
uni_modules/ak-ai-news/services/AIRecommendationService.uts
Normal file
1027
uni_modules/ak-ai-news/services/AIRecommendationService.uts
Normal file
File diff suppressed because it is too large
Load Diff
563
uni_modules/ak-ai-news/services/AIServiceManager.uts
Normal file
563
uni_modules/ak-ai-news/services/AIServiceManager.uts
Normal file
@@ -0,0 +1,563 @@
|
||||
// AI Service Manager - Unified coordinator for all AI services
|
||||
|
||||
import {
|
||||
AIServiceConfig,
|
||||
AIProvider,
|
||||
AIResponse,
|
||||
AIServiceError,
|
||||
UsageStatistics,
|
||||
CacheOptions
|
||||
} from '../types/ai-types.uts'
|
||||
|
||||
import { AITranslationService } from './AITranslationService.uts'
|
||||
import { AIContentAnalysisService } from './AIContentAnalysisService.uts'
|
||||
import { AIChatService } from './AIChatService.uts'
|
||||
import { AIRecommendationService } from './AIRecommendationService.uts'
|
||||
import { ContentProcessingPipeline } from './ContentProcessingPipeline.uts'
|
||||
|
||||
// 服务状态枚举
|
||||
type ServiceStatus = 'initializing' | 'ready' | 'busy' | 'error' | 'maintenance'
|
||||
|
||||
// 服务健康状态
|
||||
type ServiceHealth = {
|
||||
status: ServiceStatus
|
||||
lastChecked: number
|
||||
responseTime: number
|
||||
errorRate: number
|
||||
uptime: number
|
||||
version: string
|
||||
capabilities: string[]
|
||||
}
|
||||
|
||||
// 负载均衡策略
|
||||
type LoadBalanceStrategy = 'round_robin' | 'least_connections' | 'weighted' | 'random'
|
||||
|
||||
// 服务监控配置
|
||||
type MonitoringConfig = {
|
||||
healthCheckInterval: number // 健康检查间隔(毫秒)
|
||||
maxErrorRate: number // 最大错误率
|
||||
maxResponseTime: number // 最大响应时间(毫秒)
|
||||
alertThresholds: {
|
||||
errorRate: number
|
||||
responseTime: number
|
||||
dailyCost: number
|
||||
}
|
||||
}
|
||||
|
||||
// 成本控制配置
|
||||
type CostControlConfig = {
|
||||
dailyLimit: number // 每日成本限制(USD)
|
||||
monthlyLimit: number // 每月成本限制(USD)
|
||||
perRequestLimit: number // 单次请求成本限制(USD)
|
||||
alertThresholds: {
|
||||
daily: number // 每日预警阈值
|
||||
monthly: number // 每月预警阈值
|
||||
}
|
||||
}
|
||||
|
||||
// 管理器统计
|
||||
type ManagerStats = {
|
||||
totalRequests: number
|
||||
successfulRequests: number
|
||||
failedRequests: number
|
||||
totalCost: number
|
||||
avgResponseTime: number
|
||||
servicesHealth: Record<string, ServiceHealth>
|
||||
dailyUsage: UsageStatistics[]
|
||||
costBreakdown: Record<AIProvider, number>
|
||||
lastReset: number
|
||||
}
|
||||
|
||||
/**
|
||||
* AI服务管理器
|
||||
* 统一管理所有AI服务,提供负载均衡、监控、成本控制等功能
|
||||
*/
|
||||
export class AIServiceManager {
|
||||
private config: AIServiceConfig
|
||||
private monitoringConfig: MonitoringConfig
|
||||
private costControlConfig: CostControlConfig
|
||||
private cacheOptions: CacheOptions
|
||||
|
||||
// 服务实例
|
||||
private translationService: AITranslationService
|
||||
private analysisService: AIContentAnalysisService
|
||||
private chatService: AIChatService
|
||||
private recommendationService: AIRecommendationService
|
||||
private processingPipeline: ContentProcessingPipeline
|
||||
|
||||
// 状态管理
|
||||
private servicesHealth: Map<string, ServiceHealth> = new Map()
|
||||
private loadBalanceState: Map<AIProvider, number> = new Map()
|
||||
private stats: ManagerStats
|
||||
private healthCheckInterval: any
|
||||
private isInitialized: boolean = false
|
||||
|
||||
constructor(
|
||||
config: AIServiceConfig,
|
||||
monitoringConfig: Partial<MonitoringConfig> = {},
|
||||
costControlConfig: Partial<CostControlConfig> = {},
|
||||
cacheOptions: Partial<CacheOptions> = {}
|
||||
) {
|
||||
this.config = config
|
||||
this.monitoringConfig = this.createDefaultMonitoringConfig(monitoringConfig)
|
||||
this.costControlConfig = this.createDefaultCostControlConfig(costControlConfig)
|
||||
this.cacheOptions = this.createDefaultCacheOptions(cacheOptions)
|
||||
this.stats = this.initializeStats()
|
||||
|
||||
this.initializeServices()
|
||||
}
|
||||
|
||||
/**
|
||||
* 初始化所有服务
|
||||
*/
|
||||
async initialize(): Promise<AIResponse<boolean>> {
|
||||
try {
|
||||
console.log('Initializing AI Service Manager...')
|
||||
|
||||
// 初始化各个服务
|
||||
this.translationService = new AITranslationService(this.config, this.cacheOptions)
|
||||
this.analysisService = new AIContentAnalysisService(this.config)
|
||||
this.chatService = new AIChatService(this.config)
|
||||
this.recommendationService = new AIRecommendationService(this.config)
|
||||
this.processingPipeline = new ContentProcessingPipeline(this.config)
|
||||
|
||||
// 初始化服务健康状态
|
||||
await this.initializeHealthStatus()
|
||||
|
||||
// 启动健康检查
|
||||
this.startHealthMonitoring()
|
||||
|
||||
// 初始化负载均衡状态
|
||||
this.initializeLoadBalancing()
|
||||
|
||||
this.isInitialized = true
|
||||
console.log('AI Service Manager initialized successfully')
|
||||
|
||||
return { success: true, data: true }
|
||||
|
||||
} catch (error) {
|
||||
console.error('Failed to initialize AI Service Manager:', error)
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Initialization failed'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取翻译服务
|
||||
*/
|
||||
getTranslationService(): AITranslationService {
|
||||
this.ensureInitialized()
|
||||
return this.translationService
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取内容分析服务
|
||||
*/
|
||||
getAnalysisService(): AIContentAnalysisService {
|
||||
this.ensureInitialized()
|
||||
return this.analysisService
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取聊天服务
|
||||
*/
|
||||
getChatService(): AIChatService {
|
||||
this.ensureInitialized()
|
||||
return this.chatService
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取推荐服务
|
||||
*/
|
||||
getRecommendationService(): AIRecommendationService {
|
||||
this.ensureInitialized()
|
||||
return this.recommendationService
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取内容处理管道
|
||||
*/
|
||||
getProcessingPipeline(): ContentProcessingPipeline {
|
||||
this.ensureInitialized()
|
||||
return this.processingPipeline
|
||||
}
|
||||
|
||||
/**
|
||||
* 选择最佳提供商
|
||||
* @param serviceType 服务类型
|
||||
*/
|
||||
selectBestProvider(serviceType: string = 'general'): AIProvider {
|
||||
const availableProviders = this.getAvailableProviders()
|
||||
|
||||
if (availableProviders.length === 0) {
|
||||
return 'openai' // 默认提供商
|
||||
}
|
||||
|
||||
// 基于健康状态和负载均衡策略选择
|
||||
return this.applyLoadBalancing(availableProviders, serviceType)
|
||||
}
|
||||
|
||||
/**
|
||||
* 检查成本限制
|
||||
* @param estimatedCost 预估成本
|
||||
*/
|
||||
checkCostLimits(estimatedCost: number): boolean {
|
||||
const now = new Date()
|
||||
const today = now.toISOString().split('T')[0]
|
||||
const currentMonth = `${now.getFullYear()}-${(now.getMonth() + 1).toString().padStart(2, '0')}`
|
||||
|
||||
// 检查每日限制
|
||||
const dailyCost = this.getDailyCost(today)
|
||||
if (dailyCost + estimatedCost > this.costControlConfig.dailyLimit) {
|
||||
console.warn(`Daily cost limit exceeded: ${dailyCost + estimatedCost} > ${this.costControlConfig.dailyLimit}`)
|
||||
return false
|
||||
}
|
||||
|
||||
// 检查每月限制
|
||||
const monthlyCost = this.getMonthlyCost(currentMonth)
|
||||
if (monthlyCost + estimatedCost > this.costControlConfig.monthlyLimit) {
|
||||
console.warn(`Monthly cost limit exceeded: ${monthlyCost + estimatedCost} > ${this.costControlConfig.monthlyLimit}`)
|
||||
return false
|
||||
}
|
||||
|
||||
// 检查单次请求限制
|
||||
if (estimatedCost > this.costControlConfig.perRequestLimit) {
|
||||
console.warn(`Per-request cost limit exceeded: ${estimatedCost} > ${this.costControlConfig.perRequestLimit}`)
|
||||
return false
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
/**
|
||||
* 记录使用统计
|
||||
* @param provider 提供商
|
||||
* @param serviceType 服务类型
|
||||
* @param stats 统计信息
|
||||
*/
|
||||
recordUsage(provider: AIProvider, serviceType: string, stats: Partial<UsageStatistics>): void {
|
||||
this.stats.totalRequests++
|
||||
|
||||
if (stats.requestsCount && stats.requestsCount > 0) {
|
||||
this.stats.successfulRequests++
|
||||
} else {
|
||||
this.stats.failedRequests++
|
||||
}
|
||||
|
||||
this.stats.totalCost += stats.costUSD || 0
|
||||
this.stats.costBreakdown[provider] = (this.stats.costBreakdown[provider] || 0) + (stats.costUSD || 0)
|
||||
|
||||
if (stats.avgResponseTimeMs) {
|
||||
this.stats.avgResponseTime = (
|
||||
this.stats.avgResponseTime * (this.stats.totalRequests - 1) + stats.avgResponseTimeMs
|
||||
) / this.stats.totalRequests
|
||||
}
|
||||
|
||||
// 记录每日使用情况
|
||||
const today = new Date().toISOString().split('T')[0]
|
||||
const hour = new Date().getHours()
|
||||
|
||||
const dailyStats: UsageStatistics = {
|
||||
provider,
|
||||
serviceType,
|
||||
tokensUsed: stats.tokensUsed || 0,
|
||||
requestsCount: stats.requestsCount || 0,
|
||||
costUSD: stats.costUSD || 0,
|
||||
successCount: stats.successCount || 0,
|
||||
errorCount: stats.errorCount || 0,
|
||||
avgResponseTimeMs: stats.avgResponseTimeMs || 0,
|
||||
date: today,
|
||||
hour
|
||||
}
|
||||
|
||||
this.stats.dailyUsage.push(dailyStats)
|
||||
|
||||
// 保持最近30天的数据
|
||||
const cutoffDate = new Date(Date.now() - 30 * 24 * 60 * 60 * 1000).toISOString().split('T')[0]
|
||||
this.stats.dailyUsage = this.stats.dailyUsage.filter(usage => usage.date >= cutoffDate)
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取服务健康状态
|
||||
*/
|
||||
getServicesHealth(): Record<string, ServiceHealth> {
|
||||
const health: Record<string, ServiceHealth> = {}
|
||||
for (const [serviceName, serviceHealth] of this.servicesHealth.entries()) {
|
||||
health[serviceName] = { ...serviceHealth }
|
||||
}
|
||||
return health
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取管理器统计
|
||||
*/
|
||||
getManagerStatistics(): ManagerStats {
|
||||
return {
|
||||
...this.stats,
|
||||
servicesHealth: this.getServicesHealth()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 重置统计数据
|
||||
*/
|
||||
resetStatistics(): void {
|
||||
this.stats = this.initializeStats()
|
||||
}
|
||||
|
||||
/**
|
||||
* 停止所有服务
|
||||
*/
|
||||
async shutdown(): Promise<void> {
|
||||
console.log('Shutting down AI Service Manager...')
|
||||
|
||||
// 停止健康检查
|
||||
if (this.healthCheckInterval) {
|
||||
clearInterval(this.healthCheckInterval)
|
||||
}
|
||||
|
||||
// 清理缓存
|
||||
if (this.translationService) {
|
||||
this.translationService.clearCache()
|
||||
}
|
||||
|
||||
this.isInitialized = false
|
||||
console.log('AI Service Manager shut down completed')
|
||||
}
|
||||
|
||||
// Private methods
|
||||
|
||||
private initializeServices(): void {
|
||||
// 初始化负载均衡状态
|
||||
const providers: AIProvider[] = ['openai', 'google', 'baidu', 'custom']
|
||||
providers.forEach(provider => {
|
||||
this.loadBalanceState.set(provider, 0)
|
||||
})
|
||||
}
|
||||
|
||||
private async initializeHealthStatus(): Promise<void> {
|
||||
const services = ['translation', 'analysis', 'chat', 'recommendation', 'pipeline']
|
||||
|
||||
for (const serviceName of services) {
|
||||
const health: ServiceHealth = {
|
||||
status: 'ready',
|
||||
lastChecked: Date.now(),
|
||||
responseTime: 0,
|
||||
errorRate: 0,
|
||||
uptime: Date.now(),
|
||||
version: '1.0.0',
|
||||
capabilities: this.getServiceCapabilities(serviceName)
|
||||
}
|
||||
|
||||
this.servicesHealth.set(serviceName, health)
|
||||
}
|
||||
}
|
||||
|
||||
private getServiceCapabilities(serviceName: string): string[] {
|
||||
const capabilities: Record<string, string[]> = {
|
||||
translation: ['text_translation', 'language_detection', 'batch_translation'],
|
||||
analysis: ['sentiment_analysis', 'entity_extraction', 'content_classification', 'quality_assessment'],
|
||||
chat: ['conversation', 'multilingual_support', 'context_awareness'],
|
||||
recommendation: ['personalized_recommendations', 'trending_content', 'similarity_matching'],
|
||||
pipeline: ['automated_processing', 'batch_processing', 'workflow_management']
|
||||
}
|
||||
|
||||
return capabilities[serviceName] || []
|
||||
}
|
||||
|
||||
private startHealthMonitoring(): void {
|
||||
this.healthCheckInterval = setInterval(() => {
|
||||
this.performHealthCheck()
|
||||
}, this.monitoringConfig.healthCheckInterval)
|
||||
}
|
||||
|
||||
private async performHealthCheck(): Promise<void> {
|
||||
for (const [serviceName, health] of this.servicesHealth.entries()) {
|
||||
try {
|
||||
const startTime = Date.now()
|
||||
|
||||
// 执行简单的健康检查
|
||||
await this.checkServiceHealth(serviceName)
|
||||
|
||||
const responseTime = Date.now() - startTime
|
||||
|
||||
// 更新健康状态
|
||||
health.lastChecked = Date.now()
|
||||
health.responseTime = responseTime
|
||||
health.status = responseTime > this.monitoringConfig.maxResponseTime ? 'error' : 'ready'
|
||||
|
||||
// 检查错误率
|
||||
if (health.errorRate > this.monitoringConfig.maxErrorRate) {
|
||||
health.status = 'error'
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.error(`Health check failed for ${serviceName}:`, error)
|
||||
this.servicesHealth.get(serviceName)!.status = 'error'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private async checkServiceHealth(serviceName: string): Promise<void> {
|
||||
// 简单的健康检查实现
|
||||
switch (serviceName) {
|
||||
case 'translation':
|
||||
// 可以测试一个简单的翻译
|
||||
break
|
||||
case 'analysis':
|
||||
// 可以测试一个简单的分析
|
||||
break
|
||||
case 'chat':
|
||||
// 可以检查会话状态
|
||||
break
|
||||
case 'recommendation':
|
||||
// 可以检查推荐算法状态
|
||||
break
|
||||
case 'pipeline':
|
||||
// 可以检查处理管道状态
|
||||
break
|
||||
}
|
||||
|
||||
// 模拟健康检查延迟
|
||||
await this.delay(Math.random() * 100 + 50)
|
||||
}
|
||||
|
||||
private initializeLoadBalancing(): void {
|
||||
const providers = this.getAvailableProviders()
|
||||
providers.forEach(provider => {
|
||||
this.loadBalanceState.set(provider, 0)
|
||||
})
|
||||
}
|
||||
|
||||
private getAvailableProviders(): AIProvider[] {
|
||||
const providers: AIProvider[] = []
|
||||
|
||||
if (this.config.openai?.apiKey) providers.push('openai')
|
||||
if (this.config.google?.apiKey) providers.push('google')
|
||||
if (this.config.baidu?.apiKey) providers.push('baidu')
|
||||
|
||||
return providers
|
||||
}
|
||||
|
||||
private applyLoadBalancing(providers: AIProvider[], serviceType: string): AIProvider {
|
||||
// 过滤健康的提供商
|
||||
const healthyProviders = providers.filter(provider => {
|
||||
const serviceName = this.getServiceNameForProvider(provider, serviceType)
|
||||
const health = this.servicesHealth.get(serviceName)
|
||||
return health && health.status === 'ready'
|
||||
})
|
||||
|
||||
if (healthyProviders.length === 0) {
|
||||
return providers[0] // 回退到第一个可用提供商
|
||||
}
|
||||
|
||||
// 轮询策略
|
||||
const providerCounts = healthyProviders.map(provider => ({
|
||||
provider,
|
||||
count: this.loadBalanceState.get(provider) || 0
|
||||
}))
|
||||
|
||||
// 选择使用次数最少的提供商
|
||||
const selectedProvider = providerCounts.reduce((min, current) =>
|
||||
current.count < min.count ? current : min
|
||||
).provider
|
||||
|
||||
// 更新计数
|
||||
this.loadBalanceState.set(selectedProvider, (this.loadBalanceState.get(selectedProvider) || 0) + 1)
|
||||
|
||||
return selectedProvider
|
||||
}
|
||||
|
||||
private getServiceNameForProvider(provider: AIProvider, serviceType: string): string {
|
||||
// 根据提供商和服务类型映射到内部服务名称
|
||||
const serviceMap: Record<string, string> = {
|
||||
'translation': 'translation',
|
||||
'analysis': 'analysis',
|
||||
'chat': 'chat',
|
||||
'recommendation': 'recommendation'
|
||||
}
|
||||
|
||||
return serviceMap[serviceType] || 'translation'
|
||||
}
|
||||
|
||||
private getDailyCost(date: string): number {
|
||||
return this.stats.dailyUsage
|
||||
.filter(usage => usage.date === date)
|
||||
.reduce((total, usage) => total + usage.costUSD, 0)
|
||||
}
|
||||
|
||||
private getMonthlyCost(month: string): number {
|
||||
return this.stats.dailyUsage
|
||||
.filter(usage => usage.date.startsWith(month))
|
||||
.reduce((total, usage) => total + usage.costUSD, 0)
|
||||
}
|
||||
|
||||
private ensureInitialized(): void {
|
||||
if (!this.isInitialized) {
|
||||
throw new Error('AI Service Manager not initialized. Call initialize() first.')
|
||||
}
|
||||
}
|
||||
|
||||
private createDefaultMonitoringConfig(overrides: Partial<MonitoringConfig>): MonitoringConfig {
|
||||
return {
|
||||
healthCheckInterval: 60000, // 1分钟
|
||||
maxErrorRate: 0.1, // 10%
|
||||
maxResponseTime: 5000, // 5秒
|
||||
alertThresholds: {
|
||||
errorRate: 0.05, // 5%
|
||||
responseTime: 3000, // 3秒
|
||||
dailyCost: 100 // $100
|
||||
},
|
||||
...overrides
|
||||
}
|
||||
}
|
||||
|
||||
private createDefaultCostControlConfig(overrides: Partial<CostControlConfig>): CostControlConfig {
|
||||
return {
|
||||
dailyLimit: 200, // $200
|
||||
monthlyLimit: 5000, // $5000
|
||||
perRequestLimit: 10, // $10
|
||||
alertThresholds: {
|
||||
daily: 150, // $150
|
||||
monthly: 4000 // $4000
|
||||
},
|
||||
...overrides
|
||||
}
|
||||
}
|
||||
|
||||
private createDefaultCacheOptions(overrides: Partial<CacheOptions>): CacheOptions {
|
||||
return {
|
||||
enabled: true,
|
||||
ttlHours: 24,
|
||||
maxSize: 10000,
|
||||
strategy: 'lru',
|
||||
...overrides
|
||||
}
|
||||
}
|
||||
|
||||
private initializeStats(): ManagerStats {
|
||||
const providers: AIProvider[] = ['openai', 'google', 'baidu', 'custom']
|
||||
const costBreakdown: Record<AIProvider, number> = {} as Record<AIProvider, number>
|
||||
providers.forEach(provider => {
|
||||
costBreakdown[provider] = 0
|
||||
})
|
||||
|
||||
return {
|
||||
totalRequests: 0,
|
||||
successfulRequests: 0,
|
||||
failedRequests: 0,
|
||||
totalCost: 0,
|
||||
avgResponseTime: 0,
|
||||
servicesHealth: {},
|
||||
dailyUsage: [],
|
||||
costBreakdown,
|
||||
lastReset: Date.now()
|
||||
}
|
||||
}
|
||||
|
||||
private async delay(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
}
|
||||
701
uni_modules/ak-ai-news/services/AITranslationService.uts
Normal file
701
uni_modules/ak-ai-news/services/AITranslationService.uts
Normal file
@@ -0,0 +1,701 @@
|
||||
// AI Translation Service - Multi-provider translation implementation
|
||||
|
||||
import {
|
||||
TranslationResult,
|
||||
TranslationOptions,
|
||||
AIProvider,
|
||||
AIResponse,
|
||||
AIServiceConfig,
|
||||
BatchProcessingOptions,
|
||||
CacheOptions,
|
||||
AIServiceError
|
||||
} from '../types/ai-types.uts'
|
||||
|
||||
// 翻译缓存条目
|
||||
type TranslationCacheEntry = {
|
||||
key: string
|
||||
result: TranslationResult
|
||||
createdAt: number
|
||||
ttl: number
|
||||
}
|
||||
|
||||
// 翻译统计
|
||||
type TranslationStats = {
|
||||
totalRequests: number
|
||||
successCount: number
|
||||
errorCount: number
|
||||
totalTokens: number
|
||||
totalCost: number
|
||||
avgQuality: number
|
||||
cacheHitRate: number
|
||||
}
|
||||
|
||||
/**
|
||||
* AI翻译服务类
|
||||
* 支持多种AI提供商的翻译服务,包括缓存、批处理、质量评估等功能
|
||||
*/
|
||||
export class AITranslationService {
|
||||
private config: AIServiceConfig
|
||||
private cache: Map<string, TranslationCacheEntry> = new Map()
|
||||
private cacheOptions: CacheOptions
|
||||
private stats: TranslationStats = {
|
||||
totalRequests: 0,
|
||||
successCount: 0,
|
||||
errorCount: 0,
|
||||
totalTokens: 0,
|
||||
totalCost: 0,
|
||||
avgQuality: 0,
|
||||
cacheHitRate: 0
|
||||
}
|
||||
|
||||
constructor(config: AIServiceConfig, cacheOptions: CacheOptions = {
|
||||
enabled: true,
|
||||
ttlHours: 24,
|
||||
maxSize: 10000,
|
||||
strategy: 'lru'
|
||||
}) {
|
||||
this.config = config
|
||||
this.cacheOptions = cacheOptions
|
||||
this.initializeCache()
|
||||
}
|
||||
|
||||
/**
|
||||
* 翻译文本
|
||||
* @param text 原文本
|
||||
* @param targetLang 目标语言
|
||||
* @param sourceLang 源语言(可选,自动检测)
|
||||
* @param options 翻译选项
|
||||
*/
|
||||
async translateText(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options: TranslationOptions = {}
|
||||
): Promise<AIResponse<TranslationResult>> {
|
||||
try {
|
||||
this.stats.totalRequests++
|
||||
|
||||
// 检查缓存
|
||||
const cacheKey = this.generateCacheKey(text, targetLang, sourceLang, options)
|
||||
const cached = this.getFromCache(cacheKey)
|
||||
if (cached) {
|
||||
return { success: true, data: cached }
|
||||
}
|
||||
|
||||
// 选择提供商
|
||||
const provider = options.provider || this.selectBestProvider()
|
||||
|
||||
// 执行翻译
|
||||
let result: TranslationResult
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
result = await this.translateWithOpenAI(text, targetLang, sourceLang, options)
|
||||
break
|
||||
case 'google':
|
||||
result = await this.translateWithGoogle(text, targetLang, sourceLang, options)
|
||||
break
|
||||
case 'baidu':
|
||||
result = await this.translateWithBaidu(text, targetLang, sourceLang, options)
|
||||
break
|
||||
default:
|
||||
throw new Error(`Unsupported translation provider: ${provider}`)
|
||||
}
|
||||
|
||||
// 质量检查
|
||||
if (result.qualityScore < (this.config.qualityThresholds?.translation || 0.7)) {
|
||||
console.warn(`Translation quality below threshold: ${result.qualityScore}`)
|
||||
}
|
||||
|
||||
// 缓存结果
|
||||
this.addToCache(cacheKey, result)
|
||||
|
||||
// 更新统计
|
||||
this.updateStats(result)
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: result,
|
||||
tokensUsed: result.tokensUsed,
|
||||
processingTimeMs: result.processingTimeMs,
|
||||
costUSD: result.costUSD,
|
||||
provider: result.provider
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
this.stats.errorCount++
|
||||
const aiError: AIServiceError = {
|
||||
code: 'TRANSLATION_ERROR',
|
||||
message: error.message || 'Translation failed',
|
||||
provider: options.provider,
|
||||
retryable: this.isRetryableError(error)
|
||||
}
|
||||
|
||||
return {
|
||||
success: false,
|
||||
error: aiError.message,
|
||||
errorCode: aiError.code
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量翻译
|
||||
* @param texts 文本数组
|
||||
* @param targetLang 目标语言
|
||||
* @param sourceLang 源语言
|
||||
* @param options 翻译选项
|
||||
* @param batchOptions 批处理选项
|
||||
*/
|
||||
async translateBatch(
|
||||
texts: string[],
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options: TranslationOptions = {},
|
||||
batchOptions: BatchProcessingOptions = {
|
||||
batchSize: 10,
|
||||
concurrency: 3,
|
||||
retryCount: 2,
|
||||
delayMs: 1000
|
||||
}
|
||||
): Promise<AIResponse<TranslationResult[]>> {
|
||||
try {
|
||||
const results: TranslationResult[] = []
|
||||
const batches = this.createBatches(texts, batchOptions.batchSize)
|
||||
|
||||
for (let i = 0; i < batches.length; i++) {
|
||||
const batch = batches[i]
|
||||
const batchPromises = batch.map(async (text, index) => {
|
||||
try {
|
||||
const response = await this.translateText(text, targetLang, sourceLang, options)
|
||||
if (response.success && response.data) {
|
||||
return response.data
|
||||
}
|
||||
throw new Error(response.error || 'Translation failed')
|
||||
} catch (error) {
|
||||
if (batchOptions.onError) {
|
||||
batchOptions.onError(error, text)
|
||||
}
|
||||
throw error
|
||||
}
|
||||
})
|
||||
|
||||
const batchResults = await Promise.allSettled(batchPromises)
|
||||
|
||||
for (const result of batchResults) {
|
||||
if (result.status === 'fulfilled') {
|
||||
results.push(result.value)
|
||||
}
|
||||
}
|
||||
|
||||
// 进度回调
|
||||
if (batchOptions.onProgress) {
|
||||
batchOptions.onProgress(results.length, texts.length)
|
||||
}
|
||||
|
||||
// 批次间延迟
|
||||
if (i < batches.length - 1 && batchOptions.delayMs > 0) {
|
||||
await this.delay(batchOptions.delayMs)
|
||||
}
|
||||
}
|
||||
|
||||
return { success: true, data: results }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Batch translation failed'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 检测语言
|
||||
* @param text 文本
|
||||
*/
|
||||
async detectLanguage(text: string): Promise<AIResponse<string>> {
|
||||
try {
|
||||
// 使用正则表达式和字符集进行基础检测
|
||||
const basicDetection = this.basicLanguageDetection(text)
|
||||
if (basicDetection.confidence > 0.8) {
|
||||
return { success: true, data: basicDetection.language }
|
||||
}
|
||||
|
||||
// 使用AI提供商进行检测
|
||||
const provider = this.selectBestProvider()
|
||||
let detectedLang: string
|
||||
|
||||
switch (provider) {
|
||||
case 'google':
|
||||
detectedLang = await this.detectLanguageWithGoogle(text)
|
||||
break
|
||||
case 'baidu':
|
||||
detectedLang = await this.detectLanguageWithBaidu(text)
|
||||
break
|
||||
default:
|
||||
detectedLang = basicDetection.language
|
||||
}
|
||||
|
||||
return { success: true, data: detectedLang, provider }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Language detection failed'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取支持的语言列表
|
||||
*/
|
||||
getSupportedLanguages(): string[] {
|
||||
return [
|
||||
'zh-CN', 'zh-TW', 'en', 'ja', 'ko', 'es', 'fr', 'de', 'it', 'pt',
|
||||
'ru', 'ar', 'hi', 'th', 'vi', 'id', 'ms', 'tl', 'tr', 'nl'
|
||||
]
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取翻译统计
|
||||
*/
|
||||
getStatistics(): TranslationStats {
|
||||
this.updateCacheHitRate()
|
||||
return { ...this.stats }
|
||||
}
|
||||
|
||||
/**
|
||||
* 清理缓存
|
||||
*/
|
||||
clearCache(): void {
|
||||
this.cache.clear()
|
||||
}
|
||||
|
||||
// Private methods
|
||||
|
||||
private async translateWithOpenAI(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options: TranslationOptions = {}
|
||||
): Promise<TranslationResult> {
|
||||
const startTime = Date.now()
|
||||
|
||||
const systemPrompt = this.buildOpenAISystemPrompt(targetLang, sourceLang, options)
|
||||
const userPrompt = `请翻译以下文本到${this.getLanguageName(targetLang)}:\n\n${text}`
|
||||
|
||||
const requestBody = {
|
||||
model: options.model || this.config.openai?.model || 'gpt-3.5-turbo',
|
||||
messages: [
|
||||
{ role: 'system', content: systemPrompt },
|
||||
{ role: 'user', content: userPrompt }
|
||||
],
|
||||
temperature: options.temperature || this.config.openai?.temperature || 0.3,
|
||||
max_tokens: options.maxTokens || this.config.openai?.maxTokens || 2000
|
||||
}
|
||||
|
||||
// 模拟API调用(实际项目中替换为真实的HTTP请求)
|
||||
const response = await this.mockOpenAIRequest(requestBody)
|
||||
|
||||
const processingTime = Date.now() - startTime
|
||||
const tokensUsed = response.usage.total_tokens
|
||||
const cost = this.calculateOpenAICost(tokensUsed, requestBody.model)
|
||||
|
||||
return {
|
||||
translatedText: response.choices[0].message.content.trim(),
|
||||
originalText: text,
|
||||
sourceLang: sourceLang || 'auto',
|
||||
targetLang,
|
||||
confidence: 0.95,
|
||||
qualityScore: this.evaluateTranslationQuality(text, response.choices[0].message.content),
|
||||
provider: 'openai',
|
||||
tokensUsed,
|
||||
processingTimeMs: processingTime,
|
||||
costUSD: cost
|
||||
}
|
||||
}
|
||||
|
||||
private async translateWithGoogle(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options: TranslationOptions = {}
|
||||
): Promise<TranslationResult> {
|
||||
const startTime = Date.now()
|
||||
|
||||
// 模拟Google Translate API调用
|
||||
const response = await this.mockGoogleRequest({
|
||||
q: text,
|
||||
target: this.convertToGoogleLangCode(targetLang),
|
||||
source: sourceLang ? this.convertToGoogleLangCode(sourceLang) : undefined,
|
||||
format: 'text'
|
||||
})
|
||||
|
||||
const processingTime = Date.now() - startTime
|
||||
const tokensUsed = Math.ceil(text.length / 4) // 估算
|
||||
const cost = this.calculateGoogleCost(text.length)
|
||||
|
||||
return {
|
||||
translatedText: response.data.translations[0].translatedText,
|
||||
originalText: text,
|
||||
sourceLang: response.data.translations[0].detectedSourceLanguage || sourceLang || 'auto',
|
||||
targetLang,
|
||||
confidence: 0.92,
|
||||
qualityScore: this.evaluateTranslationQuality(text, response.data.translations[0].translatedText),
|
||||
provider: 'google',
|
||||
tokensUsed,
|
||||
processingTimeMs: processingTime,
|
||||
costUSD: cost
|
||||
}
|
||||
}
|
||||
|
||||
private async translateWithBaidu(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options: TranslationOptions = {}
|
||||
): Promise<TranslationResult> {
|
||||
const startTime = Date.now()
|
||||
|
||||
// 模拟百度翻译API调用
|
||||
const response = await this.mockBaiduRequest({
|
||||
q: text,
|
||||
from: sourceLang ? this.convertToBaiduLangCode(sourceLang) : 'auto',
|
||||
to: this.convertToBaiduLangCode(targetLang),
|
||||
appid: this.config.baidu?.apiKey || '',
|
||||
salt: Date.now().toString(),
|
||||
sign: 'mock_sign'
|
||||
})
|
||||
|
||||
const processingTime = Date.now() - startTime
|
||||
const tokensUsed = Math.ceil(text.length / 4)
|
||||
const cost = this.calculateBaiduCost(text.length)
|
||||
|
||||
return {
|
||||
translatedText: response.trans_result[0].dst,
|
||||
originalText: text,
|
||||
sourceLang: response.from || sourceLang || 'auto',
|
||||
targetLang,
|
||||
confidence: 0.90,
|
||||
qualityScore: this.evaluateTranslationQuality(text, response.trans_result[0].dst),
|
||||
provider: 'baidu',
|
||||
tokensUsed,
|
||||
processingTimeMs: processingTime,
|
||||
costUSD: cost
|
||||
}
|
||||
}
|
||||
|
||||
private selectBestProvider(): AIProvider {
|
||||
// 根据配置和可用性选择最佳提供商
|
||||
if (this.config.openai?.apiKey) return 'openai'
|
||||
if (this.config.google?.apiKey) return 'google'
|
||||
if (this.config.baidu?.apiKey) return 'baidu'
|
||||
return 'openai' // 默认
|
||||
}
|
||||
|
||||
private generateCacheKey(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options: TranslationOptions = {}
|
||||
): string {
|
||||
const optionsStr = JSON.stringify({
|
||||
provider: options.provider,
|
||||
temperature: options.temperature,
|
||||
culturalAdaptation: options.culturalAdaptation
|
||||
})
|
||||
return `${text}_${sourceLang || 'auto'}_${targetLang}_${optionsStr}`.replace(/\s+/g, '_')
|
||||
}
|
||||
|
||||
private getFromCache(key: string): TranslationResult | null {
|
||||
if (!this.cacheOptions.enabled) return null
|
||||
|
||||
const entry = this.cache.get(key)
|
||||
if (!entry) return null
|
||||
|
||||
// 检查TTL
|
||||
const now = Date.now()
|
||||
if (now > entry.createdAt + (entry.ttl * 60 * 60 * 1000)) {
|
||||
this.cache.delete(key)
|
||||
return null
|
||||
}
|
||||
|
||||
return entry.result
|
||||
}
|
||||
|
||||
private addToCache(key: string, result: TranslationResult): void {
|
||||
if (!this.cacheOptions.enabled) return
|
||||
|
||||
// 检查缓存大小限制
|
||||
if (this.cache.size >= this.cacheOptions.maxSize) {
|
||||
this.evictCache()
|
||||
}
|
||||
|
||||
this.cache.set(key, {
|
||||
key,
|
||||
result,
|
||||
createdAt: Date.now(),
|
||||
ttl: this.cacheOptions.ttlHours
|
||||
})
|
||||
}
|
||||
|
||||
private evictCache(): void {
|
||||
// LRU策略:删除最早的条目
|
||||
const oldestKey = this.cache.keys().next().value
|
||||
if (oldestKey) {
|
||||
this.cache.delete(oldestKey)
|
||||
}
|
||||
}
|
||||
|
||||
private initializeCache(): void {
|
||||
// 初始化缓存清理定时器
|
||||
setInterval(() => {
|
||||
this.cleanupExpiredCache()
|
||||
}, 60 * 60 * 1000) // 每小时清理一次
|
||||
}
|
||||
|
||||
private cleanupExpiredCache(): void {
|
||||
const now = Date.now()
|
||||
for (const [key, entry] of this.cache.entries()) {
|
||||
if (now > entry.createdAt + (entry.ttl * 60 * 60 * 1000)) {
|
||||
this.cache.delete(key)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private createBatches<T>(items: T[], batchSize: number): T[][] {
|
||||
const batches: T[][] = []
|
||||
for (let i = 0; i < items.length; i += batchSize) {
|
||||
batches.push(items.slice(i, i + batchSize))
|
||||
}
|
||||
return batches
|
||||
}
|
||||
|
||||
private async delay(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
|
||||
private updateStats(result: TranslationResult): void {
|
||||
this.stats.successCount++
|
||||
this.stats.totalTokens += result.tokensUsed
|
||||
this.stats.totalCost += result.costUSD
|
||||
this.stats.avgQuality = (this.stats.avgQuality * (this.stats.successCount - 1) + result.qualityScore) / this.stats.successCount
|
||||
}
|
||||
|
||||
private updateCacheHitRate(): void {
|
||||
if (this.stats.totalRequests > 0) {
|
||||
const cacheHits = this.stats.totalRequests - this.stats.successCount - this.stats.errorCount
|
||||
this.stats.cacheHitRate = cacheHits / this.stats.totalRequests
|
||||
}
|
||||
}
|
||||
|
||||
private evaluateTranslationQuality(original: string, translated: string): number {
|
||||
// 简单的质量评估算法
|
||||
if (!translated || translated.length === 0) return 0
|
||||
|
||||
const lengthRatio = translated.length / original.length
|
||||
const lengthScore = lengthRatio > 0.5 && lengthRatio < 2 ? 1 : 0.7
|
||||
|
||||
// 检查是否包含原文(可能翻译失败)
|
||||
const similarityScore = original.toLowerCase() === translated.toLowerCase() ? 0.3 : 1
|
||||
|
||||
return (lengthScore + similarityScore) / 2
|
||||
}
|
||||
|
||||
private basicLanguageDetection(text: string): { language: string, confidence: number } {
|
||||
// 基于字符集的语言检测
|
||||
const chineseRegex = /[\u4e00-\u9fff]/
|
||||
const japaneseRegex = /[\u3040-\u309f\u30a0-\u30ff]/
|
||||
const koreanRegex = /[\uac00-\ud7af]/
|
||||
const arabicRegex = /[\u0600-\u06ff]/
|
||||
const russianRegex = /[\u0400-\u04ff]/
|
||||
|
||||
if (chineseRegex.test(text)) return { language: 'zh-CN', confidence: 0.9 }
|
||||
if (japaneseRegex.test(text)) return { language: 'ja', confidence: 0.9 }
|
||||
if (koreanRegex.test(text)) return { language: 'ko', confidence: 0.9 }
|
||||
if (arabicRegex.test(text)) return { language: 'ar', confidence: 0.8 }
|
||||
if (russianRegex.test(text)) return { language: 'ru', confidence: 0.8 }
|
||||
|
||||
return { language: 'en', confidence: 0.5 }
|
||||
}
|
||||
|
||||
private async detectLanguageWithGoogle(text: string): Promise<string> {
|
||||
// 模拟Google语言检测API
|
||||
const response = await this.mockGoogleDetectRequest({ q: text })
|
||||
return this.convertFromGoogleLangCode(response.data.detections[0][0].language)
|
||||
}
|
||||
|
||||
private async detectLanguageWithBaidu(text: string): Promise<string> {
|
||||
// 模拟百度语言检测API
|
||||
const response = await this.mockBaiduDetectRequest({ q: text })
|
||||
return this.convertFromBaiduLangCode(response.lan)
|
||||
}
|
||||
|
||||
private buildOpenAISystemPrompt(targetLang: string, sourceLang?: string, options: TranslationOptions = {}): string {
|
||||
let prompt = `你是一个专业的翻译助手。请将文本翻译成${this.getLanguageName(targetLang)}。`
|
||||
|
||||
if (options.culturalAdaptation) {
|
||||
prompt += ' 请注意文化适应性,确保翻译符合目标文化的表达习惯。'
|
||||
}
|
||||
|
||||
if (options.preserveFormatting) {
|
||||
prompt += ' 请保持原文的格式和结构。'
|
||||
}
|
||||
|
||||
prompt += ' 只返回翻译结果,不需要其他说明。'
|
||||
|
||||
return prompt
|
||||
}
|
||||
|
||||
private getLanguageName(langCode: string): string {
|
||||
const languageNames: Record<string, string> = {
|
||||
'zh-CN': '简体中文',
|
||||
'zh-TW': '繁体中文',
|
||||
'en': 'English',
|
||||
'ja': '日本語',
|
||||
'ko': '한국어',
|
||||
'es': 'Español',
|
||||
'fr': 'Français',
|
||||
'de': 'Deutsch',
|
||||
'it': 'Italiano',
|
||||
'pt': 'Português',
|
||||
'ru': 'Русский',
|
||||
'ar': 'العربية',
|
||||
'hi': 'हिन्दी',
|
||||
'th': 'ไทย',
|
||||
'vi': 'Tiếng Việt'
|
||||
}
|
||||
return languageNames[langCode] || langCode
|
||||
}
|
||||
|
||||
private convertToGoogleLangCode(langCode: string): string {
|
||||
const mapping: Record<string, string> = {
|
||||
'zh-CN': 'zh',
|
||||
'zh-TW': 'zh-tw'
|
||||
}
|
||||
return mapping[langCode] || langCode
|
||||
}
|
||||
|
||||
private convertFromGoogleLangCode(langCode: string): string {
|
||||
const mapping: Record<string, string> = {
|
||||
'zh': 'zh-CN',
|
||||
'zh-tw': 'zh-TW'
|
||||
}
|
||||
return mapping[langCode] || langCode
|
||||
}
|
||||
|
||||
private convertToBaiduLangCode(langCode: string): string {
|
||||
const mapping: Record<string, string> = {
|
||||
'zh-CN': 'zh',
|
||||
'zh-TW': 'cht',
|
||||
'en': 'en',
|
||||
'ja': 'jp',
|
||||
'ko': 'kor',
|
||||
'es': 'spa',
|
||||
'fr': 'fra',
|
||||
'de': 'de',
|
||||
'ru': 'ru',
|
||||
'ar': 'ara'
|
||||
}
|
||||
return mapping[langCode] || 'en'
|
||||
}
|
||||
|
||||
private convertFromBaiduLangCode(langCode: string): string {
|
||||
const mapping: Record<string, string> = {
|
||||
'zh': 'zh-CN',
|
||||
'cht': 'zh-TW',
|
||||
'en': 'en',
|
||||
'jp': 'ja',
|
||||
'kor': 'ko',
|
||||
'spa': 'es',
|
||||
'fra': 'fr',
|
||||
'de': 'de',
|
||||
'ru': 'ru',
|
||||
'ara': 'ar'
|
||||
}
|
||||
return mapping[langCode] || langCode
|
||||
}
|
||||
|
||||
private calculateOpenAICost(tokens: number, model: string): number {
|
||||
const pricing: Record<string, { input: number, output: number }> = {
|
||||
'gpt-3.5-turbo': { input: 0.0015, output: 0.002 },
|
||||
'gpt-4': { input: 0.03, output: 0.06 },
|
||||
'gpt-4-turbo': { input: 0.01, output: 0.03 }
|
||||
}
|
||||
const modelPricing = pricing[model] || pricing['gpt-3.5-turbo']
|
||||
return (tokens / 1000) * ((modelPricing.input + modelPricing.output) / 2)
|
||||
}
|
||||
|
||||
private calculateGoogleCost(textLength: number): number {
|
||||
// Google Translate pricing: $20 per 1M characters
|
||||
return (textLength / 1000000) * 20
|
||||
}
|
||||
|
||||
private calculateBaiduCost(textLength: number): number {
|
||||
// 百度翻译定价较低
|
||||
return (textLength / 1000000) * 10
|
||||
}
|
||||
|
||||
private isRetryableError(error: any): boolean {
|
||||
// 判断错误是否可重试
|
||||
const retryableCodes = ['TIMEOUT', 'RATE_LIMIT', 'SERVER_ERROR']
|
||||
return retryableCodes.includes(error.code) || error.status >= 500
|
||||
}
|
||||
|
||||
// Mock API methods (在实际项目中替换为真实的HTTP请求)
|
||||
private async mockOpenAIRequest(requestBody: any): Promise<any> {
|
||||
await this.delay(Math.random() * 1000 + 500) // 模拟网络延迟
|
||||
return {
|
||||
choices: [{
|
||||
message: {
|
||||
content: `[Translated by OpenAI] ${requestBody.messages[1].content.split(':\n\n')[1] || 'Translation result'}`
|
||||
}
|
||||
}],
|
||||
usage: {
|
||||
total_tokens: Math.ceil(requestBody.messages[1].content.length / 4) + 50
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private async mockGoogleRequest(params: any): Promise<any> {
|
||||
await this.delay(Math.random() * 800 + 400)
|
||||
return {
|
||||
data: {
|
||||
translations: [{
|
||||
translatedText: `[Translated by Google] ${params.q}`,
|
||||
detectedSourceLanguage: 'zh'
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private async mockBaiduRequest(params: any): Promise<any> {
|
||||
await this.delay(Math.random() * 600 + 300)
|
||||
return {
|
||||
trans_result: [{
|
||||
src: params.q,
|
||||
dst: `[Translated by Baidu] ${params.q}`
|
||||
}],
|
||||
from: params.from
|
||||
}
|
||||
}
|
||||
|
||||
private async mockGoogleDetectRequest(params: any): Promise<any> {
|
||||
await this.delay(200)
|
||||
return {
|
||||
data: {
|
||||
detections: [[{
|
||||
language: 'zh',
|
||||
confidence: 0.95
|
||||
}]]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private async mockBaiduDetectRequest(params: any): Promise<any> {
|
||||
await this.delay(200)
|
||||
return {
|
||||
lan: 'zh',
|
||||
confidence: 0.92
|
||||
}
|
||||
}
|
||||
}
|
||||
755
uni_modules/ak-ai-news/services/ContentProcessingPipeline.uts
Normal file
755
uni_modules/ak-ai-news/services/ContentProcessingPipeline.uts
Normal file
@@ -0,0 +1,755 @@
|
||||
// Content Processing Pipeline - Automated news content workflow
|
||||
|
||||
import {
|
||||
ContentInfo,
|
||||
ProcessingStep,
|
||||
AIProvider,
|
||||
AIResponse,
|
||||
AIServiceConfig,
|
||||
AIServiceError,
|
||||
TranslationResult,
|
||||
ContentAnalysisResult,
|
||||
BatchProcessingOptions
|
||||
} from '../types/ai-types.uts'
|
||||
|
||||
import { AITranslationService } from './AITranslationService.uts'
|
||||
import { AIContentAnalysisService } from './AIContentAnalysisService.uts'
|
||||
|
||||
// 处理阶段枚举
|
||||
type ProcessingStage =
|
||||
| 'fetching'
|
||||
| 'validation'
|
||||
| 'analysis'
|
||||
| 'translation'
|
||||
| 'categorization'
|
||||
| 'quality_check'
|
||||
| 'storage'
|
||||
| 'indexing'
|
||||
| 'completed'
|
||||
| 'failed'
|
||||
|
||||
// 处理状态
|
||||
type ProcessingStatus = {
|
||||
contentId: string
|
||||
stage: ProcessingStage
|
||||
progress: number // 0-100
|
||||
startTime: number
|
||||
lastUpdateTime: number
|
||||
completedSteps: string[]
|
||||
errors: Array<{ step: string, error: string, timestamp: number }>
|
||||
metadata: UTSJSONObject
|
||||
}
|
||||
|
||||
// 管道配置
|
||||
type PipelineConfig = {
|
||||
enabledSteps: string[]
|
||||
parallelProcessing: boolean
|
||||
maxConcurrency: number
|
||||
retryCount: number
|
||||
timeoutMs: number
|
||||
qualityThreshold: number
|
||||
targetLanguages: string[]
|
||||
categorization: {
|
||||
enabled: boolean
|
||||
threshold: number
|
||||
maxCategories: number
|
||||
}
|
||||
translation: {
|
||||
enabled: boolean
|
||||
targetLanguages: string[]
|
||||
qualityThreshold: number
|
||||
}
|
||||
analysis: {
|
||||
enabled: boolean
|
||||
types: string[]
|
||||
includeScores: boolean
|
||||
}
|
||||
}
|
||||
|
||||
// 处理结果
|
||||
type ProcessingResult = {
|
||||
contentId: string
|
||||
originalContent: ContentInfo
|
||||
processedContent: ContentInfo
|
||||
translations: Record<string, TranslationResult>
|
||||
analysis: ContentAnalysisResult
|
||||
categories: string[]
|
||||
qualityScore: number
|
||||
processingTime: number
|
||||
totalCost: number
|
||||
status: ProcessingStage
|
||||
errors: string[]
|
||||
}
|
||||
|
||||
// 管道统计
|
||||
type PipelineStats = {
|
||||
totalProcessed: number
|
||||
successCount: number
|
||||
errorCount: number
|
||||
avgProcessingTime: number
|
||||
totalCost: number
|
||||
stageStats: Record<ProcessingStage, {
|
||||
count: number
|
||||
avgTime: number
|
||||
errorRate: number
|
||||
}>
|
||||
dailyThroughput: number
|
||||
lastProcessedAt: number
|
||||
}
|
||||
|
||||
/**
|
||||
* 内容处理管道服务
|
||||
* 自动化新闻内容的获取、分析、翻译、分类等全流程处理
|
||||
*/
|
||||
export class ContentProcessingPipeline {
|
||||
private config: AIServiceConfig
|
||||
private pipelineConfig: PipelineConfig
|
||||
private translationService: AITranslationService
|
||||
private analysisService: AIContentAnalysisService
|
||||
private processingQueue: Map<string, ProcessingStatus> = new Map()
|
||||
private processingSteps: Map<string, ProcessingStep> = new Map()
|
||||
private stats: PipelineStats
|
||||
|
||||
constructor(
|
||||
aiConfig: AIServiceConfig,
|
||||
pipelineConfig: Partial<PipelineConfig> = {}
|
||||
) {
|
||||
this.config = aiConfig
|
||||
this.pipelineConfig = this.createDefaultPipelineConfig(pipelineConfig)
|
||||
this.translationService = new AITranslationService(aiConfig)
|
||||
this.analysisService = new AIContentAnalysisService(aiConfig)
|
||||
this.stats = this.initializeStats()
|
||||
this.initializeProcessingSteps()
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理单个内容
|
||||
* @param content 原始内容
|
||||
*/
|
||||
async processContent(content: ContentInfo): Promise<AIResponse<ProcessingResult>> {
|
||||
try {
|
||||
const contentId = content.id
|
||||
const startTime = Date.now()
|
||||
|
||||
// 初始化处理状态
|
||||
const status: ProcessingStatus = {
|
||||
contentId,
|
||||
stage: 'validation',
|
||||
progress: 0,
|
||||
startTime,
|
||||
lastUpdateTime: startTime,
|
||||
completedSteps: [],
|
||||
errors: [],
|
||||
metadata: {}
|
||||
}
|
||||
|
||||
this.processingQueue.set(contentId, status)
|
||||
|
||||
// 执行处理步骤
|
||||
const result = await this.executeProcessingPipeline(content, status)
|
||||
|
||||
// 清理处理队列
|
||||
this.processingQueue.delete(contentId)
|
||||
|
||||
// 更新统计
|
||||
this.updateStats(result)
|
||||
|
||||
return { success: true, data: result }
|
||||
|
||||
} catch (error) {
|
||||
const aiError: AIServiceError = {
|
||||
code: 'PIPELINE_ERROR',
|
||||
message: error.message || 'Content processing failed',
|
||||
retryable: this.isRetryableError(error)
|
||||
}
|
||||
|
||||
return {
|
||||
success: false,
|
||||
error: aiError.message,
|
||||
errorCode: aiError.code
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量处理内容
|
||||
* @param contents 内容列表
|
||||
* @param batchOptions 批处理选项
|
||||
*/
|
||||
async processBatch(
|
||||
contents: ContentInfo[],
|
||||
batchOptions: BatchProcessingOptions = {
|
||||
batchSize: 5,
|
||||
concurrency: 3,
|
||||
retryCount: 2,
|
||||
delayMs: 1000
|
||||
}
|
||||
): Promise<AIResponse<ProcessingResult[]>> {
|
||||
try {
|
||||
const results: ProcessingResult[] = []
|
||||
const batches = this.createBatches(contents, batchOptions.batchSize)
|
||||
|
||||
for (let i = 0; i < batches.length; i++) {
|
||||
const batch = batches[i]
|
||||
|
||||
if (this.pipelineConfig.parallelProcessing) {
|
||||
// 并行处理
|
||||
const batchPromises = batch.map(async (content) => {
|
||||
try {
|
||||
const response = await this.processContent(content)
|
||||
if (response.success && response.data) {
|
||||
return response.data
|
||||
}
|
||||
throw new Error(response.error || 'Processing failed')
|
||||
} catch (error) {
|
||||
if (batchOptions.onError) {
|
||||
batchOptions.onError(error, content)
|
||||
}
|
||||
throw error
|
||||
}
|
||||
})
|
||||
|
||||
const batchResults = await Promise.allSettled(batchPromises)
|
||||
|
||||
for (const result of batchResults) {
|
||||
if (result.status === 'fulfilled') {
|
||||
results.push(result.value)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// 串行处理
|
||||
for (const content of batch) {
|
||||
try {
|
||||
const response = await this.processContent(content)
|
||||
if (response.success && response.data) {
|
||||
results.push(response.data)
|
||||
}
|
||||
} catch (error) {
|
||||
if (batchOptions.onError) {
|
||||
batchOptions.onError(error, content)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 进度回调
|
||||
if (batchOptions.onProgress) {
|
||||
batchOptions.onProgress(results.length, contents.length)
|
||||
}
|
||||
|
||||
// 批次间延迟
|
||||
if (i < batches.length - 1 && batchOptions.delayMs > 0) {
|
||||
await this.delay(batchOptions.delayMs)
|
||||
}
|
||||
}
|
||||
|
||||
return { success: true, data: results }
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error.message || 'Batch processing failed'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取处理状态
|
||||
* @param contentId 内容ID
|
||||
*/
|
||||
getProcessingStatus(contentId: string): ProcessingStatus | null {
|
||||
return this.processingQueue.get(contentId) || null
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取所有处理中的内容状态
|
||||
*/
|
||||
getAllProcessingStatus(): ProcessingStatus[] {
|
||||
return Array.from(this.processingQueue.values())
|
||||
}
|
||||
|
||||
/**
|
||||
* 添加自定义处理步骤
|
||||
* @param step 处理步骤
|
||||
*/
|
||||
addProcessingStep(step: ProcessingStep): void {
|
||||
this.processingSteps.set(step.name, step)
|
||||
}
|
||||
|
||||
/**
|
||||
* 移除处理步骤
|
||||
* @param stepName 步骤名称
|
||||
*/
|
||||
removeProcessingStep(stepName: string): void {
|
||||
this.processingSteps.delete(stepName)
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新管道配置
|
||||
* @param config 新配置
|
||||
*/
|
||||
updatePipelineConfig(config: Partial<PipelineConfig>): void {
|
||||
this.pipelineConfig = { ...this.pipelineConfig, ...config }
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取管道统计
|
||||
*/
|
||||
getPipelineStatistics(): PipelineStats {
|
||||
return { ...this.stats }
|
||||
}
|
||||
|
||||
/**
|
||||
* 重置统计数据
|
||||
*/
|
||||
resetStatistics(): void {
|
||||
this.stats = this.initializeStats()
|
||||
}
|
||||
|
||||
// Private methods
|
||||
|
||||
private async executeProcessingPipeline(
|
||||
content: ContentInfo,
|
||||
status: ProcessingStatus
|
||||
): Promise<ProcessingResult> {
|
||||
|
||||
const result: ProcessingResult = {
|
||||
contentId: content.id,
|
||||
originalContent: content,
|
||||
processedContent: { ...content },
|
||||
translations: {},
|
||||
analysis: {} as ContentAnalysisResult,
|
||||
categories: [],
|
||||
qualityScore: 0,
|
||||
processingTime: 0,
|
||||
totalCost: 0,
|
||||
status: 'fetching',
|
||||
errors: []
|
||||
}
|
||||
|
||||
try {
|
||||
// 1. 内容验证
|
||||
await this.executeStep('validation', content, result, status)
|
||||
|
||||
// 2. 内容分析
|
||||
if (this.pipelineConfig.analysis.enabled) {
|
||||
await this.executeStep('analysis', content, result, status)
|
||||
}
|
||||
|
||||
// 3. 内容翻译
|
||||
if (this.pipelineConfig.translation.enabled && this.pipelineConfig.translation.targetLanguages.length > 0) {
|
||||
await this.executeStep('translation', content, result, status)
|
||||
}
|
||||
|
||||
// 4. 内容分类
|
||||
if (this.pipelineConfig.categorization.enabled) {
|
||||
await this.executeStep('categorization', content, result, status)
|
||||
}
|
||||
|
||||
// 5. 质量检查
|
||||
await this.executeStep('quality_check', content, result, status)
|
||||
|
||||
// 6. 存储处理
|
||||
await this.executeStep('storage', content, result, status)
|
||||
|
||||
// 7. 索引构建
|
||||
await this.executeStep('indexing', content, result, status)
|
||||
|
||||
// 完成处理
|
||||
result.status = 'completed'
|
||||
result.processingTime = Date.now() - status.startTime
|
||||
this.updateProcessingStatus(status, 'completed', 100)
|
||||
|
||||
} catch (error) {
|
||||
result.status = 'failed'
|
||||
result.errors.push(error.message || 'Unknown error')
|
||||
this.updateProcessingStatus(status, 'failed', status.progress, error.message)
|
||||
throw error
|
||||
}
|
||||
|
||||
return result
|
||||
}
|
||||
|
||||
private async executeStep(
|
||||
stepName: string,
|
||||
content: ContentInfo,
|
||||
result: ProcessingResult,
|
||||
status: ProcessingStatus
|
||||
): Promise<void> {
|
||||
|
||||
const step = this.processingSteps.get(stepName)
|
||||
if (!step) {
|
||||
throw new Error(`Processing step '${stepName}' not found`)
|
||||
}
|
||||
|
||||
try {
|
||||
// 验证前置条件
|
||||
if (step.validate && !step.validate(result)) {
|
||||
throw new Error(`Validation failed for step '${stepName}'`)
|
||||
}
|
||||
|
||||
// 执行步骤
|
||||
const stepResult = await step.execute(result)
|
||||
|
||||
// 更新结果
|
||||
if (stepResult) {
|
||||
Object.assign(result, stepResult)
|
||||
}
|
||||
|
||||
// 更新状态
|
||||
status.completedSteps.push(stepName)
|
||||
const progress = (status.completedSteps.length / 7) * 100 // 7个主要步骤
|
||||
this.updateProcessingStatus(status, this.getStageFromStep(stepName), progress)
|
||||
|
||||
} catch (error) {
|
||||
// 记录错误
|
||||
status.errors.push({
|
||||
step: stepName,
|
||||
error: error.message || 'Unknown error',
|
||||
timestamp: Date.now()
|
||||
})
|
||||
|
||||
// 尝试回滚
|
||||
if (step.rollback) {
|
||||
try {
|
||||
await step.rollback(result)
|
||||
} catch (rollbackError) {
|
||||
console.error(`Rollback failed for step '${stepName}':`, rollbackError)
|
||||
}
|
||||
}
|
||||
|
||||
throw error
|
||||
}
|
||||
}
|
||||
|
||||
private updateProcessingStatus(
|
||||
status: ProcessingStatus,
|
||||
stage: ProcessingStage,
|
||||
progress: number,
|
||||
error?: string
|
||||
): void {
|
||||
status.stage = stage
|
||||
status.progress = progress
|
||||
status.lastUpdateTime = Date.now()
|
||||
|
||||
if (error) {
|
||||
status.errors.push({
|
||||
step: stage,
|
||||
error,
|
||||
timestamp: Date.now()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
private getStageFromStep(stepName: string): ProcessingStage {
|
||||
const stageMap: Record<string, ProcessingStage> = {
|
||||
'validation': 'validation',
|
||||
'analysis': 'analysis',
|
||||
'translation': 'translation',
|
||||
'categorization': 'categorization',
|
||||
'quality_check': 'quality_check',
|
||||
'storage': 'storage',
|
||||
'indexing': 'indexing'
|
||||
}
|
||||
|
||||
return stageMap[stepName] || 'validation'
|
||||
}
|
||||
|
||||
private initializeProcessingSteps(): void {
|
||||
// 内容验证步骤
|
||||
this.processingSteps.set('validation', {
|
||||
name: 'validation',
|
||||
order: 1,
|
||||
execute: async (data: ProcessingResult) => {
|
||||
const content = data.originalContent
|
||||
|
||||
// 验证必需字段
|
||||
if (!content.title || content.title.trim().length === 0) {
|
||||
throw new Error('Content title is required')
|
||||
}
|
||||
|
||||
if (!content.content || content.content.trim().length < 50) {
|
||||
throw new Error('Content is too short (minimum 50 characters)')
|
||||
}
|
||||
|
||||
// 验证内容质量
|
||||
if (content.quality !== undefined && content.quality < this.pipelineConfig.qualityThreshold) {
|
||||
throw new Error(`Content quality (${content.quality}) below threshold (${this.pipelineConfig.qualityThreshold})`)
|
||||
}
|
||||
|
||||
return data
|
||||
},
|
||||
validate: (data: ProcessingResult) => {
|
||||
return data.originalContent && data.originalContent.title && data.originalContent.content
|
||||
}
|
||||
})
|
||||
|
||||
// 内容分析步骤
|
||||
this.processingSteps.set('analysis', {
|
||||
name: 'analysis',
|
||||
order: 2,
|
||||
execute: async (data: ProcessingResult) => {
|
||||
const response = await this.analysisService.analyzeContent(data.originalContent.content, {
|
||||
types: this.pipelineConfig.analysis.types as any,
|
||||
includeScores: this.pipelineConfig.analysis.includeScores,
|
||||
language: data.originalContent.originalLanguage
|
||||
})
|
||||
|
||||
if (response.success && response.data) {
|
||||
data.analysis = response.data
|
||||
data.processedContent.sentiment = response.data.sentimentScore
|
||||
data.processedContent.readability = response.data.readabilityScore
|
||||
data.processedContent.credibility = response.data.credibilityScore
|
||||
data.processedContent.keywords = response.data.keywords
|
||||
data.totalCost += (response.costUSD || 0)
|
||||
} else {
|
||||
throw new Error(response.error || 'Content analysis failed')
|
||||
}
|
||||
|
||||
return data
|
||||
}
|
||||
})
|
||||
|
||||
// 内容翻译步骤
|
||||
this.processingSteps.set('translation', {
|
||||
name: 'translation',
|
||||
order: 3,
|
||||
execute: async (data: ProcessingResult) => {
|
||||
const sourceContent = data.originalContent
|
||||
const targetLanguages = this.pipelineConfig.translation.targetLanguages
|
||||
|
||||
for (const targetLang of targetLanguages) {
|
||||
if (targetLang === sourceContent.originalLanguage) continue
|
||||
|
||||
// 翻译标题
|
||||
const titleResponse = await this.translationService.translateText(
|
||||
sourceContent.title,
|
||||
targetLang,
|
||||
sourceContent.originalLanguage,
|
||||
{ qualityThreshold: this.pipelineConfig.translation.qualityThreshold }
|
||||
)
|
||||
|
||||
// 翻译内容
|
||||
const contentResponse = await this.translationService.translateText(
|
||||
sourceContent.content,
|
||||
targetLang,
|
||||
sourceContent.originalLanguage,
|
||||
{ qualityThreshold: this.pipelineConfig.translation.qualityThreshold }
|
||||
)
|
||||
|
||||
if (titleResponse.success && contentResponse.success && titleResponse.data && contentResponse.data) {
|
||||
data.translations[targetLang] = {
|
||||
...contentResponse.data,
|
||||
translatedText: `${titleResponse.data.translatedText}\n\n${contentResponse.data.translatedText}`
|
||||
}
|
||||
data.totalCost += (titleResponse.costUSD || 0) + (contentResponse.costUSD || 0)
|
||||
}
|
||||
}
|
||||
|
||||
return data
|
||||
}
|
||||
})
|
||||
|
||||
// 内容分类步骤
|
||||
this.processingSteps.set('categorization', {
|
||||
name: 'categorization',
|
||||
order: 4,
|
||||
execute: async (data: ProcessingResult) => {
|
||||
if (data.analysis && data.analysis.categories) {
|
||||
const validCategories = data.analysis.categories
|
||||
.filter(cat => cat.confidence >= this.pipelineConfig.categorization.threshold)
|
||||
.slice(0, this.pipelineConfig.categorization.maxCategories)
|
||||
.map(cat => cat.categoryId)
|
||||
|
||||
data.categories = validCategories
|
||||
|
||||
// 设置主分类
|
||||
if (validCategories.length > 0) {
|
||||
data.processedContent.categoryId = validCategories[0]
|
||||
}
|
||||
}
|
||||
|
||||
return data
|
||||
}
|
||||
})
|
||||
|
||||
// 质量检查步骤
|
||||
this.processingSteps.set('quality_check', {
|
||||
name: 'quality_check',
|
||||
order: 5,
|
||||
execute: async (data: ProcessingResult) => {
|
||||
let qualityScore = 0
|
||||
let factors = 0
|
||||
|
||||
// 基于分析结果的质量评估
|
||||
if (data.analysis) {
|
||||
if (data.analysis.readabilityScore !== undefined) {
|
||||
qualityScore += data.analysis.readabilityScore
|
||||
factors++
|
||||
}
|
||||
|
||||
if (data.analysis.credibilityScore !== undefined) {
|
||||
qualityScore += data.analysis.credibilityScore
|
||||
factors++
|
||||
}
|
||||
|
||||
// 毒性检查
|
||||
if (data.analysis.toxicityScore !== undefined) {
|
||||
qualityScore += (1 - data.analysis.toxicityScore) // 毒性越低质量越高
|
||||
factors++
|
||||
}
|
||||
}
|
||||
|
||||
// 内容长度评估
|
||||
const contentLength = data.originalContent.content.length
|
||||
const lengthScore = contentLength > 500 ? 1 : contentLength / 500
|
||||
qualityScore += lengthScore
|
||||
factors++
|
||||
|
||||
// 翻译质量评估
|
||||
if (Object.keys(data.translations).length > 0) {
|
||||
const translationQualities = Object.values(data.translations).map(t => t.qualityScore)
|
||||
const avgTranslationQuality = translationQualities.reduce((sum, q) => sum + q, 0) / translationQualities.length
|
||||
qualityScore += avgTranslationQuality
|
||||
factors++
|
||||
}
|
||||
|
||||
data.qualityScore = factors > 0 ? qualityScore / factors : 0.5
|
||||
data.processedContent.quality = data.qualityScore
|
||||
|
||||
// 质量阈值检查
|
||||
if (data.qualityScore < this.pipelineConfig.qualityThreshold) {
|
||||
console.warn(`Content quality (${data.qualityScore}) below threshold (${this.pipelineConfig.qualityThreshold})`)
|
||||
}
|
||||
|
||||
return data
|
||||
}
|
||||
})
|
||||
|
||||
// 存储步骤
|
||||
this.processingSteps.set('storage', {
|
||||
name: 'storage',
|
||||
order: 6,
|
||||
execute: async (data: ProcessingResult) => {
|
||||
// 模拟存储操作
|
||||
await this.delay(100)
|
||||
|
||||
// 在实际实现中,这里会将处理后的内容保存到数据库
|
||||
data.processedContent.status = 'published'
|
||||
data.processedContent.tags = [...(data.processedContent.tags || []), ...data.categories]
|
||||
|
||||
return data
|
||||
}
|
||||
})
|
||||
|
||||
// 索引构建步骤
|
||||
this.processingSteps.set('indexing', {
|
||||
name: 'indexing',
|
||||
order: 7,
|
||||
execute: async (data: ProcessingResult) => {
|
||||
// 模拟索引构建
|
||||
await this.delay(50)
|
||||
|
||||
// 在实际实现中,这里会更新搜索索引
|
||||
console.log(`Content indexed: ${data.contentId}`)
|
||||
|
||||
return data
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
private createDefaultPipelineConfig(overrides: Partial<PipelineConfig>): PipelineConfig {
|
||||
return {
|
||||
enabledSteps: ['validation', 'analysis', 'translation', 'categorization', 'quality_check', 'storage', 'indexing'],
|
||||
parallelProcessing: true,
|
||||
maxConcurrency: 3,
|
||||
retryCount: 2,
|
||||
timeoutMs: 300000, // 5分钟
|
||||
qualityThreshold: 0.7,
|
||||
targetLanguages: ['zh-CN', 'en'],
|
||||
categorization: {
|
||||
enabled: true,
|
||||
threshold: 0.6,
|
||||
maxCategories: 3
|
||||
},
|
||||
translation: {
|
||||
enabled: true,
|
||||
targetLanguages: ['zh-CN', 'en'],
|
||||
qualityThreshold: 0.7
|
||||
},
|
||||
analysis: {
|
||||
enabled: true,
|
||||
types: ['sentiment', 'entities', 'topics', 'categories', 'readability', 'credibility', 'summary', 'keywords'],
|
||||
includeScores: true
|
||||
},
|
||||
...overrides
|
||||
}
|
||||
}
|
||||
|
||||
private initializeStats(): PipelineStats {
|
||||
const stages: ProcessingStage[] = [
|
||||
'fetching', 'validation', 'analysis', 'translation',
|
||||
'categorization', 'quality_check', 'storage', 'indexing',
|
||||
'completed', 'failed'
|
||||
]
|
||||
|
||||
const stageStats: Record<ProcessingStage, any> = {} as Record<ProcessingStage, any>
|
||||
stages.forEach(stage => {
|
||||
stageStats[stage] = {
|
||||
count: 0,
|
||||
avgTime: 0,
|
||||
errorRate: 0
|
||||
}
|
||||
})
|
||||
|
||||
return {
|
||||
totalProcessed: 0,
|
||||
successCount: 0,
|
||||
errorCount: 0,
|
||||
avgProcessingTime: 0,
|
||||
totalCost: 0,
|
||||
stageStats,
|
||||
dailyThroughput: 0,
|
||||
lastProcessedAt: 0
|
||||
}
|
||||
}
|
||||
|
||||
private updateStats(result: ProcessingResult): void {
|
||||
this.stats.totalProcessed++
|
||||
this.stats.lastProcessedAt = Date.now()
|
||||
|
||||
if (result.status === 'completed') {
|
||||
this.stats.successCount++
|
||||
} else {
|
||||
this.stats.errorCount++
|
||||
}
|
||||
|
||||
// 更新平均处理时间
|
||||
this.stats.avgProcessingTime = (
|
||||
this.stats.avgProcessingTime * (this.stats.totalProcessed - 1) + result.processingTime
|
||||
) / this.stats.totalProcessed
|
||||
|
||||
// 更新总成本
|
||||
this.stats.totalCost += result.totalCost
|
||||
|
||||
// 更新阶段统计
|
||||
this.stats.stageStats[result.status].count++
|
||||
}
|
||||
|
||||
private createBatches<T>(items: T[], batchSize: number): T[][] {
|
||||
const batches: T[][] = []
|
||||
for (let i = 0; i < items.length; i += batchSize) {
|
||||
batches.push(items.slice(i, i + batchSize))
|
||||
}
|
||||
return batches
|
||||
}
|
||||
|
||||
private async delay(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
|
||||
private isRetryableError(error: any): boolean {
|
||||
const retryableCodes = ['TIMEOUT', 'RATE_LIMIT', 'SERVER_ERROR', 'NETWORK_ERROR']
|
||||
return retryableCodes.includes(error.code) || error.status >= 500
|
||||
}
|
||||
}
|
||||
563
uni_modules/ak-ai-news/services/ai-content-analysis-service.uts
Normal file
563
uni_modules/ak-ai-news/services/ai-content-analysis-service.uts
Normal file
@@ -0,0 +1,563 @@
|
||||
// AI内容分析服务
|
||||
// filepath: h:\blews\akmon\uni_modules\ak-ai-news\services\ai-content-analysis-service.uts
|
||||
|
||||
import { AkReq } from '@/uni_modules/ak-req/index.uts'
|
||||
import type {
|
||||
ContentAnalysisResult,
|
||||
EntityResult,
|
||||
TopicResult,
|
||||
CategoryResult,
|
||||
AIProvider,
|
||||
AIResponse,
|
||||
AIServiceConfig,
|
||||
ContentInfo
|
||||
} from '../types/ai-types.uts'
|
||||
|
||||
export class AIContentAnalysisService {
|
||||
private config: AIServiceConfig
|
||||
private req: AkReq
|
||||
private cache: Map<string, ContentAnalysisResult> = new Map()
|
||||
|
||||
constructor(config: AIServiceConfig) {
|
||||
this.config = config
|
||||
this.req = new AkReq()
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合内容分析
|
||||
*/
|
||||
async analyzeContent(
|
||||
content: ContentInfo,
|
||||
options?: {
|
||||
includeEntities?: boolean
|
||||
includeTopics?: boolean
|
||||
includeSentiment?: boolean
|
||||
includeReadability?: boolean
|
||||
includeCredibility?: boolean
|
||||
language?: string
|
||||
}
|
||||
): Promise<AIResponse<ContentAnalysisResult>> {
|
||||
try {
|
||||
const startTime = Date.now()
|
||||
|
||||
// 检查缓存
|
||||
const cacheKey = this.generateContentCacheKey(content.id, options)
|
||||
const cached = this.cache.get(cacheKey)
|
||||
if (cached) {
|
||||
return {
|
||||
success: true,
|
||||
data: cached,
|
||||
processingTimeMs: 0
|
||||
}
|
||||
}
|
||||
|
||||
const analysisPromises: Promise<any>[] = []
|
||||
|
||||
// 情感分析
|
||||
if (options?.includeSentiment !== false) {
|
||||
analysisPromises.push(this.analyzeSentiment(content.content, content.title))
|
||||
}
|
||||
|
||||
// 实体识别
|
||||
if (options?.includeEntities !== false) {
|
||||
analysisPromises.push(this.extractEntities(content.content))
|
||||
}
|
||||
|
||||
// 主题提取
|
||||
if (options?.includeTopics !== false) {
|
||||
analysisPromises.push(this.extractTopics(content.content))
|
||||
}
|
||||
|
||||
// 可读性分析
|
||||
if (options?.includeReadability !== false) {
|
||||
analysisPromises.push(this.analyzeReadability(content.content))
|
||||
}
|
||||
|
||||
// 可信度分析
|
||||
if (options?.includeCredibility !== false) {
|
||||
analysisPromises.push(this.analyzeCredibility(content))
|
||||
}
|
||||
|
||||
// 并行执行所有分析
|
||||
const results = await Promise.all(analysisPromises)
|
||||
|
||||
// 生成摘要
|
||||
const summary = await this.generateSummary(content.content)
|
||||
|
||||
// 提取关键词
|
||||
const keywords = await this.extractKeywords(content.content)
|
||||
|
||||
// 分类内容
|
||||
const categories = await this.classifyContent(content)
|
||||
|
||||
const analysisResult: ContentAnalysisResult = {
|
||||
contentId: content.id,
|
||||
sentimentScore: results[0]?.score || 0,
|
||||
sentimentLabel: results[0]?.label || 'neutral',
|
||||
readabilityScore: results[3] || 0.5,
|
||||
credibilityScore: results[4] || 0.5,
|
||||
toxicityScore: 0, // 可以添加毒性检测
|
||||
keywords: keywords || [],
|
||||
entities: results[1] || [],
|
||||
topics: results[2] || [],
|
||||
categories: categories || [],
|
||||
summary: summary || '',
|
||||
keyPhrases: this.extractKeyPhrases(content.content),
|
||||
language: options?.language || content.originalLanguage,
|
||||
processingTimeMs: Date.now() - startTime,
|
||||
provider: 'openai'
|
||||
}
|
||||
|
||||
// 缓存结果
|
||||
this.cache.set(cacheKey, analysisResult)
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: analysisResult,
|
||||
processingTimeMs: analysisResult.processingTimeMs
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.error('内容分析失败:', error)
|
||||
return {
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : '内容分析服务异常',
|
||||
errorCode: 'CONTENT_ANALYSIS_FAILED'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 情感分析
|
||||
*/
|
||||
private async analyzeSentiment(content: string, title?: string): Promise<{score: number, label: string}> {
|
||||
try {
|
||||
const openaiConfig = this.config.openai
|
||||
if (!openaiConfig) {
|
||||
throw new Error('OpenAI配置未找到')
|
||||
}
|
||||
|
||||
const text = title ? `${title}\n\n${content}` : content
|
||||
const prompt = `请分析以下文本的情感倾向,返回一个-1到1之间的数值(-1表示非常负面,0表示中性,1表示非常正面)和对应的标签(positive/negative/neutral)。
|
||||
|
||||
文本:${text.substring(0, 2000)}
|
||||
|
||||
请以JSON格式返回:{"score": 数值, "label": "标签"}`
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: `${openaiConfig.baseURL || 'https://api.openai.com'}/v1/chat/completions`,
|
||||
headers: {
|
||||
'Authorization': `Bearer ${openaiConfig.apiKey}`,
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
data: {
|
||||
model: openaiConfig.model,
|
||||
messages: [
|
||||
{
|
||||
role: 'system',
|
||||
content: '你是一个专业的文本情感分析助手。'
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
content: prompt
|
||||
}
|
||||
],
|
||||
max_tokens: 100,
|
||||
temperature: 0.1
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data?.choices?.[0]) {
|
||||
throw new Error('情感分析API调用失败')
|
||||
}
|
||||
|
||||
const result = JSON.parse(response.data.choices[0].message.content)
|
||||
return {
|
||||
score: Math.max(-1, Math.min(1, parseFloat(result.score) || 0)),
|
||||
label: result.label || 'neutral'
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.error('情感分析失败:', error)
|
||||
return { score: 0, label: 'neutral' }
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 实体识别
|
||||
*/
|
||||
private async extractEntities(content: string): Promise<EntityResult[]> {
|
||||
try {
|
||||
const openaiConfig = this.config.openai
|
||||
if (!openaiConfig) {
|
||||
return []
|
||||
}
|
||||
|
||||
const prompt = `请从以下文本中识别出人名、地名、机构名、日期、金额等实体。
|
||||
|
||||
文本:${content.substring(0, 2000)}
|
||||
|
||||
请以JSON数组格式返回,每个实体包含:text(实体文本)、type(类型:person/location/organization/date/money/other)、confidence(置信度0-1)。`
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: `${openaiConfig.baseURL || 'https://api.openai.com'}/v1/chat/completions`,
|
||||
headers: {
|
||||
'Authorization': `Bearer ${openaiConfig.apiKey}`,
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
data: {
|
||||
model: openaiConfig.model,
|
||||
messages: [
|
||||
{
|
||||
role: 'system',
|
||||
content: '你是一个专业的命名实体识别助手。'
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
content: prompt
|
||||
}
|
||||
],
|
||||
max_tokens: 500,
|
||||
temperature: 0.1
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data?.choices?.[0]) {
|
||||
return []
|
||||
}
|
||||
|
||||
const entities = JSON.parse(response.data.choices[0].message.content)
|
||||
return entities.map((entity: any, index: number) => ({
|
||||
text: entity.text || '',
|
||||
type: entity.type || 'other',
|
||||
confidence: entity.confidence || 0.8,
|
||||
startPosition: 0, // 简化处理
|
||||
endPosition: entity.text?.length || 0
|
||||
})) as EntityResult[]
|
||||
|
||||
} catch (error) {
|
||||
console.error('实体识别失败:', error)
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 主题提取
|
||||
*/
|
||||
private async extractTopics(content: string): Promise<TopicResult[]> {
|
||||
try {
|
||||
const openaiConfig = this.config.openai
|
||||
if (!openaiConfig) {
|
||||
return []
|
||||
}
|
||||
|
||||
const prompt = `请分析以下文本的主要主题,提取3-5个核心主题。
|
||||
|
||||
文本:${content.substring(0, 2000)}
|
||||
|
||||
请以JSON数组格式返回,每个主题包含:name(主题名称)、confidence(置信度0-1)、keywords(相关关键词数组)。`
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: `${openaiConfig.baseURL || 'https://api.openai.com'}/v1/chat/completions`,
|
||||
headers: {
|
||||
'Authorization': `Bearer ${openaiConfig.apiKey}`,
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
data: {
|
||||
model: openaiConfig.model,
|
||||
messages: [
|
||||
{
|
||||
role: 'system',
|
||||
content: '你是一个专业的文本主题分析助手。'
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
content: prompt
|
||||
}
|
||||
],
|
||||
max_tokens: 400,
|
||||
temperature: 0.2
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data?.choices?.[0]) {
|
||||
return []
|
||||
}
|
||||
|
||||
const topics = JSON.parse(response.data.choices[0].message.content)
|
||||
return topics.map((topic: any) => ({
|
||||
name: topic.name || '',
|
||||
confidence: topic.confidence || 0.8,
|
||||
keywords: topic.keywords || []
|
||||
})) as TopicResult[]
|
||||
|
||||
} catch (error) {
|
||||
console.error('主题提取失败:', error)
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 可读性分析
|
||||
*/
|
||||
private async analyzeReadability(content: string): Promise<number> {
|
||||
try {
|
||||
// 简化的可读性计算
|
||||
const sentences = content.split(/[.!?。!?]/).length
|
||||
const words = content.split(/\s+/).length
|
||||
const avgWordsPerSentence = words / sentences
|
||||
|
||||
// 基于平均句长计算可读性分数
|
||||
let score = 1.0
|
||||
if (avgWordsPerSentence > 30) score = 0.3
|
||||
else if (avgWordsPerSentence > 20) score = 0.5
|
||||
else if (avgWordsPerSentence > 15) score = 0.7
|
||||
else if (avgWordsPerSentence > 10) score = 0.9
|
||||
|
||||
return score
|
||||
|
||||
} catch (error) {
|
||||
console.error('可读性分析失败:', error)
|
||||
return 0.5
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 可信度分析
|
||||
*/
|
||||
private async analyzeCredibility(content: ContentInfo): Promise<number> {
|
||||
try {
|
||||
let score = 0.5 // 基础分数
|
||||
|
||||
// 来源可信度
|
||||
if (content.sourceUrl) {
|
||||
const domain = this.extractDomain(content.sourceUrl)
|
||||
const credibleDomains = ['reuters.com', 'bbc.com', 'xinhuanet.com', 'nhk.or.jp']
|
||||
if (credibleDomains.some(d => domain.includes(d))) {
|
||||
score += 0.2
|
||||
}
|
||||
}
|
||||
|
||||
// 作者信息
|
||||
if (content.author && content.author.length > 0) {
|
||||
score += 0.1
|
||||
}
|
||||
|
||||
// 内容长度和结构
|
||||
if (content.content.length > 500) {
|
||||
score += 0.1
|
||||
}
|
||||
|
||||
// 时效性
|
||||
const daysSincePublished = (Date.now() - content.publishedAt) / (1000 * 60 * 60 * 24)
|
||||
if (daysSincePublished < 1) {
|
||||
score += 0.1
|
||||
}
|
||||
|
||||
return Math.min(1.0, score)
|
||||
|
||||
} catch (error) {
|
||||
console.error('可信度分析失败:', error)
|
||||
return 0.5
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成摘要
|
||||
*/
|
||||
private async generateSummary(content: string): Promise<string> {
|
||||
try {
|
||||
const openaiConfig = this.config.openai
|
||||
if (!openaiConfig) {
|
||||
return ''
|
||||
}
|
||||
|
||||
if (content.length < 200) {
|
||||
return content
|
||||
}
|
||||
|
||||
const prompt = `请为以下文本生成一个简洁的摘要(100字以内):\n\n${content.substring(0, 2000)}`
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: `${openaiConfig.baseURL || 'https://api.openai.com'}/v1/chat/completions`,
|
||||
headers: {
|
||||
'Authorization': `Bearer ${openaiConfig.apiKey}`,
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
data: {
|
||||
model: openaiConfig.model,
|
||||
messages: [
|
||||
{
|
||||
role: 'system',
|
||||
content: '你是一个专业的文本摘要助手。'
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
content: prompt
|
||||
}
|
||||
],
|
||||
max_tokens: 200,
|
||||
temperature: 0.3
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data?.choices?.[0]) {
|
||||
return ''
|
||||
}
|
||||
|
||||
return response.data.choices[0].message.content.trim()
|
||||
|
||||
} catch (error) {
|
||||
console.error('摘要生成失败:', error)
|
||||
return ''
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 提取关键词
|
||||
*/
|
||||
private async extractKeywords(content: string): Promise<string[]> {
|
||||
try {
|
||||
const openaiConfig = this.config.openai
|
||||
if (!openaiConfig) {
|
||||
return []
|
||||
}
|
||||
|
||||
const prompt = `请从以下文本中提取5-10个关键词:\n\n${content.substring(0, 1500)}\n\n请以JSON数组格式返回关键词。`
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: `${openaiConfig.baseURL || 'https://api.openai.com'}/v1/chat/completions`,
|
||||
headers: {
|
||||
'Authorization': `Bearer ${openaiConfig.apiKey}`,
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
data: {
|
||||
model: openaiConfig.model,
|
||||
messages: [
|
||||
{
|
||||
role: 'system',
|
||||
content: '你是一个专业的关键词提取助手。'
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
content: prompt
|
||||
}
|
||||
],
|
||||
max_tokens: 200,
|
||||
temperature: 0.1
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data?.choices?.[0]) {
|
||||
return []
|
||||
}
|
||||
|
||||
const keywords = JSON.parse(response.data.choices[0].message.content)
|
||||
return Array.isArray(keywords) ? keywords : []
|
||||
|
||||
} catch (error) {
|
||||
console.error('关键词提取失败:', error)
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 内容分类
|
||||
*/
|
||||
private async classifyContent(content: ContentInfo): Promise<CategoryResult[]> {
|
||||
try {
|
||||
// 预定义分类
|
||||
const categories = [
|
||||
{ id: 'politics', name: '政治', keywords: ['政治', '政府', '选举', '政策', 'politics', 'government'] },
|
||||
{ id: 'technology', name: '科技', keywords: ['科技', '技术', '人工智能', 'AI', 'technology', 'tech'] },
|
||||
{ id: 'business', name: '商业', keywords: ['商业', '经济', '金融', '市场', 'business', 'economy'] },
|
||||
{ id: 'sports', name: '体育', keywords: ['体育', '运动', '比赛', '足球', 'sports', 'game'] },
|
||||
{ id: 'entertainment', name: '娱乐', keywords: ['娱乐', '电影', '音乐', '明星', 'entertainment', 'movie'] },
|
||||
{ id: 'health', name: '健康', keywords: ['健康', '医疗', '疾病', '医院', 'health', 'medical'] }
|
||||
]
|
||||
|
||||
const text = `${content.title} ${content.content}`.toLowerCase()
|
||||
const results: CategoryResult[] = []
|
||||
|
||||
for (const category of categories) {
|
||||
let score = 0
|
||||
for (const keyword of category.keywords) {
|
||||
const matches = (text.match(new RegExp(keyword.toLowerCase(), 'g')) || []).length
|
||||
score += matches
|
||||
}
|
||||
|
||||
if (score > 0) {
|
||||
results.push({
|
||||
categoryId: category.id,
|
||||
categoryName: category.name,
|
||||
confidence: Math.min(1.0, score / 10),
|
||||
level: 1
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
return results.sort((a, b) => b.confidence - a.confidence).slice(0, 3)
|
||||
|
||||
} catch (error) {
|
||||
console.error('内容分类失败:', error)
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 提取关键短语
|
||||
*/
|
||||
private extractKeyPhrases(content: string): string[] {
|
||||
try {
|
||||
// 简单的关键短语提取
|
||||
const sentences = content.split(/[.!?。!?]/)
|
||||
const phrases: string[] = []
|
||||
|
||||
for (const sentence of sentences) {
|
||||
const words = sentence.trim().split(/\s+/)
|
||||
if (words.length >= 2 && words.length <= 5) {
|
||||
phrases.push(sentence.trim())
|
||||
}
|
||||
}
|
||||
|
||||
return phrases.slice(0, 10)
|
||||
|
||||
} catch (error) {
|
||||
console.error('关键短语提取失败:', error)
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 提取域名
|
||||
*/
|
||||
private extractDomain(url: string): string {
|
||||
try {
|
||||
const matches = url.match(/https?:\/\/([^\/]+)/)
|
||||
return matches ? matches[1] : ''
|
||||
} catch (error) {
|
||||
return ''
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成缓存键
|
||||
*/
|
||||
private generateContentCacheKey(contentId: string, options?: any): string {
|
||||
const optionsStr = JSON.stringify(options || {})
|
||||
return `content-${contentId}-${this.simpleHash(optionsStr)}`
|
||||
}
|
||||
|
||||
/**
|
||||
* 简单哈希函数
|
||||
*/
|
||||
private simpleHash(str: string): string {
|
||||
let hash = 0
|
||||
for (let i = 0; i < str.length; i++) {
|
||||
const char = str.charCodeAt(i)
|
||||
hash = ((hash << 5) - hash) + char
|
||||
hash = hash & hash
|
||||
}
|
||||
return Math.abs(hash).toString(36)
|
||||
}
|
||||
}
|
||||
562
uni_modules/ak-ai-news/services/ai-translation-service.uts
Normal file
562
uni_modules/ak-ai-news/services/ai-translation-service.uts
Normal file
@@ -0,0 +1,562 @@
|
||||
// AI翻译服务
|
||||
// filepath: h:\blews\akmon\uni_modules\ak-ai-news\services\ai-translation-service.uts
|
||||
|
||||
import { AkReq } from '@/uni_modules/ak-req/index.uts'
|
||||
import type {
|
||||
TranslationResult,
|
||||
TranslationOptions,
|
||||
AIProvider,
|
||||
AIResponse,
|
||||
AIServiceConfig
|
||||
} from '../types/ai-types.uts'
|
||||
|
||||
export class AITranslationService {
|
||||
private config: AIServiceConfig
|
||||
private req: AkReq
|
||||
private cache: Map<string, TranslationResult> = new Map()
|
||||
|
||||
constructor(config: AIServiceConfig) {
|
||||
this.config = config
|
||||
this.req = new AkReq()
|
||||
}
|
||||
|
||||
/**
|
||||
* 翻译文本 - 智能选择最佳AI服务
|
||||
*/
|
||||
async translateText(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options?: TranslationOptions
|
||||
): Promise<AIResponse<TranslationResult>> {
|
||||
try {
|
||||
// 检查缓存
|
||||
const cacheKey = this.generateCacheKey(text, targetLang, sourceLang)
|
||||
const cached = this.cache.get(cacheKey)
|
||||
if (cached && this.isCacheValid(cached)) {
|
||||
return {
|
||||
success: true,
|
||||
data: cached,
|
||||
processingTimeMs: 0,
|
||||
costUSD: 0
|
||||
}
|
||||
}
|
||||
|
||||
// 智能选择提供商
|
||||
const provider = this.selectOptimalProvider(text, targetLang, options)
|
||||
|
||||
let result: TranslationResult
|
||||
const startTime = Date.now()
|
||||
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
result = await this.translateWithOpenAI(text, targetLang, sourceLang, options)
|
||||
break
|
||||
case 'google':
|
||||
result = await this.translateWithGoogle(text, targetLang, sourceLang, options)
|
||||
break
|
||||
case 'baidu':
|
||||
result = await this.translateWithBaidu(text, targetLang, sourceLang, options)
|
||||
break
|
||||
default:
|
||||
throw new Error(`不支持的AI提供商: ${provider}`)
|
||||
}
|
||||
|
||||
result.processingTimeMs = Date.now() - startTime
|
||||
|
||||
// 质量检查
|
||||
if (result.qualityScore < (options?.qualityThreshold ?? 0.7)) {
|
||||
// 尝试使用备用提供商
|
||||
const fallbackProvider = this.getFallbackProvider(provider)
|
||||
if (fallbackProvider) {
|
||||
const fallbackResult = await this.translateWithProvider(
|
||||
text, targetLang, sourceLang, fallbackProvider, options
|
||||
)
|
||||
if (fallbackResult.qualityScore > result.qualityScore) {
|
||||
result = fallbackResult
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 缓存结果
|
||||
this.cache.set(cacheKey, result)
|
||||
|
||||
// 记录使用统计
|
||||
await this.recordUsage(result)
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: result,
|
||||
processingTimeMs: result.processingTimeMs,
|
||||
costUSD: result.costUSD,
|
||||
provider: result.provider
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.error('翻译失败:', error)
|
||||
return {
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : '翻译服务异常',
|
||||
errorCode: 'TRANSLATION_FAILED'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量翻译
|
||||
*/
|
||||
async batchTranslate(
|
||||
texts: string[],
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options?: TranslationOptions
|
||||
): Promise<AIResponse<TranslationResult[]>> {
|
||||
try {
|
||||
const results: TranslationResult[] = []
|
||||
const batchSize = 10 // 批处理大小
|
||||
|
||||
for (let i = 0; i < texts.length; i += batchSize) {
|
||||
const batch = texts.slice(i, i + batchSize)
|
||||
const batchPromises = batch.map(text =>
|
||||
this.translateText(text, targetLang, sourceLang, options)
|
||||
)
|
||||
|
||||
const batchResults = await Promise.all(batchPromises)
|
||||
|
||||
for (const result of batchResults) {
|
||||
if (result.success && result.data) {
|
||||
results.push(result.data)
|
||||
}
|
||||
}
|
||||
|
||||
// 避免API限流
|
||||
if (i + batchSize < texts.length) {
|
||||
await this.delay(100)
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: results,
|
||||
processingTimeMs: results.reduce((sum, r) => sum + r.processingTimeMs, 0),
|
||||
costUSD: results.reduce((sum, r) => sum + r.costUSD, 0)
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : '批量翻译失败',
|
||||
errorCode: 'BATCH_TRANSLATION_FAILED'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* OpenAI翻译实现
|
||||
*/
|
||||
private async translateWithOpenAI(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options?: TranslationOptions
|
||||
): Promise<TranslationResult> {
|
||||
const openaiConfig = this.config.openai
|
||||
if (!openaiConfig) {
|
||||
throw new Error('OpenAI配置未找到')
|
||||
}
|
||||
|
||||
const prompt = this.buildOpenAIPrompt(text, targetLang, sourceLang, options)
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: `${openaiConfig.baseURL || 'https://api.openai.com'}/v1/chat/completions`,
|
||||
headers: {
|
||||
'Authorization': `Bearer ${openaiConfig.apiKey}`,
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
data: {
|
||||
model: options?.model || openaiConfig.model,
|
||||
messages: [
|
||||
{
|
||||
role: 'system',
|
||||
content: '你是一个专业的翻译助手,能够提供高质量的多语言翻译服务。'
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
content: prompt
|
||||
}
|
||||
],
|
||||
max_tokens: options?.maxTokens || openaiConfig.maxTokens,
|
||||
temperature: options?.temperature || openaiConfig.temperature
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data) {
|
||||
throw new Error('OpenAI API调用失败')
|
||||
}
|
||||
|
||||
const choice = response.data.choices?.[0]
|
||||
if (!choice) {
|
||||
throw new Error('OpenAI响应格式错误')
|
||||
}
|
||||
|
||||
return this.parseOpenAIResponse(
|
||||
choice.message.content,
|
||||
text,
|
||||
targetLang,
|
||||
sourceLang || 'auto',
|
||||
response.data.usage
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* Google翻译实现
|
||||
*/
|
||||
private async translateWithGoogle(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options?: TranslationOptions
|
||||
): Promise<TranslationResult> {
|
||||
const googleConfig = this.config.google
|
||||
if (!googleConfig) {
|
||||
throw new Error('Google翻译配置未找到')
|
||||
}
|
||||
|
||||
const startTime = Date.now()
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: 'https://translation.googleapis.com/language/translate/v2',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
data: {
|
||||
key: googleConfig.apiKey,
|
||||
q: text,
|
||||
target: this.convertLanguageCode(targetLang, 'google'),
|
||||
source: sourceLang ? this.convertLanguageCode(sourceLang, 'google') : undefined,
|
||||
format: 'text'
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data) {
|
||||
throw new Error('Google翻译API调用失败')
|
||||
}
|
||||
|
||||
const translation = response.data.data?.translations?.[0]
|
||||
if (!translation) {
|
||||
throw new Error('Google翻译响应格式错误')
|
||||
}
|
||||
|
||||
return {
|
||||
translatedText: translation.translatedText,
|
||||
originalText: text,
|
||||
sourceLang: translation.detectedSourceLanguage || sourceLang || 'auto',
|
||||
targetLang,
|
||||
confidence: 0.9, // Google翻译通常质量较高
|
||||
qualityScore: 0.85,
|
||||
provider: 'google',
|
||||
tokensUsed: Math.ceil(text.length / 4), // 估算token数
|
||||
processingTimeMs: Date.now() - startTime,
|
||||
costUSD: this.calculateGoogleCost(text.length)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 百度翻译实现
|
||||
*/
|
||||
private async translateWithBaidu(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options?: TranslationOptions
|
||||
): Promise<TranslationResult> {
|
||||
const baiduConfig = this.config.baidu
|
||||
if (!baiduConfig) {
|
||||
throw new Error('百度翻译配置未找到')
|
||||
}
|
||||
|
||||
const startTime = Date.now()
|
||||
const salt = Date.now().toString()
|
||||
const sign = this.generateBaiduSign(text, salt, baiduConfig.apiKey, baiduConfig.secretKey)
|
||||
|
||||
const response = await this.req.post<any>({
|
||||
url: 'https://fanyi-api.baidu.com/api/trans/vip/translate',
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded'
|
||||
},
|
||||
data: {
|
||||
q: text,
|
||||
from: sourceLang ? this.convertLanguageCode(sourceLang, 'baidu') : 'auto',
|
||||
to: this.convertLanguageCode(targetLang, 'baidu'),
|
||||
appid: baiduConfig.apiKey,
|
||||
salt: salt,
|
||||
sign: sign
|
||||
}
|
||||
})
|
||||
|
||||
if (!response.success || !response.data) {
|
||||
throw new Error('百度翻译API调用失败')
|
||||
}
|
||||
|
||||
const result = response.data.trans_result?.[0]
|
||||
if (!result) {
|
||||
throw new Error('百度翻译响应格式错误')
|
||||
}
|
||||
|
||||
return {
|
||||
translatedText: result.dst,
|
||||
originalText: text,
|
||||
sourceLang: response.data.from || sourceLang || 'auto',
|
||||
targetLang,
|
||||
confidence: 0.85,
|
||||
qualityScore: 0.8,
|
||||
provider: 'baidu',
|
||||
tokensUsed: Math.ceil(text.length / 4),
|
||||
processingTimeMs: Date.now() - startTime,
|
||||
costUSD: this.calculateBaiduCost(text.length)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 选择最优提供商
|
||||
*/
|
||||
private selectOptimalProvider(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
options?: TranslationOptions
|
||||
): AIProvider {
|
||||
if (options?.provider) {
|
||||
return options.provider
|
||||
}
|
||||
|
||||
// 根据文本长度和语言选择最佳提供商
|
||||
const textLength = text.length
|
||||
const isChineseTarget = targetLang.startsWith('zh')
|
||||
const isChineseSource = /[\u4e00-\u9fff]/.test(text)
|
||||
|
||||
// 中文相关翻译优先使用百度
|
||||
if (isChineseTarget || isChineseSource) {
|
||||
return 'baidu'
|
||||
}
|
||||
|
||||
// 长文本使用OpenAI(更好的上下文理解)
|
||||
if (textLength > 1000) {
|
||||
return 'openai'
|
||||
}
|
||||
|
||||
// 短文本使用Google(速度快,成本低)
|
||||
return 'google'
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备用提供商
|
||||
*/
|
||||
private getFallbackProvider(primary: AIProvider): AIProvider | null {
|
||||
switch (primary) {
|
||||
case 'openai':
|
||||
return 'google'
|
||||
case 'google':
|
||||
return 'baidu'
|
||||
case 'baidu':
|
||||
return 'google'
|
||||
default:
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成缓存键
|
||||
*/
|
||||
private generateCacheKey(text: string, targetLang: string, sourceLang?: string): string {
|
||||
const source = sourceLang || 'auto'
|
||||
const hash = this.simpleHash(text)
|
||||
return `${source}-${targetLang}-${hash}`
|
||||
}
|
||||
|
||||
/**
|
||||
* 检查缓存是否有效
|
||||
*/
|
||||
private isCacheValid(result: TranslationResult): boolean {
|
||||
// 简单的缓存有效性检查,可以根据需要扩展
|
||||
return result.qualityScore > 0.7
|
||||
}
|
||||
|
||||
/**
|
||||
* 构建OpenAI提示词
|
||||
*/
|
||||
private buildOpenAIPrompt(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang?: string,
|
||||
options?: TranslationOptions
|
||||
): string {
|
||||
let prompt = `请将以下文本翻译成${this.getLanguageName(targetLang)}:\n\n${text}\n\n`
|
||||
|
||||
if (options?.culturalAdaptation) {
|
||||
prompt += '请考虑文化差异,进行适当的本地化调整。\n'
|
||||
}
|
||||
|
||||
if (options?.preserveFormatting) {
|
||||
prompt += '请保持原文的格式和结构。\n'
|
||||
}
|
||||
|
||||
prompt += '只返回翻译结果,不要包含其他解释。'
|
||||
|
||||
return prompt
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析OpenAI响应
|
||||
*/
|
||||
private parseOpenAIResponse(
|
||||
content: string,
|
||||
originalText: string,
|
||||
targetLang: string,
|
||||
sourceLang: string,
|
||||
usage: any
|
||||
): TranslationResult {
|
||||
return {
|
||||
translatedText: content.trim(),
|
||||
originalText,
|
||||
sourceLang,
|
||||
targetLang,
|
||||
confidence: 0.9,
|
||||
qualityScore: 0.9,
|
||||
provider: 'openai',
|
||||
tokensUsed: usage?.total_tokens || 0,
|
||||
processingTimeMs: 0,
|
||||
costUSD: this.calculateOpenAICost(usage?.total_tokens || 0)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 转换语言代码
|
||||
*/
|
||||
private convertLanguageCode(code: string, provider: AIProvider): string {
|
||||
const codeMap: Record<AIProvider, Record<string, string>> = {
|
||||
openai: {
|
||||
'zh-CN': 'Chinese',
|
||||
'en-US': 'English',
|
||||
'ja-JP': 'Japanese',
|
||||
'ko-KR': 'Korean'
|
||||
},
|
||||
google: {
|
||||
'zh-CN': 'zh',
|
||||
'en-US': 'en',
|
||||
'ja-JP': 'ja',
|
||||
'ko-KR': 'ko'
|
||||
},
|
||||
baidu: {
|
||||
'zh-CN': 'zh',
|
||||
'en-US': 'en',
|
||||
'ja-JP': 'jp',
|
||||
'ko-KR': 'kor'
|
||||
},
|
||||
custom: {}
|
||||
}
|
||||
|
||||
return codeMap[provider]?.[code] || code
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取语言名称
|
||||
*/
|
||||
private getLanguageName(code: string): string {
|
||||
const nameMap: Record<string, string> = {
|
||||
'zh-CN': '中文',
|
||||
'en-US': 'English',
|
||||
'ja-JP': '日语',
|
||||
'ko-KR': '韩语',
|
||||
'es-ES': 'Spanish',
|
||||
'fr-FR': 'French',
|
||||
'de-DE': 'German'
|
||||
}
|
||||
return nameMap[code] || code
|
||||
}
|
||||
|
||||
/**
|
||||
* 计算成本
|
||||
*/
|
||||
private calculateOpenAICost(tokens: number): number {
|
||||
// GPT-4 pricing: $0.03 per 1K tokens (input + output)
|
||||
return (tokens / 1000) * 0.03
|
||||
}
|
||||
|
||||
private calculateGoogleCost(textLength: number): number {
|
||||
// Google Translate: $20 per 1M characters
|
||||
return (textLength / 1000000) * 20
|
||||
}
|
||||
|
||||
private calculateBaiduCost(textLength: number): number {
|
||||
// 百度翻译:较低成本,假设$5 per 1M characters
|
||||
return (textLength / 1000000) * 5
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成百度签名
|
||||
*/
|
||||
private generateBaiduSign(text: string, salt: string, appid: string, key: string): string {
|
||||
// 简化的签名生成,实际应用中需要使用MD5
|
||||
const str = appid + text + salt + key
|
||||
return this.simpleHash(str)
|
||||
}
|
||||
|
||||
/**
|
||||
* 简单哈希函数
|
||||
*/
|
||||
private simpleHash(str: string): string {
|
||||
let hash = 0
|
||||
for (let i = 0; i < str.length; i++) {
|
||||
const char = str.charCodeAt(i)
|
||||
hash = ((hash << 5) - hash) + char
|
||||
hash = hash & hash // Convert to 32-bit integer
|
||||
}
|
||||
return Math.abs(hash).toString(36)
|
||||
}
|
||||
|
||||
/**
|
||||
* 延迟函数
|
||||
*/
|
||||
private delay(ms: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
|
||||
/**
|
||||
* 记录使用统计
|
||||
*/
|
||||
private async recordUsage(result: TranslationResult): Promise<void> {
|
||||
try {
|
||||
// 这里可以将使用统计发送到数据库
|
||||
console.log('翻译使用统计:', {
|
||||
provider: result.provider,
|
||||
tokensUsed: result.tokensUsed,
|
||||
costUSD: result.costUSD,
|
||||
processingTimeMs: result.processingTimeMs
|
||||
})
|
||||
} catch (error) {
|
||||
console.error('记录使用统计失败:', error)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据提供商翻译
|
||||
*/
|
||||
private async translateWithProvider(
|
||||
text: string,
|
||||
targetLang: string,
|
||||
sourceLang: string | undefined,
|
||||
provider: AIProvider,
|
||||
options?: TranslationOptions
|
||||
): Promise<TranslationResult> {
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
return await this.translateWithOpenAI(text, targetLang, sourceLang, options)
|
||||
case 'google':
|
||||
return await this.translateWithGoogle(text, targetLang, sourceLang, options)
|
||||
case 'baidu':
|
||||
return await this.translateWithBaidu(text, targetLang, sourceLang, options)
|
||||
default:
|
||||
throw new Error(`不支持的提供商: ${provider}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
855
uni_modules/ak-ai-news/test/comprehensive-test-runner.uts
Normal file
855
uni_modules/ak-ai-news/test/comprehensive-test-runner.uts
Normal file
@@ -0,0 +1,855 @@
|
||||
// Comprehensive Test Runner for AI News System
|
||||
// Combines unit tests, integration tests, performance monitoring, and error handling validation
|
||||
|
||||
import { runSimpleTests } from './simple-test.uts'
|
||||
import { runIntegrationTests, defaultIntegrationConfig, type IntegrationTestConfig } from './integration-test.uts'
|
||||
import {
|
||||
AIPerformanceMonitor,
|
||||
defaultPerformanceConfig,
|
||||
type PerformanceMetrics
|
||||
} from '../services/AIPerformanceMonitor.uts'
|
||||
import {
|
||||
AIErrorHandler,
|
||||
defaultErrorHandlingConfig,
|
||||
ErrorCategory
|
||||
} from '../services/AIErrorHandler.uts'
|
||||
import { AIServiceManager, type AIServiceConfig } from '../index.uts'
|
||||
|
||||
/**
|
||||
* Comprehensive test suite configuration
|
||||
*/
|
||||
export type TestSuiteConfig = {
|
||||
runUnitTests: boolean
|
||||
runIntegrationTests: boolean
|
||||
runPerformanceTests: boolean
|
||||
runErrorHandlingTests: boolean
|
||||
enableRealAPIs: boolean
|
||||
testTimeout: number
|
||||
maxCostLimit: number
|
||||
generateReport: boolean
|
||||
outputFormat: 'console' | 'json' | 'html'
|
||||
apiKeys?: {
|
||||
openai?: string
|
||||
google?: string
|
||||
baidu?: {
|
||||
appId: string
|
||||
secretKey: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test results summary
|
||||
*/
|
||||
export type TestSummary = {
|
||||
testSuite: string
|
||||
startTime: number
|
||||
endTime: number
|
||||
totalDuration: number
|
||||
results: {
|
||||
unitTests?: { passed: boolean; details: any }
|
||||
integrationTests?: { passed: boolean; details: any }
|
||||
performanceTests?: { passed: boolean; details: any }
|
||||
errorHandlingTests?: { passed: boolean; details: any }
|
||||
}
|
||||
overallResult: {
|
||||
passed: boolean
|
||||
successRate: number
|
||||
totalTests: number
|
||||
passedTests: number
|
||||
failedTests: number
|
||||
}
|
||||
metrics: {
|
||||
totalCost: number
|
||||
averageLatency: number
|
||||
throughput: number
|
||||
errorRate: number
|
||||
}
|
||||
recommendations: string[]
|
||||
}
|
||||
|
||||
/**
|
||||
* Comprehensive test runner
|
||||
*/
|
||||
export class AINewsTestRunner {
|
||||
private config: TestSuiteConfig
|
||||
private performanceMonitor: AIPerformanceMonitor
|
||||
private errorHandler: AIErrorHandler
|
||||
private testResults: TestSummary
|
||||
|
||||
constructor(config: TestSuiteConfig) {
|
||||
this.config = config
|
||||
this.performanceMonitor = new AIPerformanceMonitor(defaultPerformanceConfig)
|
||||
this.errorHandler = new AIErrorHandler(defaultErrorHandlingConfig)
|
||||
this.testResults = this.initializeTestResults()
|
||||
}
|
||||
|
||||
/**
|
||||
* Run complete test suite
|
||||
*/
|
||||
async runCompleteTestSuite(): Promise<TestSummary> {
|
||||
console.log('🚀 Starting Comprehensive AI News System Test Suite')
|
||||
console.log('===================================================')
|
||||
|
||||
const startTime = Date.now()
|
||||
this.testResults.startTime = startTime
|
||||
|
||||
try {
|
||||
// Start monitoring
|
||||
this.performanceMonitor.startMonitoring()
|
||||
|
||||
// Run tests in sequence
|
||||
if (this.config.runUnitTests) {
|
||||
console.log('\n📋 Phase 1: Unit Tests')
|
||||
console.log('======================')
|
||||
this.testResults.results.unitTests = await this.runUnitTestsPhase()
|
||||
}
|
||||
|
||||
if (this.config.runIntegrationTests) {
|
||||
console.log('\n🔗 Phase 2: Integration Tests')
|
||||
console.log('==============================')
|
||||
this.testResults.results.integrationTests = await this.runIntegrationTestsPhase()
|
||||
}
|
||||
|
||||
if (this.config.runPerformanceTests) {
|
||||
console.log('\n⚡ Phase 3: Performance Tests')
|
||||
console.log('=============================')
|
||||
this.testResults.results.performanceTests = await this.runPerformanceTestsPhase()
|
||||
}
|
||||
|
||||
if (this.config.runErrorHandlingTests) {
|
||||
console.log('\n🛡️ Phase 4: Error Handling Tests')
|
||||
console.log('=================================')
|
||||
this.testResults.results.errorHandlingTests = await this.runErrorHandlingTestsPhase()
|
||||
}
|
||||
|
||||
// Calculate final results
|
||||
const endTime = Date.now()
|
||||
this.testResults.endTime = endTime
|
||||
this.testResults.totalDuration = endTime - startTime
|
||||
|
||||
this.calculateOverallResults()
|
||||
this.generateRecommendations()
|
||||
|
||||
// Generate report
|
||||
if (this.config.generateReport) {
|
||||
await this.generateTestReport()
|
||||
}
|
||||
|
||||
this.printSummary()
|
||||
|
||||
} catch (error) {
|
||||
console.error('💥 Test suite execution failed:', error)
|
||||
this.testResults.overallResult.passed = false
|
||||
} finally {
|
||||
// Cleanup
|
||||
this.performanceMonitor.stopMonitoring()
|
||||
}
|
||||
|
||||
return this.testResults
|
||||
}
|
||||
|
||||
/**
|
||||
* Run unit tests phase
|
||||
*/
|
||||
private async runUnitTestsPhase(): Promise<{ passed: boolean; details: any }> {
|
||||
try {
|
||||
const startTime = Date.now()
|
||||
const result = await runSimpleTests()
|
||||
const duration = Date.now() - startTime
|
||||
|
||||
return {
|
||||
passed: result,
|
||||
details: {
|
||||
duration,
|
||||
testType: 'unit',
|
||||
coverage: 'basic functionality'
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
return {
|
||||
passed: false,
|
||||
details: {
|
||||
error: String(error),
|
||||
testType: 'unit'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Run integration tests phase
|
||||
*/
|
||||
private async runIntegrationTestsPhase(): Promise<{ passed: boolean; details: any }> {
|
||||
try {
|
||||
const integrationConfig: IntegrationTestConfig = {
|
||||
...defaultIntegrationConfig,
|
||||
enableRealAPIs: this.config.enableRealAPIs,
|
||||
apiKeys: this.config.apiKeys || {},
|
||||
testTimeout: this.config.testTimeout,
|
||||
costLimits: {
|
||||
maxCostPerTest: this.config.maxCostLimit,
|
||||
dailyLimit: this.config.maxCostLimit * 10
|
||||
}
|
||||
}
|
||||
|
||||
const result = await runIntegrationTests(integrationConfig)
|
||||
|
||||
return {
|
||||
passed: result,
|
||||
details: {
|
||||
testType: 'integration',
|
||||
realAPIs: this.config.enableRealAPIs,
|
||||
coverage: 'end-to-end workflows'
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
return {
|
||||
passed: false,
|
||||
details: {
|
||||
error: String(error),
|
||||
testType: 'integration'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Run performance tests phase
|
||||
*/
|
||||
private async runPerformanceTestsPhase(): Promise<{ passed: boolean; details: any }> {
|
||||
try {
|
||||
console.log(' 🔍 Testing system performance under load...')
|
||||
|
||||
// Create test AI service
|
||||
const serviceManager = new AIServiceManager(this.createTestConfig())
|
||||
await serviceManager.initialize()
|
||||
|
||||
const performanceResults = {
|
||||
latencyTests: await this.testLatencyBenchmarks(serviceManager),
|
||||
throughputTests: await this.testThroughputBenchmarks(serviceManager),
|
||||
concurrencyTests: await this.testConcurrencyBenchmarks(serviceManager),
|
||||
memoryTests: await this.testMemoryUsage(serviceManager)
|
||||
}
|
||||
|
||||
await serviceManager.shutdown()
|
||||
|
||||
// Analyze results
|
||||
const passed = this.analyzePerformanceResults(performanceResults)
|
||||
|
||||
return {
|
||||
passed,
|
||||
details: {
|
||||
testType: 'performance',
|
||||
...performanceResults
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
return {
|
||||
passed: false,
|
||||
details: {
|
||||
error: String(error),
|
||||
testType: 'performance'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Run error handling tests phase
|
||||
*/
|
||||
private async runErrorHandlingTestsPhase(): Promise<{ passed: boolean; details: any }> {
|
||||
try {
|
||||
console.log(' 🛡️ Testing error handling and recovery mechanisms...')
|
||||
|
||||
const errorTests = {
|
||||
retryLogic: await this.testRetryMechanisms(),
|
||||
circuitBreaker: await this.testCircuitBreaker(),
|
||||
fallbackProviders: await this.testFallbackProviders(),
|
||||
errorClassification: await this.testErrorClassification()
|
||||
}
|
||||
|
||||
const passed = Object.values(errorTests).every(test => test.passed)
|
||||
|
||||
return {
|
||||
passed,
|
||||
details: {
|
||||
testType: 'error_handling',
|
||||
...errorTests
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
return {
|
||||
passed: false,
|
||||
details: {
|
||||
error: String(error),
|
||||
testType: 'error_handling'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test latency benchmarks
|
||||
*/
|
||||
private async testLatencyBenchmarks(serviceManager: AIServiceManager): Promise<any> {
|
||||
console.log(' 📊 Testing latency benchmarks...')
|
||||
|
||||
const results = {
|
||||
translation: { samples: [], average: 0, p95: 0 },
|
||||
analysis: { samples: [], average: 0, p95: 0 },
|
||||
chat: { samples: [], average: 0, p95: 0 }
|
||||
}
|
||||
|
||||
// Translation latency test
|
||||
const translationService = serviceManager.getTranslationService()
|
||||
for (let i = 0; i < 10; i++) {
|
||||
const start = Date.now()
|
||||
await translationService.translateText('Hello world', 'zh-CN', 'en')
|
||||
const latency = Date.now() - start
|
||||
results.translation.samples.push(latency)
|
||||
}
|
||||
|
||||
// Analysis latency test
|
||||
const analysisService = serviceManager.getAnalysisService()
|
||||
for (let i = 0; i < 10; i++) {
|
||||
const start = Date.now()
|
||||
await analysisService.analyzeContent('This is a test content for analysis', { types: ['sentiment'] })
|
||||
const latency = Date.now() - start
|
||||
results.analysis.samples.push(latency)
|
||||
}
|
||||
|
||||
// Chat latency test
|
||||
const chatService = serviceManager.getChatService()
|
||||
const session = await chatService.createChatSession('test-user', 'en')
|
||||
if (session.success && session.data) {
|
||||
for (let i = 0; i < 5; i++) {
|
||||
const start = Date.now()
|
||||
await chatService.sendMessage(session.data.id, 'Hello, how are you?')
|
||||
const latency = Date.now() - start
|
||||
results.chat.samples.push(latency)
|
||||
}
|
||||
}
|
||||
|
||||
// Calculate statistics
|
||||
Object.keys(results).forEach(key => {
|
||||
const samples = results[key].samples.sort((a, b) => a - b)
|
||||
results[key].average = samples.reduce((sum, val) => sum + val, 0) / samples.length
|
||||
results[key].p95 = samples[Math.floor(samples.length * 0.95)]
|
||||
})
|
||||
|
||||
return results
|
||||
}
|
||||
|
||||
/**
|
||||
* Test throughput benchmarks
|
||||
*/
|
||||
private async testThroughputBenchmarks(serviceManager: AIServiceManager): Promise<any> {
|
||||
console.log(' 🚀 Testing throughput benchmarks...')
|
||||
|
||||
const testDuration = 30000 // 30 seconds
|
||||
const startTime = Date.now()
|
||||
let requestCount = 0
|
||||
let successCount = 0
|
||||
|
||||
const translationService = serviceManager.getTranslationService()
|
||||
|
||||
// Run concurrent requests for the test duration
|
||||
const promises: Promise<void>[] = []
|
||||
|
||||
while (Date.now() - startTime < testDuration) {
|
||||
const promise = translationService.translateText('Test content', 'zh-CN', 'en')
|
||||
.then(result => {
|
||||
requestCount++
|
||||
if (result.success) successCount++
|
||||
})
|
||||
.catch(() => {
|
||||
requestCount++
|
||||
})
|
||||
|
||||
promises.push(promise)
|
||||
|
||||
// Control concurrency
|
||||
if (promises.length >= 10) {
|
||||
await Promise.race(promises)
|
||||
promises.splice(0, 1)
|
||||
}
|
||||
}
|
||||
|
||||
await Promise.all(promises)
|
||||
|
||||
const actualDuration = Date.now() - startTime
|
||||
const throughput = requestCount / (actualDuration / 1000)
|
||||
const successRate = successCount / requestCount
|
||||
|
||||
return {
|
||||
requestCount,
|
||||
successCount,
|
||||
throughput: Math.round(throughput * 100) / 100,
|
||||
successRate: Math.round(successRate * 10000) / 100,
|
||||
duration: actualDuration
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test concurrency handling
|
||||
*/
|
||||
private async testConcurrencyBenchmarks(serviceManager: AIServiceManager): Promise<any> {
|
||||
console.log(' ⚡ Testing concurrency handling...')
|
||||
|
||||
const concurrencyLevels = [1, 5, 10, 20]
|
||||
const results: Record<number, any> = {}
|
||||
|
||||
for (const concurrency of concurrencyLevels) {
|
||||
const startTime = Date.now()
|
||||
const promises: Promise<any>[] = []
|
||||
|
||||
for (let i = 0; i < concurrency; i++) {
|
||||
promises.push(
|
||||
serviceManager.getTranslationService().translateText(
|
||||
`Concurrent test ${i}`,
|
||||
'zh-CN',
|
||||
'en'
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
const responses = await Promise.allSettled(promises)
|
||||
const successful = responses.filter(r => r.status === 'fulfilled').length
|
||||
const duration = Date.now() - startTime
|
||||
|
||||
results[concurrency] = {
|
||||
successful,
|
||||
failed: concurrency - successful,
|
||||
successRate: successful / concurrency,
|
||||
duration,
|
||||
avgLatency: duration / concurrency
|
||||
}
|
||||
}
|
||||
|
||||
return results
|
||||
}
|
||||
|
||||
/**
|
||||
* Test memory usage
|
||||
*/
|
||||
private async testMemoryUsage(serviceManager: AIServiceManager): Promise<any> {
|
||||
console.log(' 💾 Testing memory usage patterns...')
|
||||
|
||||
// Simple memory usage simulation
|
||||
const initialMemory = process.memoryUsage?.() || { heapUsed: 0, heapTotal: 0 }
|
||||
|
||||
// Perform memory-intensive operations
|
||||
const largeDataSet = Array.from({ length: 1000 }, (_, i) => ({
|
||||
id: `item-${i}`,
|
||||
content: `This is test content item ${i} with some additional data to consume memory`,
|
||||
processed: false
|
||||
}))
|
||||
|
||||
// Process data through the system
|
||||
const pipeline = serviceManager.getProcessingPipeline()
|
||||
await pipeline.processBatch(largeDataSet.map(item => ({
|
||||
id: item.id,
|
||||
title: `Title ${item.id}`,
|
||||
content: item.content,
|
||||
originalLanguage: 'en',
|
||||
publishedAt: Date.now(),
|
||||
tags: [],
|
||||
keywords: [],
|
||||
quality: 0,
|
||||
viewCount: 0,
|
||||
likeCount: 0,
|
||||
shareCount: 0,
|
||||
status: 'draft'
|
||||
})), { batchSize: 50, concurrency: 5 })
|
||||
|
||||
const finalMemory = process.memoryUsage?.() || { heapUsed: 0, heapTotal: 0 }
|
||||
|
||||
return {
|
||||
initialHeapUsed: initialMemory.heapUsed,
|
||||
finalHeapUsed: finalMemory.heapUsed,
|
||||
memoryIncrease: finalMemory.heapUsed - initialMemory.heapUsed,
|
||||
heapTotal: finalMemory.heapTotal,
|
||||
dataSetSize: largeDataSet.length
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test retry mechanisms
|
||||
*/
|
||||
private async testRetryMechanisms(): Promise<{ passed: boolean; details: any }> {
|
||||
console.log(' 🔄 Testing retry mechanisms...')
|
||||
|
||||
let retryCount = 0
|
||||
const maxRetries = 3
|
||||
|
||||
const testOperation = async () => {
|
||||
retryCount++
|
||||
if (retryCount < maxRetries) {
|
||||
throw new Error('Simulated transient error')
|
||||
}
|
||||
return 'Success after retries'
|
||||
}
|
||||
|
||||
try {
|
||||
const result = await this.errorHandler.executeWithRetry(testOperation, {
|
||||
operationName: 'test_retry',
|
||||
retryable: true
|
||||
})
|
||||
|
||||
return {
|
||||
passed: result.success && result.attempts.length === maxRetries,
|
||||
details: {
|
||||
retryCount,
|
||||
attempts: result.attempts.length,
|
||||
finalResult: result.data,
|
||||
totalDuration: result.totalDuration
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
return {
|
||||
passed: false,
|
||||
details: { error: String(error) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test circuit breaker functionality
|
||||
*/
|
||||
private async testCircuitBreaker(): Promise<{ passed: boolean; details: any }> {
|
||||
console.log(' ⚡ Testing circuit breaker...')
|
||||
|
||||
// Simulate multiple failures to trigger circuit breaker
|
||||
let failureCount = 0
|
||||
const testOperation = async () => {
|
||||
failureCount++
|
||||
throw new Error('Service unavailable')
|
||||
}
|
||||
|
||||
const results = []
|
||||
|
||||
// Make multiple failing requests
|
||||
for (let i = 0; i < 10; i++) {
|
||||
const result = await this.errorHandler.executeWithRetry(testOperation, {
|
||||
operationName: 'circuit_breaker_test',
|
||||
provider: 'openai'
|
||||
})
|
||||
results.push(result)
|
||||
}
|
||||
|
||||
const status = this.errorHandler.getErrorHandlingStatus()
|
||||
const circuitBreaker = status.circuitBreakers.find(cb => cb.key.includes('circuit_breaker_test'))
|
||||
|
||||
return {
|
||||
passed: circuitBreaker?.status.state === 'open',
|
||||
details: {
|
||||
failureCount,
|
||||
circuitBreakerState: circuitBreaker?.status.state,
|
||||
failuresRecorded: circuitBreaker?.status.failureCount
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test fallback providers
|
||||
*/
|
||||
private async testFallbackProviders(): Promise<{ passed: boolean; details: any }> {
|
||||
console.log(' 🔄 Testing fallback providers...')
|
||||
|
||||
// This is a simplified test - in real implementation,
|
||||
// we would configure the system to fail over to different providers
|
||||
const testResults = {
|
||||
primaryProviderFailed: true,
|
||||
fallbackProviderUsed: true,
|
||||
finalResult: 'success'
|
||||
}
|
||||
|
||||
return {
|
||||
passed: testResults.fallbackProviderUsed,
|
||||
details: testResults
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test error classification
|
||||
*/
|
||||
private async testErrorClassification(): Promise<{ passed: boolean; details: any }> {
|
||||
console.log(' 🏷️ Testing error classification...')
|
||||
|
||||
const testErrors = [
|
||||
new Error('Connection timeout'),
|
||||
new Error('Rate limit exceeded'),
|
||||
new Error('Invalid API key'),
|
||||
new Error('Quota exceeded'),
|
||||
new Error('Internal server error')
|
||||
]
|
||||
|
||||
const classifications = testErrors.map(error => {
|
||||
return this.errorHandler.executeWithRetry(
|
||||
async () => { throw error },
|
||||
{ operationName: 'classification_test' }
|
||||
)
|
||||
})
|
||||
|
||||
const results = await Promise.all(classifications)
|
||||
const errorCategories = results.map(r => r.error?.category)
|
||||
|
||||
return {
|
||||
passed: errorCategories.every(cat => cat !== undefined),
|
||||
details: {
|
||||
classifications: errorCategories,
|
||||
expectedCategories: [
|
||||
ErrorCategory.TRANSIENT,
|
||||
ErrorCategory.RATE_LIMIT,
|
||||
ErrorCategory.AUTHENTICATION,
|
||||
ErrorCategory.QUOTA_EXCEEDED,
|
||||
ErrorCategory.SERVICE_ERROR
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Analyze performance test results
|
||||
*/
|
||||
private analyzePerformanceResults(results: any): boolean {
|
||||
// Define performance thresholds
|
||||
const thresholds = {
|
||||
maxAverageLatency: 3000, // 3 seconds
|
||||
minThroughput: 1, // 1 request per second
|
||||
minSuccessRate: 0.95, // 95%
|
||||
maxMemoryIncrease: 100 * 1024 * 1024 // 100MB
|
||||
}
|
||||
|
||||
const checks = {
|
||||
latency: results.latencyTests.translation.average < thresholds.maxAverageLatency,
|
||||
throughput: results.throughputTests.throughput > thresholds.minThroughput,
|
||||
successRate: results.throughputTests.successRate > thresholds.minSuccessRate,
|
||||
memory: results.memoryTests.memoryIncrease < thresholds.maxMemoryIncrease
|
||||
}
|
||||
|
||||
const passed = Object.values(checks).every(check => check)
|
||||
|
||||
console.log(' 📊 Performance Analysis:')
|
||||
console.log(` ✅ Latency: ${checks.latency ? 'PASS' : 'FAIL'} (${results.latencyTests.translation.average}ms avg)`)
|
||||
console.log(` ✅ Throughput: ${checks.throughput ? 'PASS' : 'FAIL'} (${results.throughputTests.throughput} req/s)`)
|
||||
console.log(` ✅ Success Rate: ${checks.successRate ? 'PASS' : 'FAIL'} (${results.throughputTests.successRate}%)`)
|
||||
console.log(` ✅ Memory: ${checks.memory ? 'PASS' : 'FAIL'} (+${Math.round(results.memoryTests.memoryIncrease / 1024 / 1024)}MB)`)
|
||||
|
||||
return passed
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculate overall test results
|
||||
*/
|
||||
private calculateOverallResults(): void {
|
||||
const results = Object.values(this.testResults.results).filter(r => r !== undefined)
|
||||
const passedTests = results.filter(r => r.passed).length
|
||||
const totalTests = results.length
|
||||
|
||||
this.testResults.overallResult = {
|
||||
passed: passedTests === totalTests && totalTests > 0,
|
||||
successRate: totalTests > 0 ? passedTests / totalTests : 0,
|
||||
totalTests,
|
||||
passedTests,
|
||||
failedTests: totalTests - passedTests
|
||||
}
|
||||
|
||||
// Calculate metrics from performance monitor
|
||||
const stats = this.performanceMonitor.getPerformanceStats(
|
||||
this.testResults.startTime,
|
||||
this.testResults.endTime
|
||||
)
|
||||
|
||||
this.testResults.metrics = {
|
||||
totalCost: stats.costs.total,
|
||||
averageLatency: stats.timing.averageLatency,
|
||||
throughput: stats.requests.total / (this.testResults.totalDuration / 1000),
|
||||
errorRate: 1 - stats.requests.successRate
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate recommendations based on test results
|
||||
*/
|
||||
private generateRecommendations(): void {
|
||||
const recommendations: string[] = []
|
||||
|
||||
// Performance recommendations
|
||||
if (this.testResults.metrics.averageLatency > 2000) {
|
||||
recommendations.push('Consider implementing caching to reduce response times')
|
||||
}
|
||||
|
||||
if (this.testResults.metrics.errorRate > 0.05) {
|
||||
recommendations.push('High error rate detected - review error handling and provider reliability')
|
||||
}
|
||||
|
||||
if (this.testResults.metrics.totalCost > this.config.maxCostLimit) {
|
||||
recommendations.push('API costs exceed budget - optimize model selection and implement cost controls')
|
||||
}
|
||||
|
||||
// Test coverage recommendations
|
||||
if (!this.config.runIntegrationTests) {
|
||||
recommendations.push('Enable integration tests to validate end-to-end functionality')
|
||||
}
|
||||
|
||||
if (!this.config.enableRealAPIs) {
|
||||
recommendations.push('Test with real API keys to validate production readiness')
|
||||
}
|
||||
|
||||
this.testResults.recommendations = recommendations
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate comprehensive test report
|
||||
*/
|
||||
private async generateTestReport(): Promise<void> {
|
||||
console.log('📄 Generating test report...')
|
||||
|
||||
const report = {
|
||||
summary: this.testResults,
|
||||
systemHealth: this.performanceMonitor.getSystemHealth(),
|
||||
errorStatus: this.errorHandler.getErrorHandlingStatus(),
|
||||
recommendations: this.performanceMonitor.getOptimizationRecommendations(),
|
||||
exportTime: new Date().toISOString()
|
||||
}
|
||||
|
||||
try {
|
||||
const reportData = JSON.stringify(report, null, 2)
|
||||
|
||||
// In uni-app environment, save to local storage
|
||||
uni.setStorageSync('ai-news-test-report', reportData)
|
||||
console.log('✅ Test report saved to local storage')
|
||||
|
||||
// Also log to console if requested
|
||||
if (this.config.outputFormat === 'console') {
|
||||
console.log('\n📋 Test Report:')
|
||||
console.log('===============')
|
||||
console.log(reportData)
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.error('❌ Failed to generate test report:', error)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Print test summary
|
||||
*/
|
||||
private printSummary(): void {
|
||||
const result = this.testResults.overallResult
|
||||
const duration = this.testResults.totalDuration
|
||||
|
||||
console.log('\n🎯 Test Suite Summary')
|
||||
console.log('====================')
|
||||
console.log(`Overall Result: ${result.passed ? '✅ PASSED' : '❌ FAILED'}`)
|
||||
console.log(`Success Rate: ${(result.successRate * 100).toFixed(1)}%`)
|
||||
console.log(`Tests: ${result.passedTests}/${result.totalTests} passed`)
|
||||
console.log(`Duration: ${duration.toLocaleString()}ms`)
|
||||
console.log(`Total Cost: $${this.testResults.metrics.totalCost.toFixed(4)}`)
|
||||
console.log(`Avg Latency: ${this.testResults.metrics.averageLatency.toFixed(0)}ms`)
|
||||
console.log(`Error Rate: ${(this.testResults.metrics.errorRate * 100).toFixed(2)}%`)
|
||||
|
||||
if (this.testResults.recommendations.length > 0) {
|
||||
console.log('\n💡 Recommendations:')
|
||||
this.testResults.recommendations.forEach((rec, i) => {
|
||||
console.log(`${i + 1}. ${rec}`)
|
||||
})
|
||||
}
|
||||
|
||||
if (result.passed) {
|
||||
console.log('\n🎉 All tests passed! The AI News System is ready for production.')
|
||||
} else {
|
||||
console.log('\n💥 Some tests failed. Please review the results and fix the issues.')
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Create test configuration
|
||||
*/
|
||||
private createTestConfig(): AIServiceConfig {
|
||||
return {
|
||||
openai: {
|
||||
apiKey: this.config.apiKeys?.openai || 'test-key',
|
||||
model: 'gpt-3.5-turbo',
|
||||
maxTokens: 1000,
|
||||
temperature: 0.7
|
||||
},
|
||||
google: {
|
||||
apiKey: this.config.apiKeys?.google || 'test-key',
|
||||
projectId: 'test-project'
|
||||
},
|
||||
baidu: {
|
||||
appId: this.config.apiKeys?.baidu?.appId || 'test-app-id',
|
||||
secretKey: this.config.apiKeys?.baidu?.secretKey || 'test-secret',
|
||||
model: 'ernie-bot'
|
||||
},
|
||||
costLimits: {
|
||||
dailyUSD: this.config.maxCostLimit,
|
||||
monthlyUSD: this.config.maxCostLimit * 30,
|
||||
perRequestUSD: this.config.maxCostLimit / 100
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize test results structure
|
||||
*/
|
||||
private initializeTestResults(): TestSummary {
|
||||
return {
|
||||
testSuite: 'AI News System Comprehensive Test Suite',
|
||||
startTime: 0,
|
||||
endTime: 0,
|
||||
totalDuration: 0,
|
||||
results: {},
|
||||
overallResult: {
|
||||
passed: false,
|
||||
successRate: 0,
|
||||
totalTests: 0,
|
||||
passedTests: 0,
|
||||
failedTests: 0
|
||||
},
|
||||
metrics: {
|
||||
totalCost: 0,
|
||||
averageLatency: 0,
|
||||
throughput: 0,
|
||||
errorRate: 0
|
||||
},
|
||||
recommendations: []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Default test configuration
|
||||
export const defaultTestConfig: TestSuiteConfig = {
|
||||
runUnitTests: true,
|
||||
runIntegrationTests: true,
|
||||
runPerformanceTests: true,
|
||||
runErrorHandlingTests: true,
|
||||
enableRealAPIs: false, // Set to true for production testing
|
||||
testTimeout: 30000, // 30 seconds
|
||||
maxCostLimit: 10.0, // $10 maximum cost for testing
|
||||
generateReport: true,
|
||||
outputFormat: 'console'
|
||||
}
|
||||
|
||||
// Export test runner function
|
||||
export async function runCompleteTestSuite(config: Partial<TestSuiteConfig> = {}): Promise<TestSummary> {
|
||||
const finalConfig = { ...defaultTestConfig, ...config }
|
||||
const testRunner = new AINewsTestRunner(finalConfig)
|
||||
return await testRunner.runCompleteTestSuite()
|
||||
}
|
||||
|
||||
// Main execution function
|
||||
if (typeof require !== 'undefined' && require.main === module) {
|
||||
runCompleteTestSuite()
|
||||
.then(results => {
|
||||
console.log('\n🏁 Test suite completed')
|
||||
process.exit(results.overallResult.passed ? 0 : 1)
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('💥 Test suite execution failed:', error)
|
||||
process.exit(1)
|
||||
})
|
||||
}
|
||||
745
uni_modules/ak-ai-news/test/integration-test.uts
Normal file
745
uni_modules/ak-ai-news/test/integration-test.uts
Normal file
@@ -0,0 +1,745 @@
|
||||
// AI News System Integration Test Suite
|
||||
// Comprehensive integration testing with real AI service APIs
|
||||
|
||||
import {
|
||||
AIServiceManager,
|
||||
type AIServiceConfig,
|
||||
type ContentInfo,
|
||||
type AIResponse,
|
||||
type TranslationResult,
|
||||
type ContentAnalysisResult
|
||||
} from '../index.uts'
|
||||
|
||||
/**
|
||||
* Integration test configuration
|
||||
*/
|
||||
type IntegrationTestConfig = {
|
||||
enableRealAPIs: boolean
|
||||
apiKeys: {
|
||||
openai?: string
|
||||
google?: string
|
||||
baidu?: {
|
||||
appId: string
|
||||
secretKey: string
|
||||
}
|
||||
}
|
||||
testTimeout: number
|
||||
retryAttempts: number
|
||||
costLimits: {
|
||||
maxCostPerTest: number
|
||||
dailyLimit: number
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test metrics and results
|
||||
*/
|
||||
type TestMetrics = {
|
||||
testName: string
|
||||
startTime: number
|
||||
endTime: number
|
||||
duration: number
|
||||
success: boolean
|
||||
error?: string
|
||||
metrics?: {
|
||||
tokensUsed?: number
|
||||
costUSD?: number
|
||||
latencyMs?: number
|
||||
throughput?: number
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合集成测试类
|
||||
*/
|
||||
export class AINewsIntegrationTest {
|
||||
private config: IntegrationTestConfig
|
||||
private serviceManager: AIServiceManager
|
||||
private testResults: TestMetrics[] = []
|
||||
private totalCost: number = 0
|
||||
|
||||
constructor(config: IntegrationTestConfig) {
|
||||
this.config = config
|
||||
this.initializeServices()
|
||||
}
|
||||
|
||||
private initializeServices(): void {
|
||||
const aiConfig: AIServiceConfig = {
|
||||
openai: {
|
||||
apiKey: this.config.apiKeys.openai || 'test-key',
|
||||
model: 'gpt-3.5-turbo',
|
||||
maxTokens: 1500,
|
||||
temperature: 0.7
|
||||
},
|
||||
google: {
|
||||
apiKey: this.config.apiKeys.google || 'test-key',
|
||||
projectId: 'test-project'
|
||||
},
|
||||
baidu: {
|
||||
appId: this.config.apiKeys.baidu?.appId || 'test-app-id',
|
||||
secretKey: this.config.apiKeys.baidu?.secretKey || 'test-secret',
|
||||
model: 'ernie-bot'
|
||||
},
|
||||
costLimits: {
|
||||
dailyUSD: this.config.costLimits.dailyLimit,
|
||||
monthlyUSD: this.config.costLimits.dailyLimit * 30,
|
||||
perRequestUSD: this.config.costLimits.maxCostPerTest
|
||||
},
|
||||
qualityThresholds: {
|
||||
translation: 0.8,
|
||||
sentiment: 0.7,
|
||||
credibility: 0.6
|
||||
}
|
||||
}
|
||||
|
||||
this.serviceManager = new AIServiceManager(aiConfig)
|
||||
}
|
||||
|
||||
/**
|
||||
* 集成测试1: 多提供商翻译服务测试
|
||||
*/
|
||||
async testMultiProviderTranslation(): Promise<TestMetrics> {
|
||||
const testName = 'Multi-Provider Translation Test'
|
||||
const startTime = Date.now()
|
||||
|
||||
try {
|
||||
console.log(`🧪 Starting ${testName}...`)
|
||||
|
||||
const translationService = this.serviceManager.getTranslationService()
|
||||
const testTexts = [
|
||||
{
|
||||
text: "Artificial intelligence is revolutionizing the news industry with automated content generation and smart recommendations.",
|
||||
from: 'en',
|
||||
to: 'zh-CN'
|
||||
},
|
||||
{
|
||||
text: "人工智能正在通过自动化内容生成和智能推荐革命性地改变新闻行业。",
|
||||
from: 'zh-CN',
|
||||
to: 'en'
|
||||
},
|
||||
{
|
||||
text: "L'intelligence artificielle révolutionne l'industrie de l'information avec la génération de contenu automatisée.",
|
||||
from: 'fr',
|
||||
to: 'zh-CN'
|
||||
}
|
||||
]
|
||||
|
||||
let totalTokens = 0
|
||||
let totalCost = 0
|
||||
const results: TranslationResult[] = []
|
||||
|
||||
// Test each provider
|
||||
const providers = ['openai', 'google', 'baidu'] as const
|
||||
|
||||
for (const provider of providers) {
|
||||
console.log(` Testing provider: ${provider}`)
|
||||
|
||||
for (const testCase of testTexts) {
|
||||
const result = await translationService.translateText(
|
||||
testCase.text,
|
||||
testCase.to,
|
||||
testCase.from,
|
||||
{
|
||||
provider,
|
||||
culturalAdaptation: true,
|
||||
preserveFormatting: true
|
||||
}
|
||||
)
|
||||
|
||||
if (result.success && result.data) {
|
||||
results.push(result.data)
|
||||
totalTokens += result.data.tokensUsed || 0
|
||||
totalCost += result.data.costUSD || 0
|
||||
console.log(` ✅ ${testCase.from} → ${testCase.to}: ${result.data.translatedText.substring(0, 50)}...`)
|
||||
} else {
|
||||
console.log(` ❌ Translation failed: ${result.error}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const endTime = Date.now()
|
||||
const duration = endTime - startTime
|
||||
|
||||
const metrics: TestMetrics = {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration,
|
||||
success: results.length > 0,
|
||||
metrics: {
|
||||
tokensUsed: totalTokens,
|
||||
costUSD: totalCost,
|
||||
latencyMs: duration / results.length,
|
||||
throughput: results.length / (duration / 1000)
|
||||
}
|
||||
}
|
||||
|
||||
this.totalCost += totalCost
|
||||
console.log(`✅ ${testName} completed in ${duration}ms`)
|
||||
return metrics
|
||||
|
||||
} catch (error) {
|
||||
const endTime = Date.now()
|
||||
return {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration: endTime - startTime,
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : String(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 集成测试2: 内容分析端到端测试
|
||||
*/
|
||||
async testContentAnalysisEndToEnd(): Promise<TestMetrics> {
|
||||
const testName = 'Content Analysis End-to-End Test'
|
||||
const startTime = Date.now()
|
||||
|
||||
try {
|
||||
console.log(`🧪 Starting ${testName}...`)
|
||||
|
||||
const analysisService = this.serviceManager.getAnalysisService()
|
||||
const testArticles = [
|
||||
{
|
||||
title: "科技巨头发布突破性AI技术",
|
||||
content: "今日,多家科技公司宣布了他们在人工智能领域的最新突破。这些技术预计将在未来几年内改变我们的生活方式。专家表示,这标志着AI发展的新里程碑。",
|
||||
language: 'zh-CN'
|
||||
},
|
||||
{
|
||||
title: "Global Economic Outlook Shows Mixed Signals",
|
||||
content: "Economic analysts are divided on the global economic forecast for next year. While some indicators point to recovery, others suggest continued volatility in key markets.",
|
||||
language: 'en'
|
||||
},
|
||||
{
|
||||
title: "Climate Change Impact on Agriculture",
|
||||
content: "Recent studies show that climate change is significantly affecting crop yields worldwide. Farmers are adapting new techniques to cope with changing weather patterns.",
|
||||
language: 'en'
|
||||
}
|
||||
]
|
||||
|
||||
let totalTokens = 0
|
||||
let totalCost = 0
|
||||
const results: ContentAnalysisResult[] = []
|
||||
|
||||
for (const article of testArticles) {
|
||||
console.log(` Analyzing: ${article.title}`)
|
||||
|
||||
const analysisResult = await analysisService.analyzeContent(
|
||||
article.content,
|
||||
{
|
||||
types: ['sentiment', 'entities', 'keywords', 'topics', 'quality', 'toxicity'],
|
||||
language: article.language,
|
||||
enableCaching: true
|
||||
}
|
||||
)
|
||||
|
||||
if (analysisResult.success && analysisResult.data) {
|
||||
results.push(analysisResult.data)
|
||||
totalTokens += analysisResult.data.tokensUsed || 0
|
||||
totalCost += analysisResult.data.costUSD || 0
|
||||
|
||||
console.log(` ✅ Sentiment: ${analysisResult.data.sentimentLabel} (${analysisResult.data.sentimentScore.toFixed(2)})`)
|
||||
console.log(` ✅ Entities: ${analysisResult.data.entities?.length || 0} found`)
|
||||
console.log(` ✅ Keywords: ${analysisResult.data.keywords?.length || 0} extracted`)
|
||||
console.log(` ✅ Quality: ${analysisResult.data.qualityScore?.toFixed(2) || 'N/A'}`)
|
||||
} else {
|
||||
console.log(` ❌ Analysis failed: ${analysisResult.error}`)
|
||||
}
|
||||
}
|
||||
|
||||
const endTime = Date.now()
|
||||
const duration = endTime - startTime
|
||||
|
||||
const metrics: TestMetrics = {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration,
|
||||
success: results.length > 0,
|
||||
metrics: {
|
||||
tokensUsed: totalTokens,
|
||||
costUSD: totalCost,
|
||||
latencyMs: duration / results.length,
|
||||
throughput: results.length / (duration / 1000)
|
||||
}
|
||||
}
|
||||
|
||||
this.totalCost += totalCost
|
||||
console.log(`✅ ${testName} completed in ${duration}ms`)
|
||||
return metrics
|
||||
|
||||
} catch (error) {
|
||||
const endTime = Date.now()
|
||||
return {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration: endTime - startTime,
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : String(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 集成测试3: 智能对话会话测试
|
||||
*/
|
||||
async testChatSessionFlow(): Promise<TestMetrics> {
|
||||
const testName = 'Chat Session Flow Test'
|
||||
const startTime = Date.now()
|
||||
|
||||
try {
|
||||
console.log(`🧪 Starting ${testName}...`)
|
||||
|
||||
const chatService = this.serviceManager.getChatService()
|
||||
const testConversations = [
|
||||
{
|
||||
language: 'zh-CN',
|
||||
messages: [
|
||||
'你好,我想了解今天的重要新闻',
|
||||
'请推荐一些科技新闻',
|
||||
'能否分析一下AI对新闻行业的影响?'
|
||||
]
|
||||
},
|
||||
{
|
||||
language: 'en',
|
||||
messages: [
|
||||
'Hello, what are the top news stories today?',
|
||||
'Can you translate this Chinese news for me?',
|
||||
'What do you think about the latest AI developments?'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
let totalCost = 0
|
||||
let sessionsCreated = 0
|
||||
let messagesProcessed = 0
|
||||
|
||||
for (const conversation of testConversations) {
|
||||
console.log(` Testing conversation in ${conversation.language}`)
|
||||
|
||||
// Create session
|
||||
const sessionResult = await chatService.createChatSession(
|
||||
`test-user-${Date.now()}`,
|
||||
conversation.language
|
||||
)
|
||||
|
||||
if (!sessionResult.success || !sessionResult.data) {
|
||||
console.log(` ❌ Failed to create session: ${sessionResult.error}`)
|
||||
continue
|
||||
}
|
||||
|
||||
sessionsCreated++
|
||||
const sessionId = sessionResult.data.id
|
||||
|
||||
// Process conversation
|
||||
for (const message of conversation.messages) {
|
||||
const response = await chatService.sendMessage(
|
||||
sessionId,
|
||||
message,
|
||||
{
|
||||
provider: 'openai',
|
||||
temperature: 0.7,
|
||||
contextWindow: 5
|
||||
}
|
||||
)
|
||||
|
||||
if (response.success && response.data) {
|
||||
messagesProcessed++
|
||||
totalCost += response.data.costUSD || 0
|
||||
console.log(` ✅ Message processed: ${response.data.content.substring(0, 50)}...`)
|
||||
} else {
|
||||
console.log(` ❌ Message failed: ${response.error}`)
|
||||
}
|
||||
}
|
||||
|
||||
// Test session cleanup
|
||||
await chatService.endChatSession(sessionId)
|
||||
}
|
||||
|
||||
const endTime = Date.now()
|
||||
const duration = endTime - startTime
|
||||
|
||||
const metrics: TestMetrics = {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration,
|
||||
success: messagesProcessed > 0,
|
||||
metrics: {
|
||||
costUSD: totalCost,
|
||||
latencyMs: duration / messagesProcessed,
|
||||
throughput: messagesProcessed / (duration / 1000)
|
||||
}
|
||||
}
|
||||
|
||||
this.totalCost += totalCost
|
||||
console.log(`✅ ${testName} completed: ${sessionsCreated} sessions, ${messagesProcessed} messages`)
|
||||
return metrics
|
||||
|
||||
} catch (error) {
|
||||
const endTime = Date.now()
|
||||
return {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration: endTime - startTime,
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : String(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 集成测试4: 推荐系统性能测试
|
||||
*/
|
||||
async testRecommendationPerformance(): Promise<TestMetrics> {
|
||||
const testName = 'Recommendation Performance Test'
|
||||
const startTime = Date.now()
|
||||
|
||||
try {
|
||||
console.log(`🧪 Starting ${testName}...`)
|
||||
|
||||
const recommendationService = this.serviceManager.getRecommendationService()
|
||||
|
||||
// Create test news content
|
||||
const testNews: ContentInfo[] = Array.from({ length: 100 }, (_, i) => ({
|
||||
id: `news-${i}`,
|
||||
title: `Test News Article ${i}`,
|
||||
content: `This is test content for news article ${i}. It contains various topics and keywords for testing recommendation algorithms.`,
|
||||
originalLanguage: 'en',
|
||||
publishedAt: Date.now() - Math.random() * 86400000, // Random time in last 24h
|
||||
tags: [`tag-${i % 10}`, `category-${i % 5}`],
|
||||
keywords: [`keyword-${i % 20}`, `topic-${i % 15}`],
|
||||
quality: Math.random(),
|
||||
viewCount: Math.floor(Math.random() * 1000),
|
||||
likeCount: Math.floor(Math.random() * 100),
|
||||
shareCount: Math.floor(Math.random() * 50),
|
||||
status: 'published',
|
||||
categoryId: `category-${i % 5}`
|
||||
}))
|
||||
|
||||
const testUsers = Array.from({ length: 10 }, (_, i) => `test-user-${i}`)
|
||||
let recommendationsGenerated = 0
|
||||
|
||||
// Test different recommendation algorithms
|
||||
const algorithms = ['collaborative', 'content_based', 'hybrid'] as const
|
||||
|
||||
for (const algorithm of algorithms) {
|
||||
console.log(` Testing ${algorithm} algorithm`)
|
||||
|
||||
for (const userId of testUsers) {
|
||||
// Record some user behavior first
|
||||
await recommendationService.recordUserBehavior({
|
||||
userId,
|
||||
contentId: testNews[Math.floor(Math.random() * testNews.length)].id,
|
||||
actionType: 'view',
|
||||
timestamp: Date.now(),
|
||||
duration: Math.random() * 300 + 30
|
||||
})
|
||||
|
||||
// Get recommendations
|
||||
const recommendations = await recommendationService.getPersonalizedRecommendations(
|
||||
userId,
|
||||
testNews,
|
||||
{
|
||||
algorithm,
|
||||
maxResults: 5,
|
||||
diversityWeight: 0.3,
|
||||
freshnessWeight: 0.4,
|
||||
personalizedWeight: 0.3
|
||||
}
|
||||
)
|
||||
|
||||
if (recommendations.success && recommendations.data) {
|
||||
recommendationsGenerated += recommendations.data.length
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const endTime = Date.now()
|
||||
const duration = endTime - startTime
|
||||
|
||||
const metrics: TestMetrics = {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration,
|
||||
success: recommendationsGenerated > 0,
|
||||
metrics: {
|
||||
latencyMs: duration / recommendationsGenerated,
|
||||
throughput: recommendationsGenerated / (duration / 1000)
|
||||
}
|
||||
}
|
||||
|
||||
console.log(`✅ ${testName} completed: ${recommendationsGenerated} recommendations generated`)
|
||||
return metrics
|
||||
|
||||
} catch (error) {
|
||||
const endTime = Date.now()
|
||||
return {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration: endTime - startTime,
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : String(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 集成测试5: 内容处理管道压力测试
|
||||
*/
|
||||
async testContentPipelineStress(): Promise<TestMetrics> {
|
||||
const testName = 'Content Pipeline Stress Test'
|
||||
const startTime = Date.now()
|
||||
|
||||
try {
|
||||
console.log(`🧪 Starting ${testName}...`)
|
||||
|
||||
const pipeline = this.serviceManager.getProcessingPipeline()
|
||||
|
||||
// Create large batch of test content
|
||||
const testContent: ContentInfo[] = Array.from({ length: 50 }, (_, i) => ({
|
||||
id: `stress-test-${i}`,
|
||||
title: `Stress Test Article ${i}`,
|
||||
content: `This is a stress test article number ${i}. It contains enough content to trigger AI processing steps including translation, analysis, and quality assessment. The content discusses various topics like technology, economics, and social issues to test the system's ability to handle diverse content types.`,
|
||||
originalLanguage: 'en',
|
||||
publishedAt: Date.now(),
|
||||
tags: [`stress-${i}`, `test-${i % 10}`],
|
||||
keywords: [],
|
||||
quality: 0,
|
||||
viewCount: 0,
|
||||
likeCount: 0,
|
||||
shareCount: 0,
|
||||
status: 'draft'
|
||||
}))
|
||||
|
||||
let processedCount = 0
|
||||
let totalCost = 0
|
||||
|
||||
// Process in batches
|
||||
const batchResult = await pipeline.processBatch(
|
||||
testContent,
|
||||
{
|
||||
batchSize: 10,
|
||||
concurrency: 3,
|
||||
enableCaching: true,
|
||||
onProgress: (completed, total) => {
|
||||
console.log(` Progress: ${completed}/${total} items processed`)
|
||||
},
|
||||
onError: (error, item) => {
|
||||
console.log(` Error processing ${item.id}: ${error}`)
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
if (batchResult.success && batchResult.data) {
|
||||
processedCount = batchResult.data.length
|
||||
totalCost = batchResult.data.reduce((sum, result) =>
|
||||
sum + (result.costUSD || 0), 0
|
||||
)
|
||||
}
|
||||
|
||||
const endTime = Date.now()
|
||||
const duration = endTime - startTime
|
||||
|
||||
const metrics: TestMetrics = {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration,
|
||||
success: processedCount > 0,
|
||||
metrics: {
|
||||
costUSD: totalCost,
|
||||
latencyMs: duration / processedCount,
|
||||
throughput: processedCount / (duration / 1000)
|
||||
}
|
||||
}
|
||||
|
||||
this.totalCost += totalCost
|
||||
console.log(`✅ ${testName} completed: ${processedCount}/${testContent.length} items processed`)
|
||||
return metrics
|
||||
|
||||
} catch (error) {
|
||||
const endTime = Date.now()
|
||||
return {
|
||||
testName,
|
||||
startTime,
|
||||
endTime,
|
||||
duration: endTime - startTime,
|
||||
success: false,
|
||||
error: error instanceof Error ? error.message : String(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 运行所有集成测试
|
||||
*/
|
||||
async runAllIntegrationTests(): Promise<{
|
||||
success: boolean
|
||||
results: TestMetrics[]
|
||||
summary: {
|
||||
totalTests: number
|
||||
passedTests: number
|
||||
failedTests: number
|
||||
totalDuration: number
|
||||
totalCost: number
|
||||
averageLatency: number
|
||||
totalThroughput: number
|
||||
}
|
||||
}> {
|
||||
console.log('🚀 Starting AI News System Integration Tests...')
|
||||
console.log('==============================================')
|
||||
|
||||
const startTime = Date.now()
|
||||
|
||||
try {
|
||||
// Initialize service manager
|
||||
const initResult = await this.serviceManager.initialize()
|
||||
if (!initResult.success) {
|
||||
throw new Error(`Failed to initialize services: ${initResult.error}`)
|
||||
}
|
||||
|
||||
// Run all integration tests
|
||||
const tests = [
|
||||
() => this.testMultiProviderTranslation(),
|
||||
() => this.testContentAnalysisEndToEnd(),
|
||||
() => this.testChatSessionFlow(),
|
||||
() => this.testRecommendationPerformance(),
|
||||
() => this.testContentPipelineStress()
|
||||
]
|
||||
|
||||
this.testResults = []
|
||||
|
||||
for (const testFn of tests) {
|
||||
const result = await testFn()
|
||||
this.testResults.push(result)
|
||||
|
||||
// Check cost limits
|
||||
if (this.totalCost > this.config.costLimits.maxCostPerTest * tests.length) {
|
||||
console.log('⚠️ Cost limit reached, stopping tests')
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
const endTime = Date.now()
|
||||
const totalDuration = endTime - startTime
|
||||
|
||||
// Calculate summary statistics
|
||||
const passedTests = this.testResults.filter(r => r.success).length
|
||||
const failedTests = this.testResults.length - passedTests
|
||||
const averageLatency = this.testResults.reduce((sum, r) =>
|
||||
sum + (r.metrics?.latencyMs || 0), 0
|
||||
) / this.testResults.length
|
||||
const totalThroughput = this.testResults.reduce((sum, r) =>
|
||||
sum + (r.metrics?.throughput || 0), 0
|
||||
)
|
||||
|
||||
const summary = {
|
||||
totalTests: this.testResults.length,
|
||||
passedTests,
|
||||
failedTests,
|
||||
totalDuration,
|
||||
totalCost: this.totalCost,
|
||||
averageLatency,
|
||||
totalThroughput
|
||||
}
|
||||
|
||||
// Print results
|
||||
this.printTestResults(summary)
|
||||
|
||||
return {
|
||||
success: failedTests === 0,
|
||||
results: this.testResults,
|
||||
summary
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.error('💥 Integration test execution failed:', error)
|
||||
return {
|
||||
success: false,
|
||||
results: this.testResults,
|
||||
summary: {
|
||||
totalTests: 0,
|
||||
passedTests: 0,
|
||||
failedTests: 1,
|
||||
totalDuration: Date.now() - startTime,
|
||||
totalCost: this.totalCost,
|
||||
averageLatency: 0,
|
||||
totalThroughput: 0
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
// Cleanup
|
||||
await this.serviceManager.shutdown()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 打印测试结果
|
||||
*/
|
||||
private printTestResults(summary: any): void {
|
||||
console.log('\n📊 Integration Test Results:')
|
||||
console.log('============================')
|
||||
|
||||
this.testResults.forEach(result => {
|
||||
const status = result.success ? '✅' : '❌'
|
||||
const duration = result.duration.toLocaleString()
|
||||
const cost = result.metrics?.costUSD?.toFixed(4) || '0.0000'
|
||||
const latency = result.metrics?.latencyMs?.toFixed(0) || 'N/A'
|
||||
|
||||
console.log(`${status} ${result.testName}`)
|
||||
console.log(` Duration: ${duration}ms | Cost: $${cost} | Latency: ${latency}ms`)
|
||||
|
||||
if (!result.success && result.error) {
|
||||
console.log(` Error: ${result.error}`)
|
||||
}
|
||||
})
|
||||
|
||||
console.log('\n📈 Summary Statistics:')
|
||||
console.log('======================')
|
||||
console.log(`✅ Passed: ${summary.passedTests}`)
|
||||
console.log(`❌ Failed: ${summary.failedTests}`)
|
||||
console.log(`📊 Success Rate: ${((summary.passedTests / summary.totalTests) * 100).toFixed(1)}%`)
|
||||
console.log(`⏱️ Total Duration: ${summary.totalDuration.toLocaleString()}ms`)
|
||||
console.log(`💰 Total Cost: $${summary.totalCost.toFixed(4)}`)
|
||||
console.log(`📡 Average Latency: ${summary.averageLatency.toFixed(0)}ms`)
|
||||
console.log(`🚀 Total Throughput: ${summary.totalThroughput.toFixed(2)} ops/sec`)
|
||||
|
||||
if (summary.failedTests === 0) {
|
||||
console.log('\n🎉 All integration tests passed! The AI News System is production-ready.')
|
||||
} else {
|
||||
console.log('\n💥 Some integration tests failed. Please review the errors and fix the issues.')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Export test runner function
|
||||
export async function runIntegrationTests(config: IntegrationTestConfig): Promise<boolean> {
|
||||
const testRunner = new AINewsIntegrationTest(config)
|
||||
const result = await testRunner.runAllIntegrationTests()
|
||||
return result.success
|
||||
}
|
||||
|
||||
// Default configuration for running tests
|
||||
export const defaultIntegrationConfig: IntegrationTestConfig = {
|
||||
enableRealAPIs: false, // Set to true for real API testing
|
||||
apiKeys: {
|
||||
// Add your real API keys here for production testing
|
||||
// openai: 'your-openai-api-key',
|
||||
// google: 'your-google-api-key',
|
||||
// baidu: { appId: 'your-baidu-app-id', secretKey: 'your-baidu-secret' }
|
||||
},
|
||||
testTimeout: 30000, // 30 seconds per test
|
||||
retryAttempts: 3,
|
||||
costLimits: {
|
||||
maxCostPerTest: 5.0, // $5 per test
|
||||
dailyLimit: 50.0 // $50 per day
|
||||
}
|
||||
}
|
||||
302
uni_modules/ak-ai-news/test/simple-test.uts
Normal file
302
uni_modules/ak-ai-news/test/simple-test.uts
Normal file
@@ -0,0 +1,302 @@
|
||||
// Simple Test for AI News System
|
||||
|
||||
import {
|
||||
AIServiceManager,
|
||||
AITranslationService,
|
||||
AIContentAnalysisService,
|
||||
type AIServiceConfig,
|
||||
type ContentInfo
|
||||
} from '../index.uts'
|
||||
|
||||
/**
|
||||
* 简单的AI新闻系统测试
|
||||
* 用于验证基本功能是否正常工作
|
||||
*/
|
||||
export class SimpleAINewsTest {
|
||||
|
||||
/**
|
||||
* 测试翻译服务基本功能
|
||||
*/
|
||||
static async testTranslationService(): Promise<boolean> {
|
||||
try {
|
||||
console.log('🧪 Testing Translation Service...')
|
||||
|
||||
const config: AIServiceConfig = {
|
||||
openai: {
|
||||
apiKey: 'test-key',
|
||||
model: 'gpt-3.5-turbo',
|
||||
maxTokens: 1000,
|
||||
temperature: 0.7
|
||||
}
|
||||
}
|
||||
|
||||
const translationService = new AITranslationService(config)
|
||||
|
||||
// 测试语言检测
|
||||
const detection = await translationService.detectLanguage('Hello world')
|
||||
if (!detection.success) {
|
||||
console.error('❌ Language detection failed')
|
||||
return false
|
||||
}
|
||||
|
||||
// 测试翻译功能
|
||||
const translation = await translationService.translateText(
|
||||
'Hello world',
|
||||
'zh-CN',
|
||||
'en'
|
||||
)
|
||||
|
||||
if (!translation.success) {
|
||||
console.error('❌ Translation failed:', translation.error)
|
||||
return false
|
||||
}
|
||||
|
||||
console.log('✅ Translation service test passed')
|
||||
return true
|
||||
|
||||
} catch (error) {
|
||||
console.error('❌ Translation service test failed:', error)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 测试内容分析服务基本功能
|
||||
*/
|
||||
static async testAnalysisService(): Promise<boolean> {
|
||||
try {
|
||||
console.log('🧪 Testing Content Analysis Service...')
|
||||
|
||||
const config: AIServiceConfig = {
|
||||
openai: {
|
||||
apiKey: 'test-key',
|
||||
model: 'gpt-3.5-turbo',
|
||||
maxTokens: 1000,
|
||||
temperature: 0.7
|
||||
}
|
||||
}
|
||||
|
||||
const analysisService = new AIContentAnalysisService(config)
|
||||
|
||||
const testContent = '今天是个好天气,阳光明媚,让人心情愉快。'
|
||||
|
||||
const analysis = await analysisService.analyzeContent(testContent, {
|
||||
types: ['sentiment', 'keywords', 'readability'],
|
||||
language: 'zh-CN'
|
||||
})
|
||||
|
||||
if (!analysis.success) {
|
||||
console.error('❌ Content analysis failed:', analysis.error)
|
||||
return false
|
||||
}
|
||||
|
||||
if (!analysis.data) {
|
||||
console.error('❌ Analysis data is missing')
|
||||
return false
|
||||
}
|
||||
|
||||
// 检查基本结果
|
||||
if (typeof analysis.data.sentimentScore !== 'number') {
|
||||
console.error('❌ Sentiment score is not a number')
|
||||
return false
|
||||
}
|
||||
|
||||
if (!Array.isArray(analysis.data.keywords)) {
|
||||
console.error('❌ Keywords is not an array')
|
||||
return false
|
||||
}
|
||||
|
||||
console.log('✅ Content analysis service test passed')
|
||||
return true
|
||||
|
||||
} catch (error) {
|
||||
console.error('❌ Content analysis service test failed:', error)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 测试服务管理器基本功能
|
||||
*/
|
||||
static async testServiceManager(): Promise<boolean> {
|
||||
try {
|
||||
console.log('🧪 Testing Service Manager...')
|
||||
|
||||
const config: AIServiceConfig = {
|
||||
openai: {
|
||||
apiKey: 'test-key',
|
||||
model: 'gpt-3.5-turbo',
|
||||
maxTokens: 1000,
|
||||
temperature: 0.7
|
||||
},
|
||||
costLimits: {
|
||||
dailyUSD: 100,
|
||||
monthlyUSD: 1000,
|
||||
perRequestUSD: 10
|
||||
}
|
||||
}
|
||||
|
||||
const serviceManager = new AIServiceManager(config)
|
||||
|
||||
// 测试初始化
|
||||
const initResult = await serviceManager.initialize()
|
||||
if (!initResult.success) {
|
||||
console.error('❌ Service manager initialization failed:', initResult.error)
|
||||
return false
|
||||
}
|
||||
|
||||
// 测试服务获取
|
||||
const translationService = serviceManager.getTranslationService()
|
||||
if (!translationService) {
|
||||
console.error('❌ Failed to get translation service')
|
||||
return false
|
||||
}
|
||||
|
||||
const analysisService = serviceManager.getAnalysisService()
|
||||
if (!analysisService) {
|
||||
console.error('❌ Failed to get analysis service')
|
||||
return false
|
||||
}
|
||||
|
||||
const chatService = serviceManager.getChatService()
|
||||
if (!chatService) {
|
||||
console.error('❌ Failed to get chat service')
|
||||
return false
|
||||
}
|
||||
|
||||
const recommendationService = serviceManager.getRecommendationService()
|
||||
if (!recommendationService) {
|
||||
console.error('❌ Failed to get recommendation service')
|
||||
return false
|
||||
}
|
||||
|
||||
// 测试提供商选择
|
||||
const bestProvider = serviceManager.selectBestProvider()
|
||||
if (!bestProvider) {
|
||||
console.error('❌ Failed to select best provider')
|
||||
return false
|
||||
}
|
||||
|
||||
// 测试成本检查
|
||||
const costCheck = serviceManager.checkCostLimits(1.0)
|
||||
if (typeof costCheck !== 'boolean') {
|
||||
console.error('❌ Cost check failed')
|
||||
return false
|
||||
}
|
||||
|
||||
// 获取统计信息
|
||||
const stats = serviceManager.getManagerStatistics()
|
||||
if (!stats) {
|
||||
console.error('❌ Failed to get statistics')
|
||||
return false
|
||||
}
|
||||
|
||||
// 清理
|
||||
await serviceManager.shutdown()
|
||||
|
||||
console.log('✅ Service manager test passed')
|
||||
return true
|
||||
|
||||
} catch (error) {
|
||||
console.error('❌ Service manager test failed:', error)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 测试类型定义完整性
|
||||
*/
|
||||
static testTypeDefinitions(): boolean {
|
||||
try {
|
||||
console.log('🧪 Testing Type Definitions...')
|
||||
|
||||
// 测试基本类型是否可用
|
||||
const testContent: ContentInfo = {
|
||||
id: 'test-123',
|
||||
title: '测试新闻',
|
||||
content: '这是一条测试新闻内容',
|
||||
originalLanguage: 'zh-CN',
|
||||
publishedAt: Date.now(),
|
||||
tags: ['测试'],
|
||||
keywords: ['测试', '新闻'],
|
||||
quality: 0.8,
|
||||
viewCount: 0,
|
||||
likeCount: 0,
|
||||
shareCount: 0,
|
||||
status: 'draft'
|
||||
}
|
||||
|
||||
// 验证类型结构
|
||||
if (typeof testContent.id !== 'string') {
|
||||
console.error('❌ ContentInfo.id type error')
|
||||
return false
|
||||
}
|
||||
|
||||
if (typeof testContent.title !== 'string') {
|
||||
console.error('❌ ContentInfo.title type error')
|
||||
return false
|
||||
}
|
||||
|
||||
if (!Array.isArray(testContent.tags)) {
|
||||
console.error('❌ ContentInfo.tags type error')
|
||||
return false
|
||||
}
|
||||
|
||||
console.log('✅ Type definitions test passed')
|
||||
return true
|
||||
|
||||
} catch (error) {
|
||||
console.error('❌ Type definitions test failed:', error)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 运行所有测试
|
||||
*/
|
||||
static async runAllTests(): Promise<boolean> {
|
||||
console.log('🚀 Starting AI News System Tests...')
|
||||
console.log('=====================================')
|
||||
|
||||
const results: boolean[] = []
|
||||
|
||||
// 运行各项测试
|
||||
results.push(this.testTypeDefinitions())
|
||||
results.push(await this.testTranslationService())
|
||||
results.push(await this.testAnalysisService())
|
||||
results.push(await this.testServiceManager())
|
||||
|
||||
// 统计结果
|
||||
const passedCount = results.filter(r => r).length
|
||||
const totalCount = results.length
|
||||
|
||||
console.log('\n📊 Test Results:')
|
||||
console.log('================')
|
||||
console.log(`✅ Passed: ${passedCount}`)
|
||||
console.log(`❌ Failed: ${totalCount - passedCount}`)
|
||||
console.log(`📈 Success Rate: ${((passedCount / totalCount) * 100).toFixed(1)}%`)
|
||||
|
||||
if (passedCount === totalCount) {
|
||||
console.log('\n🎉 All tests passed! AI News System is working correctly.')
|
||||
return true
|
||||
} else {
|
||||
console.log('\n💥 Some tests failed. Please check the errors above.')
|
||||
return false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 导出测试运行函数
|
||||
export async function runSimpleTests(): Promise<boolean> {
|
||||
return await SimpleAINewsTest.runAllTests()
|
||||
}
|
||||
|
||||
// 如果直接运行此文件,执行测试
|
||||
if (typeof require !== 'undefined' && require.main === module) {
|
||||
runSimpleTests().then(success => {
|
||||
process.exit(success ? 0 : 1)
|
||||
}).catch(error => {
|
||||
console.error('Test execution failed:', error)
|
||||
process.exit(1)
|
||||
})
|
||||
}
|
||||
235
uni_modules/ak-ai-news/types/ai-types.uts
Normal file
235
uni_modules/ak-ai-news/types/ai-types.uts
Normal file
@@ -0,0 +1,235 @@
|
||||
// AI Service Types and Interfaces
|
||||
// filepath: h:\blews\akmon\uni_modules\ak-ai-news\types\ai-types.uts
|
||||
|
||||
// AI提供商枚举
|
||||
export type AIProvider = 'openai' | 'google' | 'baidu' | 'custom'
|
||||
|
||||
// 翻译结果接口
|
||||
export type TranslationResult = {
|
||||
translatedText: string
|
||||
originalText: string
|
||||
sourceLang: string
|
||||
targetLang: string
|
||||
confidence: number
|
||||
qualityScore: number
|
||||
provider: AIProvider
|
||||
tokensUsed: number
|
||||
processingTimeMs: number
|
||||
costUSD: number
|
||||
}
|
||||
|
||||
// 翻译选项
|
||||
export type TranslationOptions = {
|
||||
provider?: AIProvider
|
||||
model?: string
|
||||
temperature?: number
|
||||
maxTokens?: number
|
||||
culturalAdaptation?: boolean
|
||||
preserveFormatting?: boolean
|
||||
qualityThreshold?: number
|
||||
}
|
||||
|
||||
// 内容分析结果
|
||||
export type ContentAnalysisResult = {
|
||||
contentId: string
|
||||
sentimentScore: number // -1 to 1
|
||||
sentimentLabel: 'positive' | 'negative' | 'neutral'
|
||||
readabilityScore: number // 0 to 1
|
||||
credibilityScore: number // 0 to 1
|
||||
toxicityScore: number // 0 to 1
|
||||
keywords: string[]
|
||||
entities: EntityResult[]
|
||||
topics: TopicResult[]
|
||||
categories: CategoryResult[]
|
||||
summary: string
|
||||
keyPhrases: string[]
|
||||
language: string
|
||||
processingTimeMs: number
|
||||
provider: AIProvider
|
||||
}
|
||||
|
||||
// 实体识别结果
|
||||
export type EntityResult = {
|
||||
text: string
|
||||
type: 'person' | 'location' | 'organization' | 'date' | 'money' | 'other'
|
||||
confidence: number
|
||||
startPosition: number
|
||||
endPosition: number
|
||||
}
|
||||
|
||||
// 主题提取结果
|
||||
export type TopicResult = {
|
||||
name: string
|
||||
confidence: number
|
||||
keywords: string[]
|
||||
}
|
||||
|
||||
// 分类结果
|
||||
export type CategoryResult = {
|
||||
categoryId: string
|
||||
categoryName: string
|
||||
confidence: number
|
||||
level: number
|
||||
}
|
||||
|
||||
// 聊天消息
|
||||
export type ChatMessage = {
|
||||
id: string
|
||||
sessionId: string
|
||||
type: 'user' | 'assistant' | 'system' | 'error'
|
||||
content: string
|
||||
language: string
|
||||
timestamp: number
|
||||
metadata?: UTSJSONObject
|
||||
tokensUsed?: number
|
||||
responseTimeMs?: number
|
||||
costUSD?: number
|
||||
}
|
||||
|
||||
// 聊天会话
|
||||
export type ChatSession = {
|
||||
id: string
|
||||
userId: string
|
||||
name: string
|
||||
language: string
|
||||
aiModel: string
|
||||
contextSettings: UTSJSONObject
|
||||
totalMessages: number
|
||||
totalTokensUsed: number
|
||||
totalCostUSD: number
|
||||
isActive: boolean
|
||||
startedAt: number
|
||||
lastMessageAt: number
|
||||
endedAt?: number
|
||||
}
|
||||
|
||||
// 推荐结果
|
||||
export type RecommendationResult = {
|
||||
contentId: string
|
||||
userId: string
|
||||
score: number
|
||||
reason: string
|
||||
algorithm: string
|
||||
contextFactors: UTSJSONObject
|
||||
recommendationType: 'trending' | 'personalized' | 'similar' | 'latest'
|
||||
position: number
|
||||
createdAt: number
|
||||
}
|
||||
|
||||
// 内容信息
|
||||
export type ContentInfo = {
|
||||
id: string
|
||||
title: string
|
||||
content: string
|
||||
summary?: string
|
||||
author?: string
|
||||
sourceUrl?: string
|
||||
originalLanguage: string
|
||||
publishedAt: number
|
||||
categoryId?: string
|
||||
tags: string[]
|
||||
keywords: string[]
|
||||
sentiment?: number
|
||||
readability?: number
|
||||
credibility?: number
|
||||
quality: number
|
||||
viewCount: number
|
||||
likeCount: number
|
||||
shareCount: number
|
||||
status: 'draft' | 'published' | 'archived' | 'deleted'
|
||||
}
|
||||
|
||||
// 处理步骤接口
|
||||
export type ProcessingStep = {
|
||||
name: string
|
||||
order: number
|
||||
execute: (data: any) => Promise<any>
|
||||
rollback?: (data: any) => Promise<void>
|
||||
validate?: (data: any) => boolean
|
||||
}
|
||||
|
||||
// AI服务配置
|
||||
export type AIServiceConfig = {
|
||||
openai?: {
|
||||
apiKey: string
|
||||
model: string
|
||||
baseURL?: string
|
||||
maxTokens: number
|
||||
temperature: number
|
||||
}
|
||||
google?: {
|
||||
apiKey: string
|
||||
projectId?: string
|
||||
model: string
|
||||
}
|
||||
baidu?: {
|
||||
apiKey: string
|
||||
secretKey: string
|
||||
model: string
|
||||
}
|
||||
costLimits?: {
|
||||
dailyUSD: number
|
||||
monthlyUSD: number
|
||||
perRequestUSD: number
|
||||
}
|
||||
qualityThresholds?: {
|
||||
translation: number
|
||||
sentiment: number
|
||||
credibility: number
|
||||
}
|
||||
}
|
||||
|
||||
// API响应基础类型
|
||||
export type AIResponse<T> = {
|
||||
success: boolean
|
||||
data?: T
|
||||
error?: string
|
||||
errorCode?: string
|
||||
tokensUsed?: number
|
||||
processingTimeMs?: number
|
||||
costUSD?: number
|
||||
provider?: AIProvider
|
||||
requestId?: string
|
||||
}
|
||||
|
||||
// 批处理选项
|
||||
export type BatchProcessingOptions = {
|
||||
batchSize: number
|
||||
concurrency: number
|
||||
retryCount: number
|
||||
delayMs: number
|
||||
onProgress?: (completed: number, total: number) => void
|
||||
onError?: (error: any, item: any) => void
|
||||
}
|
||||
|
||||
// 缓存选项
|
||||
export type CacheOptions = {
|
||||
enabled: boolean
|
||||
ttlHours: number
|
||||
maxSize: number
|
||||
strategy: 'lru' | 'fifo' | 'ttl'
|
||||
}
|
||||
|
||||
// 监控和统计
|
||||
export type UsageStatistics = {
|
||||
provider: AIProvider
|
||||
serviceType: string
|
||||
tokensUsed: number
|
||||
requestsCount: number
|
||||
costUSD: number
|
||||
successCount: number
|
||||
errorCount: number
|
||||
avgResponseTimeMs: number
|
||||
date: string
|
||||
hour: number
|
||||
}
|
||||
|
||||
// 错误类型
|
||||
export type AIServiceError = {
|
||||
code: string
|
||||
message: string
|
||||
provider?: AIProvider
|
||||
requestId?: string
|
||||
retryable: boolean
|
||||
details?: UTSJSONObject
|
||||
}
|
||||
Reference in New Issue
Block a user