feat: add initial implementation of Simple AI Provider package

This commit is contained in:
2025-05-28 11:54:24 +02:00
commit 42902445fb
15 changed files with 1616 additions and 0 deletions

32
.npmignore Normal file
View File

@ -0,0 +1,32 @@
# Source files
src/
examples/
*.test.ts
*.spec.ts
# Development files
.gitignore
tsconfig.json
bun.lock
# Build artifacts (keep only dist)
node_modules/
# Documentation (keep README.md)
docs/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*