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.
11 lines (9 loc) • 294 B
text/typescript
/**
* Agent Deployment System
*
* Multi-platform agent deployment with validation and packaging.
*/
export * from './types.js';
export { AgentDeployer } from './agent-deployer.js';
export { AgentValidator } from './agent-validator.js';
export { AgentPackager } from './agent-packager.js';