@vfarcic/dot-ai
Version:
AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance
14 lines • 334 B
TypeScript
/**
* DevOps AI Toolkit Main Entry Point
*
* Universal Kubernetes application deployment agent with MCP interface
*/
export * from './core';
export declare const version: any;
export declare const name: any;
declare const _default: {
version: any;
name: any;
};
export default _default;
//# sourceMappingURL=index.d.ts.map