@inkeep/agents-core 0.0.0-dev-20251015202910 → 0.0.0-dev-20251015203556
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-IT3TTPQ2.js → chunk-MQTANAMG.js} +3 -3
- package/dist/constants/models.cjs +3 -3
- package/dist/constants/models.d.cts +3 -3
- package/dist/constants/models.d.ts +3 -3
- package/dist/constants/models.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -6,9 +6,9 @@ var ANTHROPIC_MODELS = {
|
|
|
6
6
|
CLAUDE_SONNET_4_5_20250929: "anthropic/claude-sonnet-4-5-20250929",
|
|
7
7
|
CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-0",
|
|
8
8
|
CLAUDE_SONNET_4_20250514: "anthropic/claude-sonnet-4-20250514",
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku",
|
|
9
|
+
CLAUDE_HAIKU_4_5: "anthropic/claude-haiku-4-5",
|
|
10
|
+
CLAUDE_HAIKU_4_5_20251001: "anthropic/claude-haiku-4-5-20251001",
|
|
11
|
+
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-latest",
|
|
12
12
|
CLAUDE_3_5_HAIKU_20241022: "anthropic/claude-3-5-haiku-20241022"
|
|
13
13
|
};
|
|
14
14
|
var OPENAI_MODELS = {
|
|
@@ -8,9 +8,9 @@ var ANTHROPIC_MODELS = {
|
|
|
8
8
|
CLAUDE_SONNET_4_5_20250929: "anthropic/claude-sonnet-4-5-20250929",
|
|
9
9
|
CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-0",
|
|
10
10
|
CLAUDE_SONNET_4_20250514: "anthropic/claude-sonnet-4-20250514",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku",
|
|
11
|
+
CLAUDE_HAIKU_4_5: "anthropic/claude-haiku-4-5",
|
|
12
|
+
CLAUDE_HAIKU_4_5_20251001: "anthropic/claude-haiku-4-5-20251001",
|
|
13
|
+
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-latest",
|
|
14
14
|
CLAUDE_3_5_HAIKU_20241022: "anthropic/claude-3-5-haiku-20241022"
|
|
15
15
|
};
|
|
16
16
|
var OPENAI_MODELS = {
|
|
@@ -8,9 +8,9 @@ declare const ANTHROPIC_MODELS: {
|
|
|
8
8
|
readonly CLAUDE_SONNET_4_5_20250929: "anthropic/claude-sonnet-4-5-20250929";
|
|
9
9
|
readonly CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-0";
|
|
10
10
|
readonly CLAUDE_SONNET_4_20250514: "anthropic/claude-sonnet-4-20250514";
|
|
11
|
-
readonly
|
|
12
|
-
readonly
|
|
13
|
-
readonly CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku";
|
|
11
|
+
readonly CLAUDE_HAIKU_4_5: "anthropic/claude-haiku-4-5";
|
|
12
|
+
readonly CLAUDE_HAIKU_4_5_20251001: "anthropic/claude-haiku-4-5-20251001";
|
|
13
|
+
readonly CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-latest";
|
|
14
14
|
readonly CLAUDE_3_5_HAIKU_20241022: "anthropic/claude-3-5-haiku-20241022";
|
|
15
15
|
};
|
|
16
16
|
declare const OPENAI_MODELS: {
|
|
@@ -8,9 +8,9 @@ declare const ANTHROPIC_MODELS: {
|
|
|
8
8
|
readonly CLAUDE_SONNET_4_5_20250929: "anthropic/claude-sonnet-4-5-20250929";
|
|
9
9
|
readonly CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-0";
|
|
10
10
|
readonly CLAUDE_SONNET_4_20250514: "anthropic/claude-sonnet-4-20250514";
|
|
11
|
-
readonly
|
|
12
|
-
readonly
|
|
13
|
-
readonly CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku";
|
|
11
|
+
readonly CLAUDE_HAIKU_4_5: "anthropic/claude-haiku-4-5";
|
|
12
|
+
readonly CLAUDE_HAIKU_4_5_20251001: "anthropic/claude-haiku-4-5-20251001";
|
|
13
|
+
readonly CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-latest";
|
|
14
14
|
readonly CLAUDE_3_5_HAIKU_20241022: "anthropic/claude-3-5-haiku-20241022";
|
|
15
15
|
};
|
|
16
16
|
declare const OPENAI_MODELS: {
|
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-MQTANAMG.js';
|
package/dist/index.cjs
CHANGED
|
@@ -212905,9 +212905,9 @@ var ANTHROPIC_MODELS = {
|
|
|
212905
212905
|
CLAUDE_SONNET_4_5_20250929: "anthropic/claude-sonnet-4-5-20250929",
|
|
212906
212906
|
CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-0",
|
|
212907
212907
|
CLAUDE_SONNET_4_20250514: "anthropic/claude-sonnet-4-20250514",
|
|
212908
|
-
|
|
212909
|
-
|
|
212910
|
-
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku",
|
|
212908
|
+
CLAUDE_HAIKU_4_5: "anthropic/claude-haiku-4-5",
|
|
212909
|
+
CLAUDE_HAIKU_4_5_20251001: "anthropic/claude-haiku-4-5-20251001",
|
|
212910
|
+
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-latest",
|
|
212911
212911
|
CLAUDE_3_5_HAIKU_20241022: "anthropic/claude-3-5-haiku-20241022"
|
|
212912
212912
|
};
|
|
212913
212913
|
var OPENAI_MODELS = {
|
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-QFIITHNT.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-MQTANAMG.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-TSKVAFS4.js';
|
|
7
7
|
export { A2AMessageMetadataSchema, DataOperationDetailsSchema, DataOperationEventSchema, DelegationReturnedDataSchema, DelegationSentDataSchema, TransferDataSchema, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, validateAgentRelationships, validateAgentStructure, validateAndTypeAgentData, validateArtifactComponentReferences, validateDataComponentReferences, validateToolReferences } from './chunk-TSKVAFS4.js';
|
|
8
8
|
import { ContextConfigApiUpdateSchema, validatePropsAsJsonSchema } from './chunk-F3AFTJB7.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20251015203556",
|
|
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",
|