@inkeep/agents-core 0.0.0-dev-20251015054033 → 0.0.0-dev-20251015064249
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/client-exports.cjs +0 -3
- package/dist/client-exports.js +0 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/client-exports.cjs
CHANGED
|
@@ -2116,9 +2116,6 @@ var FullAgentDefinitionSchema = AgentAgentApiInsertSchema.extend({
|
|
|
2116
2116
|
})
|
|
2117
2117
|
])
|
|
2118
2118
|
),
|
|
2119
|
-
// Removed project-scoped resources - these are now managed at project level:
|
|
2120
|
-
// tools, credentialReferences, dataComponents, artifactComponents
|
|
2121
|
-
// Agent relationships to these resources are maintained vian agent.tools, agent.dataComponents, etc.
|
|
2122
2119
|
contextConfig: zod.z.optional(ContextConfigApiInsertSchema2),
|
|
2123
2120
|
models: zod.z.object({
|
|
2124
2121
|
base: zod.z.object({
|
package/dist/client-exports.js
CHANGED
|
@@ -123,9 +123,6 @@ var FullAgentDefinitionSchema = AgentAgentApiInsertSchema.extend({
|
|
|
123
123
|
})
|
|
124
124
|
])
|
|
125
125
|
),
|
|
126
|
-
// Removed project-scoped resources - these are now managed at project level:
|
|
127
|
-
// tools, credentialReferences, dataComponents, artifactComponents
|
|
128
|
-
// Agent relationships to these resources are maintained vian agent.tools, agent.dataComponents, etc.
|
|
129
126
|
contextConfig: z.optional(ContextConfigApiInsertSchema),
|
|
130
127
|
models: z.object({
|
|
131
128
|
base: z.object({
|
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
2
|
export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from './chunk-IT3TTPQ2.js';
|
|
3
|
+
export { TaskState } from './chunk-H2F72PDA.js';
|
|
3
4
|
import { getLogger, convertZodToJsonSchema } from './chunk-YECQCT5N.js';
|
|
4
5
|
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-20251015064249",
|
|
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",
|