@happyvertical/ai 0.76.2 → 0.78.0
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/AGENT.md +1 -1
- package/metadata.json +1 -1
- package/package.json +2 -2
package/AGENT.md
CHANGED
|
@@ -7,7 +7,7 @@ Standardized AI interface supporting OpenAI, LiteLLM, Bifrost, Ollama, Anthropic
|
|
|
7
7
|
## Package Map
|
|
8
8
|
- Package: `@happyvertical/ai`
|
|
9
9
|
- Hierarchy path: `@happyvertical/sdk > packages > ai`
|
|
10
|
-
- Workspace position: `2 of
|
|
10
|
+
- Workspace position: `2 of 31` local packages
|
|
11
11
|
- Internal dependencies: `@happyvertical/utils`
|
|
12
12
|
- Internal dependents: `@happyvertical/sdk-mcp`
|
|
13
13
|
- Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
|
package/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.78.0",
|
|
4
4
|
"description": "Standardized AI interface supporting OpenAI, LiteLLM, Bifrost, Ollama, Anthropic, Gemini, Bedrock, Hugging Face, Claude CLI, and Qwen3-TTS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@aws-sdk/client-bedrock-runtime": "3.1034.0",
|
|
41
41
|
"@google/genai": "1.50.1",
|
|
42
42
|
"openai": "6.34.0",
|
|
43
|
-
"@happyvertical/utils": "0.
|
|
43
|
+
"@happyvertical/utils": "0.78.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "25.0.10",
|