@inkeep/agents-core 0.19.1 → 0.19.2
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/{chunk-HYS7HUYJ.js → chunk-4VEUH2FG.js} +1 -1
- package/dist/constants/models.cjs +1 -1
- package/dist/constants/models.d.cts +1 -1
- package/dist/constants/models.d.ts +1 -1
- package/dist/constants/models.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/constants/models.ts
|
|
2
2
|
var ANTHROPIC_MODELS = {
|
|
3
3
|
CLAUDE_OPUS_4_1: "anthropic/claude-opus-4-1-20250805",
|
|
4
|
-
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4
|
|
4
|
+
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4-5-20250929",
|
|
5
5
|
CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-20250514",
|
|
6
6
|
CLAUDE_3_5_SONNET: "anthropic/claude-3-5-sonnet-20241022",
|
|
7
7
|
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-20241022"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// src/constants/models.ts
|
|
4
4
|
var ANTHROPIC_MODELS = {
|
|
5
5
|
CLAUDE_OPUS_4_1: "anthropic/claude-opus-4-1-20250805",
|
|
6
|
-
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4
|
|
6
|
+
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4-5-20250929",
|
|
7
7
|
CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-20250514",
|
|
8
8
|
CLAUDE_3_5_SONNET: "anthropic/claude-3-5-sonnet-20241022",
|
|
9
9
|
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-20241022"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
declare const ANTHROPIC_MODELS: {
|
|
5
5
|
readonly CLAUDE_OPUS_4_1: "anthropic/claude-opus-4-1-20250805";
|
|
6
|
-
readonly CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4
|
|
6
|
+
readonly CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4-5-20250929";
|
|
7
7
|
readonly CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-20250514";
|
|
8
8
|
readonly CLAUDE_3_5_SONNET: "anthropic/claude-3-5-sonnet-20241022";
|
|
9
9
|
readonly CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-20241022";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
declare const ANTHROPIC_MODELS: {
|
|
5
5
|
readonly CLAUDE_OPUS_4_1: "anthropic/claude-opus-4-1-20250805";
|
|
6
|
-
readonly CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4
|
|
6
|
+
readonly CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4-5-20250929";
|
|
7
7
|
readonly CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-20250514";
|
|
8
8
|
readonly CLAUDE_3_5_SONNET: "anthropic/claude-3-5-sonnet-20241022";
|
|
9
9
|
readonly CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-20241022";
|
package/dist/constants/models.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from '../chunk-
|
|
1
|
+
export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from '../chunk-4VEUH2FG.js';
|
package/dist/index.cjs
CHANGED
|
@@ -212900,7 +212900,7 @@ async function apiFetch(url, options = {}) {
|
|
|
212900
212900
|
// src/constants/models.ts
|
|
212901
212901
|
var ANTHROPIC_MODELS = {
|
|
212902
212902
|
CLAUDE_OPUS_4_1: "anthropic/claude-opus-4-1-20250805",
|
|
212903
|
-
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4
|
|
212903
|
+
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4-5-20250929",
|
|
212904
212904
|
CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-20250514",
|
|
212905
212905
|
CLAUDE_3_5_SONNET: "anthropic/claude-3-5-sonnet-20241022",
|
|
212906
212906
|
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-20241022"
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { ACTIVITY_NAMES, ACTIVITY_STATUS, ACTIVITY_TYPES, AGENT_IDS, AGGREGATE_OPERATORS, AI_OPERATIONS, AI_TOOL_TYPES, DATA_SOURCES, DATA_TYPES, DELEGATION_FROM_SUB_AGENT_ID, DELEGATION_ID, DELEGATION_TO_SUB_AGENT_ID, FIELD_TYPES, OPERATORS, ORDER_DIRECTIONS, PANEL_TYPES, QUERY_DEFAULTS, QUERY_EXPRESSIONS, QUERY_FIELD_CONFIGS, QUERY_TYPES, REDUCE_OPERATIONS, SPAN_KEYS, SPAN_NAMES, TRANSFER_FROM_SUB_AGENT_ID, TRANSFER_TO_SUB_AGENT_ID, UNKNOWN_VALUE } from './chunk-SLL6V3AE.js';
|
|
2
|
-
export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from './chunk-
|
|
3
|
-
export { TaskState } from './chunk-H2F72PDA.js';
|
|
2
|
+
export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from './chunk-4VEUH2FG.js';
|
|
4
3
|
import { getLogger, convertZodToJsonSchema } from './chunk-YECQCT5N.js';
|
|
5
4
|
export { PinoLogger, convertZodToJsonSchema, convertZodToJsonSchemaWithPreview, extractPreviewFields, getLogger, isZodSchema, loggerFactory, preview } from './chunk-YECQCT5N.js';
|
|
5
|
+
export { TaskState } from './chunk-H2F72PDA.js';
|
|
6
6
|
import { validateAndTypeAgentData, validateAgentStructure, isInternalAgent, isExternalAgent } from './chunk-4FMDWUE4.js';
|
|
7
7
|
export { A2AMessageMetadataSchema, DataOperationDetailsSchema, DataOperationEventSchema, DelegationReturnedDataSchema, DelegationSentDataSchema, TransferDataSchema, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, validateAgentRelationships, validateAgentStructure, validateAndTypeAgentData, validateArtifactComponentReferences, validateDataComponentReferences, validateToolReferences } from './chunk-4FMDWUE4.js';
|
|
8
8
|
import { ContextConfigApiUpdateSchema, validatePropsAsJsonSchema } from './chunk-VICWT3WO.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.2",
|
|
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",
|