@inkeep/agents-sdk 0.0.0-dev-20260116211102 → 0.0.0-dev-20260116220526

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.
@@ -96,10 +96,10 @@ declare function credential(config: CredentialReferenceApiInsert): {
96
96
  type: "memory" | "keychain" | "nango";
97
97
  createdAt?: string | undefined;
98
98
  updatedAt?: string | undefined;
99
- userId?: string | null | undefined;
100
- createdBy?: string | null | undefined;
101
99
  retrievalParams?: Record<string, unknown> | null | undefined;
100
+ userId?: string | null | undefined;
102
101
  toolId?: string | null | undefined;
102
+ createdBy?: string | null | undefined;
103
103
  };
104
104
  /**
105
105
  * Creates an MCP (Model Context Protocol) server for tool functionality.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-sdk",
3
- "version": "0.0.0-dev-20260116211102",
3
+ "version": "0.0.0-dev-20260116220526",
4
4
  "description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "js-yaml": "^4.1.0",
17
17
  "typescript": "^5.3.3",
18
18
  "zod": "^4.1.11",
19
- "@inkeep/agents-core": "^0.0.0-dev-20260116211102"
19
+ "@inkeep/agents-core": "^0.0.0-dev-20260116220526"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/js-yaml": "^4.0.9",