@inkeep/agents-core 0.39.3 → 0.39.4
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/dist/auth/auth.d.ts +18 -18
- package/dist/auth/auth.d.ts.map +1 -1
- package/dist/auth/permissions.d.ts +9 -9
- package/dist/auth/permissions.d.ts.map +1 -1
- package/dist/auth-schema.d.ts +82 -82
- package/dist/auth-validation-schemas.d.ts +129 -129
- package/dist/client-exports.d.ts +2 -2
- package/dist/client-exports.d.ts.map +1 -1
- package/dist/client.d.ts +350 -350
- package/dist/client.d.ts.map +1 -1
- package/dist/models.d.ts +1 -0
- package/dist/models.d.ts.map +1 -1
- package/dist/models.js +1 -0
- package/dist/models.js.map +1 -1
- package/dist/schema-conversion.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/models.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ declare const OPENAI_MODELS: {
|
|
|
36
36
|
};
|
|
37
37
|
declare const GOOGLE_MODELS: {
|
|
38
38
|
readonly GEMINI_3_PRO_PREVIEW: "google/gemini-3-pro-preview";
|
|
39
|
+
readonly GEMINI_3_FLASH_PREVIEW: "google/gemini-3-flash-preview";
|
|
39
40
|
readonly GEMINI_2_5_PRO: "google/gemini-2.5-pro";
|
|
40
41
|
readonly GEMINI_2_5_FLASH: "google/gemini-2.5-flash";
|
|
41
42
|
readonly GEMINI_2_5_FLASH_LITE: "google/gemini-2.5-flash-lite";
|
package/dist/models.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","names":[],"sources":["../src/constants/models.ts"],"sourcesContent":[],"mappings":";;AAIA;AAeA;AAmBa,cAlCA,
|
|
1
|
+
{"version":3,"file":"models.d.ts","names":[],"sources":["../src/constants/models.ts"],"sourcesContent":[],"mappings":";;AAIA;AAeA;AAmBa,cAlCA,gBAwCH,EAAA;EAEE,SAAA,eAAc,EAAA,2BAA0C;EACxD,SAAA,wBAAsB,EAAA,oCAAyC;EAC/D,SAAA,eAAW,EAAA,2BAAuC;EAClD,SAAA,wBAAS,EAAA,oCAAA;EAAG,SAAA,iBAAA,EAAA,6BAAA;EAAiB,SAAA,0BAAA,EAAA,sCAAA;EAAc,SAAA,eAAA,EAAA,6BAAA;EAAW,SAAA,wBAAA,EAAA,oCAAA;;;;;;cA9BrD;;;;;;;;;;;;;;;;;;cAmBA;;;;;;;KAQD,cAAA,WAAyB,+BAA+B;KACxD,WAAA,WAAsB,4BAA4B;KAClD,WAAA,WAAsB,4BAA4B;KAClD,SAAA,GAAY,iBAAiB,cAAc"}
|
package/dist/models.js
CHANGED
|
@@ -36,6 +36,7 @@ const OPENAI_MODELS = {
|
|
|
36
36
|
};
|
|
37
37
|
const GOOGLE_MODELS = {
|
|
38
38
|
GEMINI_3_PRO_PREVIEW: "google/gemini-3-pro-preview",
|
|
39
|
+
GEMINI_3_FLASH_PREVIEW: "google/gemini-3-flash-preview",
|
|
39
40
|
GEMINI_2_5_PRO: "google/gemini-2.5-pro",
|
|
40
41
|
GEMINI_2_5_FLASH: "google/gemini-2.5-flash",
|
|
41
42
|
GEMINI_2_5_FLASH_LITE: "google/gemini-2.5-flash-lite"
|
package/dist/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","names":[],"sources":["../src/constants/models.ts"],"sourcesContent":["/**\n * Model name constants used throughout the Inkeep Agents SDK\n */\n\nexport const ANTHROPIC_MODELS = {\n CLAUDE_OPUS_4_5: 'anthropic/claude-opus-4-5',\n CLAUDE_OPUS_4_5_20251101: 'anthropic/claude-opus-4-5-20251101',\n CLAUDE_OPUS_4_1: 'anthropic/claude-opus-4-1',\n CLAUDE_OPUS_4_1_20250805: 'anthropic/claude-opus-4-1-20250805',\n CLAUDE_SONNET_4_5: 'anthropic/claude-sonnet-4-5',\n CLAUDE_SONNET_4_5_20250929: 'anthropic/claude-sonnet-4-5-20250929',\n CLAUDE_SONNET_4: 'anthropic/claude-sonnet-4-0',\n CLAUDE_SONNET_4_20250514: 'anthropic/claude-sonnet-4-20250514',\n CLAUDE_HAIKU_4_5: 'anthropic/claude-haiku-4-5',\n CLAUDE_HAIKU_4_5_20251001: 'anthropic/claude-haiku-4-5-20251001',\n CLAUDE_3_5_HAIKU: 'anthropic/claude-3-5-haiku-latest',\n CLAUDE_3_5_HAIKU_20241022: 'anthropic/claude-3-5-haiku-20241022',\n} as const;\n\nexport const OPENAI_MODELS = {\n GPT_5_2: 'openai/gpt-5.2',\n GPT_5_2_20251211: 'openai/gpt-5.2-2025-12-11',\n GPT_5_1: 'openai/gpt-5.1',\n GPT_5_1_20251113: 'openai/gpt-5.1-2025-11-13',\n GPT_5: 'openai/gpt-5',\n GPT_5_20250807: 'openai/gpt-5-2025-08-07',\n GPT_5_MINI: 'openai/gpt-5-mini',\n GPT_5_MINI_20250807: 'openai/gpt-5-mini-2025-08-07',\n GPT_5_NANO: 'openai/gpt-5-nano',\n GPT_5_NANO_20250807: 'openai/gpt-5-nano-2025-08-07',\n GPT_4_1: 'openai/gpt-4.1',\n GPT_4_1_20250414: 'openai/gpt-4.1-2025-04-14',\n GPT_4_1_MINI: 'openai/gpt-4.1-mini',\n GPT_4_1_MINI_20250414: 'openai/gpt-4.1-mini-2025-04-14',\n GPT_4_1_NANO: 'openai/gpt-4.1-nano',\n GPT_4_1_NANO_20250414: 'openai/gpt-4.1-nano-2025-04-14',\n} as const;\n\nexport const GOOGLE_MODELS = {\n GEMINI_3_PRO_PREVIEW: 'google/gemini-3-pro-preview',\n GEMINI_2_5_PRO: 'google/gemini-2.5-pro',\n GEMINI_2_5_FLASH: 'google/gemini-2.5-flash',\n GEMINI_2_5_FLASH_LITE: 'google/gemini-2.5-flash-lite',\n} as const;\n\nexport type AnthropicModel = (typeof ANTHROPIC_MODELS)[keyof typeof ANTHROPIC_MODELS];\nexport type OpenAIModel = (typeof OPENAI_MODELS)[keyof typeof OPENAI_MODELS];\nexport type GoogleModel = (typeof GOOGLE_MODELS)[keyof typeof GOOGLE_MODELS];\nexport type ModelName = AnthropicModel | OpenAIModel | GoogleModel;\n"],"mappings":";;;;AAIA,MAAa,mBAAmB;CAC9B,iBAAiB;CACjB,0BAA0B;CAC1B,iBAAiB;CACjB,0BAA0B;CAC1B,mBAAmB;CACnB,4BAA4B;CAC5B,iBAAiB;CACjB,0BAA0B;CAC1B,kBAAkB;CAClB,2BAA2B;CAC3B,kBAAkB;CAClB,2BAA2B;CAC5B;AAED,MAAa,gBAAgB;CAC3B,SAAS;CACT,kBAAkB;CAClB,SAAS;CACT,kBAAkB;CAClB,OAAO;CACP,gBAAgB;CAChB,YAAY;CACZ,qBAAqB;CACrB,YAAY;CACZ,qBAAqB;CACrB,SAAS;CACT,kBAAkB;CAClB,cAAc;CACd,uBAAuB;CACvB,cAAc;CACd,uBAAuB;CACxB;AAED,MAAa,gBAAgB;CAC3B,sBAAsB;CACtB,gBAAgB;CAChB,kBAAkB;CAClB,uBAAuB;CACxB"}
|
|
1
|
+
{"version":3,"file":"models.js","names":[],"sources":["../src/constants/models.ts"],"sourcesContent":["/**\n * Model name constants used throughout the Inkeep Agents SDK\n */\n\nexport const ANTHROPIC_MODELS = {\n CLAUDE_OPUS_4_5: 'anthropic/claude-opus-4-5',\n CLAUDE_OPUS_4_5_20251101: 'anthropic/claude-opus-4-5-20251101',\n CLAUDE_OPUS_4_1: 'anthropic/claude-opus-4-1',\n CLAUDE_OPUS_4_1_20250805: 'anthropic/claude-opus-4-1-20250805',\n CLAUDE_SONNET_4_5: 'anthropic/claude-sonnet-4-5',\n CLAUDE_SONNET_4_5_20250929: 'anthropic/claude-sonnet-4-5-20250929',\n CLAUDE_SONNET_4: 'anthropic/claude-sonnet-4-0',\n CLAUDE_SONNET_4_20250514: 'anthropic/claude-sonnet-4-20250514',\n CLAUDE_HAIKU_4_5: 'anthropic/claude-haiku-4-5',\n CLAUDE_HAIKU_4_5_20251001: 'anthropic/claude-haiku-4-5-20251001',\n CLAUDE_3_5_HAIKU: 'anthropic/claude-3-5-haiku-latest',\n CLAUDE_3_5_HAIKU_20241022: 'anthropic/claude-3-5-haiku-20241022',\n} as const;\n\nexport const OPENAI_MODELS = {\n GPT_5_2: 'openai/gpt-5.2',\n GPT_5_2_20251211: 'openai/gpt-5.2-2025-12-11',\n GPT_5_1: 'openai/gpt-5.1',\n GPT_5_1_20251113: 'openai/gpt-5.1-2025-11-13',\n GPT_5: 'openai/gpt-5',\n GPT_5_20250807: 'openai/gpt-5-2025-08-07',\n GPT_5_MINI: 'openai/gpt-5-mini',\n GPT_5_MINI_20250807: 'openai/gpt-5-mini-2025-08-07',\n GPT_5_NANO: 'openai/gpt-5-nano',\n GPT_5_NANO_20250807: 'openai/gpt-5-nano-2025-08-07',\n GPT_4_1: 'openai/gpt-4.1',\n GPT_4_1_20250414: 'openai/gpt-4.1-2025-04-14',\n GPT_4_1_MINI: 'openai/gpt-4.1-mini',\n GPT_4_1_MINI_20250414: 'openai/gpt-4.1-mini-2025-04-14',\n GPT_4_1_NANO: 'openai/gpt-4.1-nano',\n GPT_4_1_NANO_20250414: 'openai/gpt-4.1-nano-2025-04-14',\n} as const;\n\nexport const GOOGLE_MODELS = {\n GEMINI_3_PRO_PREVIEW: 'google/gemini-3-pro-preview',\n GEMINI_3_FLASH_PREVIEW: 'google/gemini-3-flash-preview',\n GEMINI_2_5_PRO: 'google/gemini-2.5-pro',\n GEMINI_2_5_FLASH: 'google/gemini-2.5-flash',\n GEMINI_2_5_FLASH_LITE: 'google/gemini-2.5-flash-lite',\n} as const;\n\nexport type AnthropicModel = (typeof ANTHROPIC_MODELS)[keyof typeof ANTHROPIC_MODELS];\nexport type OpenAIModel = (typeof OPENAI_MODELS)[keyof typeof OPENAI_MODELS];\nexport type GoogleModel = (typeof GOOGLE_MODELS)[keyof typeof GOOGLE_MODELS];\nexport type ModelName = AnthropicModel | OpenAIModel | GoogleModel;\n"],"mappings":";;;;AAIA,MAAa,mBAAmB;CAC9B,iBAAiB;CACjB,0BAA0B;CAC1B,iBAAiB;CACjB,0BAA0B;CAC1B,mBAAmB;CACnB,4BAA4B;CAC5B,iBAAiB;CACjB,0BAA0B;CAC1B,kBAAkB;CAClB,2BAA2B;CAC3B,kBAAkB;CAClB,2BAA2B;CAC5B;AAED,MAAa,gBAAgB;CAC3B,SAAS;CACT,kBAAkB;CAClB,SAAS;CACT,kBAAkB;CAClB,OAAO;CACP,gBAAgB;CAChB,YAAY;CACZ,qBAAqB;CACrB,YAAY;CACZ,qBAAqB;CACrB,SAAS;CACT,kBAAkB;CAClB,cAAc;CACd,uBAAuB;CACvB,cAAc;CACd,uBAAuB;CACxB;AAED,MAAa,gBAAgB;CAC3B,sBAAsB;CACtB,wBAAwB;CACxB,gBAAgB;CAChB,kBAAkB;CAClB,uBAAuB;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-conversion.d.ts","names":[],"sources":["../src/utils/schema-conversion.ts"],"sourcesContent":[],"mappings":";;;;;;AAwBA;AAwDA;AA4BA;;;;;AASgB,iBA7FA,eAAA,CA6FiC,UAAA,
|
|
1
|
+
{"version":3,"file":"schema-conversion.d.ts","names":[],"sources":["../src/utils/schema-conversion.ts"],"sourcesContent":[],"mappings":";;;;;;AAwBA;AAwDA;AA4BA;;;;;AASgB,iBA7FA,eAAA,CA6FiC,UAAA,EACpC,GAAE,CAAA,EA9FmC,CAAA,CAAE,OA+FjD,CAAA,GAAA,CAAA;AAqBH;AAOA;;;iBAnEgB,sBAAA,kBAAwC;;;;;cA4B3C,oBAAqB,CAAA,CAAE,oBAAoB,MAAI;;;;iBAS5C,iCAAA,YACH,CAAA,CAAE,aACZ;;;;iBAqBa,WAAA,uBAAkC,CAAA,CAAE;;;;iBAOpC,oBAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.4",
|
|
4
4
|
"description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|