@hiper2d/ai-agents 0.2.1 → 0.3.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/README.md +22 -0
- package/dist/index.d.mts +141 -1
- package/dist/index.d.ts +141 -1
- package/dist/index.js +166 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +156 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiper2d/ai-agents",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Multi-provider AI agent layer: schema-validated asks, thinking extraction, a model catalog with per-model tuning defaults, token cost accounting for 11 LLM providers,
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "Multi-provider AI agent layer: schema-validated asks, thinking extraction, a model catalog with per-model tuning defaults, token cost accounting for 11 LLM providers, voice agents (TTS/STT) for OpenAI and Gemini, and per-subject spend budgets.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "hiper2d",
|
|
7
7
|
"repository": {
|