@dcyfr/ai 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @dcyfr/ai
2
2
 
3
+ > Portable AI agent framework with plugin architecture for multi-provider integration, telemetry tracking, and quality validation.
4
+
5
+ [![npm version](https://badge.fury.io/js/%40dcyfr%2Fai.svg)](https://www.npmjs.com/package/@dcyfr/ai)
6
+ [![npm downloads](https://img.shields.io/npm/dm/@dcyfr/ai.svg)](https://www.npmjs.com/package/@dcyfr/ai)
7
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
9
+
3
10
  Portable AI agent framework with plugin architecture for managing multiple AI providers, tracking telemetry, and ensuring quality compliance.
4
11
 
5
12
  ## Features
package/bin/dcyfr-ai.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@dcyfr/ai",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Portable AI agent framework with plugin architecture",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
5
+ "main": "./dist/ai/index.js",
6
+ "types": "./dist/ai/index.d.ts",
7
7
  "type": "module",
8
8
  "bin": {
9
9
  "dcyfr-ai": "./bin/dcyfr-ai.js"