UNPKG

aios-core

Version:

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework

16 lines (15 loc) 621 B
// aios-core/core - ES Module Entry Point import MetaAgent from './infrastructure/scripts/component-generator.js'; import TaskManager from './infrastructure/scripts/batch-creator.js'; import ElicitationEngine from './core/elicitation/elicitation-engine.js'; import TemplateEngine from './infrastructure/scripts/template-engine.js'; import ComponentSearch from './infrastructure/scripts/component-search.js'; import DependencyAnalyzer from './infrastructure/scripts/dependency-analyzer.js'; export { MetaAgent, TaskManager, ElicitationEngine, TemplateEngine, ComponentSearch, DependencyAnalyzer };