@bonginkan/maria
Version:
MARIA OS v5.9.5 – Self-Evolving Organizational Intelligence OS | Speed Improvement Phase 3: LLM Optimization + Command Refactoring | Performance Measurement + Run Evidence System | Zero ESLint/TypeScript Errors | 人とAIが役割を持ち、学び、進化し続けるための仕事のOS | GraphRAG ×
22 lines (21 loc) • 737 B
TypeScript
export declare class ParameterExtractor {
extract(input: string, command: string, language: string): Promise<Record<string, unknown>>;
private extractCodeParameters;
private extractImageParameters;
private extractVideoParameters;
private extractTestParameters;
private extractReviewParameters;
private extractLanguageParameters;
private extractGenericParameters;
private cleanDescription;
private detectProgrammingLanguage;
private detectFramework;
private detectArtStyle;
private extractFilePath;
private extractDimensions;
private extractDuration;
private detectVideoFormat;
private detectTestType;
private detectReviewFocus;
private extractTargetLanguage;
}