aiwg
Version:
Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.
15 lines (12 loc) • 437 B
text/typescript
/**
* AgentSmith - Agent Generation with Platform-Aware Deployment
*
* Generates custom agents following the 10 Golden Rules and deploys them
* to platform-specific locations with proper format transformations.
*
* @module smiths/agentsmith
*/
export * from './types.js';
export * from './generator.js';
// Re-export commonly used types from agents module
export type { Platform as AgentPlatform } from '../../agents/types.js';