@dalmia/calibrate-mcp 0.0.32 → 0.0.34

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.
Files changed (105) hide show
  1. package/bin/mcp-server.js +576 -104
  2. package/bin/mcp-server.js.map +27 -14
  3. package/esm/funcs/annotatorsCreate.d.ts +16 -0
  4. package/esm/funcs/annotatorsCreate.d.ts.map +1 -0
  5. package/esm/funcs/annotatorsCreate.js +86 -0
  6. package/esm/funcs/annotatorsCreate.js.map +1 -0
  7. package/esm/funcs/annotatorsList.d.ts +16 -0
  8. package/esm/funcs/annotatorsList.d.ts.map +1 -0
  9. package/esm/funcs/annotatorsList.js +85 -0
  10. package/esm/funcs/annotatorsList.js.map +1 -0
  11. package/esm/funcs/annotatorsUpdate.d.ts +16 -0
  12. package/esm/funcs/annotatorsUpdate.d.ts.map +1 -0
  13. package/esm/funcs/annotatorsUpdate.js +92 -0
  14. package/esm/funcs/annotatorsUpdate.js.map +1 -0
  15. package/esm/landing-page.js +1 -1
  16. package/esm/lib/config.d.ts +2 -2
  17. package/esm/lib/config.js +2 -2
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.d.ts.map +1 -1
  20. package/esm/mcp-server/server.js +7 -1
  21. package/esm/mcp-server/server.js.map +1 -1
  22. package/esm/mcp-server/tools/annotatorsCreate.d.ts +7 -0
  23. package/esm/mcp-server/tools/annotatorsCreate.d.ts.map +1 -0
  24. package/esm/mcp-server/tools/annotatorsCreate.js +34 -0
  25. package/esm/mcp-server/tools/annotatorsCreate.js.map +1 -0
  26. package/esm/mcp-server/tools/annotatorsList.d.ts +7 -0
  27. package/esm/mcp-server/tools/annotatorsList.d.ts.map +1 -0
  28. package/esm/mcp-server/tools/annotatorsList.js +34 -0
  29. package/esm/mcp-server/tools/annotatorsList.js.map +1 -0
  30. package/esm/mcp-server/tools/annotatorsUpdate.d.ts +7 -0
  31. package/esm/mcp-server/tools/annotatorsUpdate.d.ts.map +1 -0
  32. package/esm/mcp-server/tools/annotatorsUpdate.js +34 -0
  33. package/esm/mcp-server/tools/annotatorsUpdate.js.map +1 -0
  34. package/esm/models/{routersagentsagentresponse.d.ts → agentresponse.d.ts} +7 -7
  35. package/esm/models/agentresponse.d.ts.map +1 -0
  36. package/esm/models/{routersagentsagentresponse.js → agentresponse.js} +5 -5
  37. package/esm/models/agentresponse.js.map +1 -0
  38. package/esm/models/agentsummary.d.ts +1 -0
  39. package/esm/models/agentsummary.d.ts.map +1 -1
  40. package/esm/models/agentsummary.js +1 -0
  41. package/esm/models/agentsummary.js.map +1 -1
  42. package/esm/models/annotatorcreate.d.ts +6 -0
  43. package/esm/models/annotatorcreate.d.ts.map +1 -0
  44. package/esm/models/annotatorcreate.js +8 -0
  45. package/esm/models/annotatorcreate.js.map +1 -0
  46. package/esm/models/annotatorcreateresponse.d.ts +7 -0
  47. package/esm/models/annotatorcreateresponse.d.ts.map +1 -0
  48. package/esm/models/annotatorcreateresponse.js +9 -0
  49. package/esm/models/annotatorcreateresponse.js.map +1 -0
  50. package/esm/models/annotatorresponse.d.ts +12 -0
  51. package/esm/models/annotatorresponse.d.ts.map +1 -0
  52. package/esm/models/annotatorresponse.js +15 -0
  53. package/esm/models/annotatorresponse.js.map +1 -0
  54. package/esm/models/annotatorupdate.d.ts +6 -0
  55. package/esm/models/annotatorupdate.d.ts.map +1 -0
  56. package/esm/models/annotatorupdate.js +8 -0
  57. package/esm/models/annotatorupdate.js.map +1 -0
  58. package/esm/models/createannotatorendpointannotatorspostop.d.ts +12 -0
  59. package/esm/models/createannotatorendpointannotatorspostop.d.ts.map +1 -0
  60. package/esm/models/createannotatorendpointannotatorspostop.js +16 -0
  61. package/esm/models/createannotatorendpointannotatorspostop.js.map +1 -0
  62. package/esm/models/getagentendpointagentsagentuuidgetop.d.ts +2 -2
  63. package/esm/models/getagentendpointagentsagentuuidgetop.d.ts.map +1 -1
  64. package/esm/models/getagentendpointagentsagentuuidgetop.js +2 -2
  65. package/esm/models/getagentendpointagentsagentuuidgetop.js.map +1 -1
  66. package/esm/models/listannotatorsannotatorsgetop.d.ts +10 -0
  67. package/esm/models/listannotatorsannotatorsgetop.d.ts.map +1 -0
  68. package/esm/models/listannotatorsannotatorsgetop.js +14 -0
  69. package/esm/models/listannotatorsannotatorsgetop.js.map +1 -0
  70. package/esm/models/updateagentendpointagentsagentuuidputop.d.ts +2 -2
  71. package/esm/models/updateagentendpointagentsagentuuidputop.d.ts.map +1 -1
  72. package/esm/models/updateagentendpointagentsagentuuidputop.js +2 -2
  73. package/esm/models/updateagentendpointagentsagentuuidputop.js.map +1 -1
  74. package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.d.ts +13 -0
  75. package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.d.ts.map +1 -0
  76. package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.js +19 -0
  77. package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.js.map +1 -0
  78. package/esm/tool-names.d.ts.map +1 -1
  79. package/esm/tool-names.js +12 -0
  80. package/esm/tool-names.js.map +1 -1
  81. package/package.json +1 -1
  82. package/src/funcs/annotatorsCreate.ts +149 -0
  83. package/src/funcs/annotatorsList.ts +148 -0
  84. package/src/funcs/annotatorsUpdate.ts +160 -0
  85. package/src/landing-page.ts +1 -1
  86. package/src/lib/config.ts +2 -2
  87. package/src/mcp-server/mcp-server.ts +1 -1
  88. package/src/mcp-server/server.ts +7 -1
  89. package/src/mcp-server/tools/annotatorsCreate.ts +43 -0
  90. package/src/mcp-server/tools/annotatorsList.ts +42 -0
  91. package/src/mcp-server/tools/annotatorsUpdate.ts +42 -0
  92. package/src/models/{routersagentsagentresponse.ts → agentresponse.ts} +7 -11
  93. package/src/models/agentsummary.ts +2 -0
  94. package/src/models/annotatorcreate.ts +11 -0
  95. package/src/models/annotatorcreateresponse.ts +14 -0
  96. package/src/models/annotatorresponse.ts +36 -0
  97. package/src/models/annotatorupdate.ts +13 -0
  98. package/src/models/createannotatorendpointannotatorspostop.ts +40 -0
  99. package/src/models/getagentendpointagentsagentuuidgetop.ts +3 -6
  100. package/src/models/listannotatorsannotatorsgetop.ts +34 -0
  101. package/src/models/updateagentendpointagentsagentuuidputop.ts +3 -6
  102. package/src/models/updateannotatorendpointannotatorsannotatoruuidputop.ts +42 -0
  103. package/src/tool-names.ts +12 -0
  104. package/esm/models/routersagentsagentresponse.d.ts.map +0 -1
  105. package/esm/models/routersagentsagentresponse.js.map +0 -1
@@ -6,7 +6,7 @@ import { ClosedEnum } from "../types/enums.js";
6
6
  * @remarks
7
7
  * - `connection`: your existing agent connected to Calibrate
8
8
  */
9
- export declare const RoutersAgentsAgentResponseType: {
9
+ export declare const AgentResponseType: {
10
10
  readonly Agent: "agent";
11
11
  readonly Connection: "connection";
12
12
  };
@@ -16,20 +16,20 @@ export declare const RoutersAgentsAgentResponseType: {
16
16
  * @remarks
17
17
  * - `connection`: your existing agent connected to Calibrate
18
18
  */
19
- export type RoutersAgentsAgentResponseType = ClosedEnum<typeof RoutersAgentsAgentResponseType>;
20
- export declare const RoutersAgentsAgentResponseType$zodSchema: z.ZodEnum<{
19
+ export type AgentResponseType = ClosedEnum<typeof AgentResponseType>;
20
+ export declare const AgentResponseType$zodSchema: z.ZodEnum<{
21
21
  agent: "agent";
22
22
  connection: "connection";
23
23
  }>;
24
- export type RoutersAgentsAgentResponse = {
24
+ export type AgentResponse = {
25
25
  uuid: string;
26
26
  name: string;
27
- type: RoutersAgentsAgentResponseType;
27
+ type: AgentResponseType;
28
28
  config?: {
29
29
  [k: string]: any;
30
30
  } | null | undefined;
31
31
  created_at: string;
32
32
  updated_at: string;
33
33
  };
34
- export declare const RoutersAgentsAgentResponse$zodSchema: z.ZodType<RoutersAgentsAgentResponse>;
35
- //# sourceMappingURL=routersagentsagentresponse.d.ts.map
34
+ export declare const AgentResponse$zodSchema: z.ZodType<AgentResponse>;
35
+ //# sourceMappingURL=agentresponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentresponse.d.ts","sourceRoot":"","sources":["../../src/models/agentresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC;AACX;;;;;GAKG;AACH,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAErE,eAAO,MAAM,2BAA2B;;;EAKvC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,iBAAiB,CAAC;IACxB,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAa3D,CAAC"}
@@ -8,20 +8,20 @@ import * as z from "zod";
8
8
  * @remarks
9
9
  * - `connection`: your existing agent connected to Calibrate
10
10
  */
11
- export const RoutersAgentsAgentResponseType = {
11
+ export const AgentResponseType = {
12
12
  Agent: "agent",
13
13
  Connection: "connection",
14
14
  };
15
- export const RoutersAgentsAgentResponseType$zodSchema = z.enum([
15
+ export const AgentResponseType$zodSchema = z.enum([
16
16
  "agent",
17
17
  "connection",
18
18
  ]).describe("- `agent`: built inside Calibrate\n- `connection`: your existing agent connected to Calibrate");
19
- export const RoutersAgentsAgentResponse$zodSchema = z.object({
19
+ export const AgentResponse$zodSchema = z.object({
20
20
  config: z.record(z.string(), z.any()).nullable().optional().describe("Agent configuration"),
21
21
  created_at: z.string().describe("When the agent was created (ISO 8601 UTC)"),
22
22
  name: z.string().describe("Name of the agent"),
23
- type: RoutersAgentsAgentResponseType$zodSchema.describe("- `agent`: built inside Calibrate\n- `connection`: your existing agent connected to Calibrate"),
23
+ type: AgentResponseType$zodSchema.describe("- `agent`: built inside Calibrate\n- `connection`: your existing agent connected to Calibrate"),
24
24
  updated_at: z.string().describe("When the agent was last updated (ISO 8601 UTC)"),
25
25
  uuid: z.string().describe("ID of the agent"),
26
26
  });
27
- //# sourceMappingURL=routersagentsagentresponse.js.map
27
+ //# sourceMappingURL=agentresponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentresponse.js","sourceRoot":"","sources":["../../src/models/agentresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;GAKG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;CAChB,CAAC;AASX,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,IAAI,CAAC;IAChD,OAAO;IACP,YAAY;CACb,CAAC,CAAC,QAAQ,CACT,+FAA+F,CAChG,CAAC;AAWF,MAAM,CAAC,MAAM,uBAAuB,GAA6B,CAAC,CAAC,MAAM,CAAC;IACxE,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClE,qBAAqB,CACtB;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IAC5E,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mBAAmB,CAAC;IAC9C,IAAI,EAAE,2BAA2B,CAAC,QAAQ,CACxC,+FAA+F,CAChG;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,gDAAgD,CACjD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;CAC7C,CAAC,CAAC"}
@@ -25,6 +25,7 @@ export type AgentSummary = {
25
25
  uuid: string;
26
26
  name: string;
27
27
  type: AgentSummaryType;
28
+ created_at: string;
28
29
  updated_at: string;
29
30
  connection_verified?: boolean | null | undefined;
30
31
  has_default_inputs: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"agentsummary.d.ts","sourceRoot":"","sources":["../../src/models/agentsummary.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AACX;;;;;GAKG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,eAAO,MAAM,0BAA0B;;;EAKtC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,gBAAgB,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAezD,CAAC"}
1
+ {"version":3,"file":"agentsummary.d.ts","sourceRoot":"","sources":["../../src/models/agentsummary.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AACX;;;;;GAKG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,eAAO,MAAM,0BAA0B;;;EAKtC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,gBAAgB,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAgBzD,CAAC"}
@@ -18,6 +18,7 @@ export const AgentSummaryType$zodSchema = z.enum([
18
18
  ]).describe("- `agent`: built inside Calibrate\n- `connection`: your existing agent connected to Calibrate");
19
19
  export const AgentSummary$zodSchema = z.object({
20
20
  connection_verified: z.boolean().nullable().optional().describe("Whether the agent's connection has been verified, for a `type=connection` agent"),
21
+ created_at: z.string().describe("When the agent was created (ISO 8601 UTC)"),
21
22
  has_default_inputs: z.boolean().describe("Whether the agent has custom request fields configured"),
22
23
  name: z.string().describe("Name of the agent"),
23
24
  type: AgentSummaryType$zodSchema.describe("- `agent`: built inside Calibrate\n- `connection`: your existing agent connected to Calibrate"),
@@ -1 +1 @@
1
- {"version":3,"file":"agentsummary.js","sourceRoot":"","sources":["../../src/models/agentsummary.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;GAKG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;CAChB,CAAC;AASX,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,IAAI,CAAC;IAC/C,OAAO;IACP,YAAY;CACb,CAAC,CAAC,QAAQ,CACT,+FAA+F,CAChG,CAAC;AAWF,MAAM,CAAC,MAAM,sBAAsB,GAA4B,CAAC,CAAC,MAAM,CAAC;IACtE,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC7D,iFAAiF,CAClF;IACD,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CACtC,wDAAwD,CACzD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mBAAmB,CAAC;IAC9C,IAAI,EAAE,0BAA0B,CAAC,QAAQ,CACvC,+FAA+F,CAChG;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,gDAAgD,CACjD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;CAC7C,CAAC,CAAC"}
1
+ {"version":3,"file":"agentsummary.js","sourceRoot":"","sources":["../../src/models/agentsummary.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;GAKG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;CAChB,CAAC;AASX,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,IAAI,CAAC;IAC/C,OAAO;IACP,YAAY;CACb,CAAC,CAAC,QAAQ,CACT,+FAA+F,CAChG,CAAC;AAYF,MAAM,CAAC,MAAM,sBAAsB,GAA4B,CAAC,CAAC,MAAM,CAAC;IACtE,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC7D,iFAAiF,CAClF;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IAC5E,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CACtC,wDAAwD,CACzD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mBAAmB,CAAC;IAC9C,IAAI,EAAE,0BAA0B,CAAC,QAAQ,CACvC,+FAA+F,CAChG;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,gDAAgD,CACjD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;CAC7C,CAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as z from "zod";
2
+ export type AnnotatorCreate = {
3
+ name: string;
4
+ };
5
+ export declare const AnnotatorCreate$zodSchema: z.ZodType<AnnotatorCreate>;
6
+ //# sourceMappingURL=annotatorcreate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorcreate.d.ts","sourceRoot":"","sources":["../../src/models/annotatorcreate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/C,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAE/D,CAAC"}
@@ -0,0 +1,8 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ export const AnnotatorCreate$zodSchema = z.object({
6
+ name: z.string().describe("Annotator name, unique within your workspace"),
7
+ });
8
+ //# sourceMappingURL=annotatorcreate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorcreate.js","sourceRoot":"","sources":["../../src/models/annotatorcreate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,MAAM,CAAC,MAAM,yBAAyB,GAA+B,CAAC,CAAC,MAAM,CAAC;IAC5E,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8CAA8C,CAAC;CAC1E,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as z from "zod";
2
+ export type AnnotatorCreateResponse = {
3
+ uuid: string;
4
+ message: string;
5
+ };
6
+ export declare const AnnotatorCreateResponse$zodSchema: z.ZodType<AnnotatorCreateResponse>;
7
+ //# sourceMappingURL=annotatorcreateresponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorcreateresponse.d.ts","sourceRoot":"","sources":["../../src/models/annotatorcreateresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,uBAAuB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAExE,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,uBAAuB,CAIvB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ export const AnnotatorCreateResponse$zodSchema = z.object({
6
+ message: z.string().describe("Success message"),
7
+ uuid: z.string().describe("ID of the newly created annotator"),
8
+ });
9
+ //# sourceMappingURL=annotatorcreateresponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorcreateresponse.js","sourceRoot":"","sources":["../../src/models/annotatorcreateresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,MAAM,CAAC,MAAM,iCAAiC,GAE1C,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IAC/C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;CAC/D,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as z from "zod";
2
+ export type AnnotatorResponse = {
3
+ uuid: string;
4
+ name: string;
5
+ created_at: string;
6
+ updated_at: string;
7
+ jobs_count?: number | null | undefined;
8
+ current_agreement?: number | null | undefined;
9
+ pair_count?: number | null | undefined;
10
+ };
11
+ export declare const AnnotatorResponse$zodSchema: z.ZodType<AnnotatorResponse>;
12
+ //# sourceMappingURL=annotatorresponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorresponse.d.ts","sourceRoot":"","sources":["../../src/models/annotatorresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAmBjE,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ export const AnnotatorResponse$zodSchema = z
6
+ .object({
7
+ created_at: z.string().describe("When the annotator was created (ISO 8601 UTC)"),
8
+ current_agreement: z.number().nullable().optional().describe("Latest pairwise mean agreement with other annotators, from 0 to 1"),
9
+ jobs_count: z.int().nullable().optional().describe("Number of labelling jobs assigned to this annotator"),
10
+ name: z.string().describe("Annotator name"),
11
+ pair_count: z.int().nullable().optional().describe("Number of comparable annotation pairs behind the current agreement score"),
12
+ updated_at: z.string().describe("When the annotator was last updated (ISO 8601 UTC)"),
13
+ uuid: z.string().describe("Annotator ID"),
14
+ });
15
+ //# sourceMappingURL=annotatorresponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorresponse.js","sourceRoot":"","sources":["../../src/models/annotatorresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAYzB,MAAM,CAAC,MAAM,2BAA2B,GAAiC,CAAC;KACvE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,+CAA+C,CAChD;IACD,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC1D,mEAAmE,CACpE;IACD,UAAU,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAChD,qDAAqD,CACtD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;IAC3C,UAAU,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAChD,0EAA0E,CAC3E;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,oDAAoD,CACrD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC;CAC1C,CAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as z from "zod";
2
+ export type AnnotatorUpdate = {
3
+ name?: string | null | undefined;
4
+ };
5
+ export declare const AnnotatorUpdate$zodSchema: z.ZodType<AnnotatorUpdate>;
6
+ //# sourceMappingURL=annotatorupdate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorupdate.d.ts","sourceRoot":"","sources":["../../src/models/annotatorupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;CAAE,CAAC;AAEnE,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAI/D,CAAC"}
@@ -0,0 +1,8 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ export const AnnotatorUpdate$zodSchema = z.object({
6
+ name: z.string().nullable().optional().describe("New annotator name, unique within your workspace. Omit to leave unchanged"),
7
+ });
8
+ //# sourceMappingURL=annotatorupdate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotatorupdate.js","sourceRoot":"","sources":["../../src/models/annotatorupdate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,MAAM,CAAC,MAAM,yBAAyB,GAA+B,CAAC,CAAC,MAAM,CAAC;IAC5E,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC7C,2EAA2E,CAC5E;CACF,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as z from "zod";
2
+ import { AnnotatorCreate } from "./annotatorcreate.js";
3
+ import { AnnotatorCreateResponse } from "./annotatorcreateresponse.js";
4
+ import { HTTPValidationError } from "./httpvalidationerror.js";
5
+ export type CreateAnnotatorEndpointAnnotatorsPostRequest = {
6
+ xAPIKey?: string | null | undefined;
7
+ body: AnnotatorCreate;
8
+ };
9
+ export declare const CreateAnnotatorEndpointAnnotatorsPostRequest$zodSchema: z.ZodType<CreateAnnotatorEndpointAnnotatorsPostRequest>;
10
+ export type CreateAnnotatorEndpointAnnotatorsPostResponse = AnnotatorCreateResponse | HTTPValidationError;
11
+ export declare const CreateAnnotatorEndpointAnnotatorsPostResponse$zodSchema: z.ZodType<CreateAnnotatorEndpointAnnotatorsPostResponse>;
12
+ //# sourceMappingURL=createannotatorendpointannotatorspostop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createannotatorendpointannotatorspostop.d.ts","sourceRoot":"","sources":["../../src/models/createannotatorendpointannotatorspostop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,uBAAuB,EAExB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,4CAA4C,GAAG;IACzD,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,eAAe,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,4CAA4C,CAI5C,CAAC;AAEH,MAAM,MAAM,6CAA6C,GACrD,uBAAuB,GACvB,mBAAmB,CAAC;AAExB,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAC7E,6CAA6C,CAI7C,CAAC"}
@@ -0,0 +1,16 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { AnnotatorCreate$zodSchema, } from "./annotatorcreate.js";
6
+ import { AnnotatorCreateResponse$zodSchema, } from "./annotatorcreateresponse.js";
7
+ import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
8
+ export const CreateAnnotatorEndpointAnnotatorsPostRequest$zodSchema = z.object({
9
+ body: AnnotatorCreate$zodSchema,
10
+ xAPIKey: z.string().nullable().optional(),
11
+ });
12
+ export const CreateAnnotatorEndpointAnnotatorsPostResponse$zodSchema = z.union([
13
+ AnnotatorCreateResponse$zodSchema,
14
+ HTTPValidationError$zodSchema,
15
+ ]);
16
+ //# sourceMappingURL=createannotatorendpointannotatorspostop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createannotatorendpointannotatorspostop.js","sourceRoot":"","sources":["../../src/models/createannotatorendpointannotatorspostop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,iCAAiC,GAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAOlC,MAAM,CAAC,MAAM,sDAAsD,GAE/D,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,yBAAyB;IAC/B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,uDAAuD,GAEhE,CAAC,CAAC,KAAK,CAAC;IACV,iCAAiC;IACjC,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import * as z from "zod";
2
+ import { AgentResponse } from "./agentresponse.js";
2
3
  import { HTTPValidationError } from "./httpvalidationerror.js";
3
- import { RoutersAgentsAgentResponse } from "./routersagentsagentresponse.js";
4
4
  export type GetAgentEndpointAgentsAgentUuidGetRequest = {
5
5
  agent_uuid: string;
6
6
  xAPIKey?: string | null | undefined;
7
7
  };
8
8
  export declare const GetAgentEndpointAgentsAgentUuidGetRequest$zodSchema: z.ZodType<GetAgentEndpointAgentsAgentUuidGetRequest>;
9
- export type GetAgentEndpointAgentsAgentUuidGetResponse = RoutersAgentsAgentResponse | HTTPValidationError;
9
+ export type GetAgentEndpointAgentsAgentUuidGetResponse = AgentResponse | HTTPValidationError;
10
10
  export declare const GetAgentEndpointAgentsAgentUuidGetResponse$zodSchema: z.ZodType<GetAgentEndpointAgentsAgentUuidGetResponse>;
11
11
  //# sourceMappingURL=getagentendpointagentsagentuuidgetop.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getagentendpointagentsagentuuidgetop.d.ts","sourceRoot":"","sources":["../../src/models/getagentendpointagentsagentuuidgetop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,0BAA0B,EAE3B,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,yCAAyC,GAAG;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,yCAAyC,CAIzC,CAAC;AAEH,MAAM,MAAM,0CAA0C,GAClD,0BAA0B,GAC1B,mBAAmB,CAAC;AAExB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,0CAA0C,CAI1C,CAAC"}
1
+ {"version":3,"file":"getagentendpointagentsagentuuidgetop.d.ts","sourceRoot":"","sources":["../../src/models/getagentendpointagentsagentuuidgetop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,aAAa,EAA2B,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,yCAAyC,GAAG;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,yCAAyC,CAIzC,CAAC;AAEH,MAAM,MAAM,0CAA0C,GAClD,aAAa,GACb,mBAAmB,CAAC;AAExB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,0CAA0C,CAI1C,CAAC"}
@@ -2,14 +2,14 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
  import * as z from "zod";
5
+ import { AgentResponse$zodSchema } from "./agentresponse.js";
5
6
  import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
6
- import { RoutersAgentsAgentResponse$zodSchema, } from "./routersagentsagentresponse.js";
7
7
  export const GetAgentEndpointAgentsAgentUuidGetRequest$zodSchema = z.object({
8
8
  agent_uuid: z.string().describe("The agent to retrieve"),
9
9
  xAPIKey: z.string().nullable().optional(),
10
10
  });
11
11
  export const GetAgentEndpointAgentsAgentUuidGetResponse$zodSchema = z.union([
12
- RoutersAgentsAgentResponse$zodSchema,
12
+ AgentResponse$zodSchema,
13
13
  HTTPValidationError$zodSchema,
14
14
  ]);
15
15
  //# sourceMappingURL=getagentendpointagentsagentuuidgetop.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getagentendpointagentsagentuuidgetop.js","sourceRoot":"","sources":["../../src/models/getagentendpointagentsagentuuidgetop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,oCAAoC,GACrC,MAAM,iCAAiC,CAAC;AAOzC,MAAM,CAAC,MAAM,mDAAmD,GAE5D,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;IACxD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,oDAAoD,GAE7D,CAAC,CAAC,KAAK,CAAC;IACV,oCAAoC;IACpC,6BAA6B;CAC9B,CAAC,CAAC"}
1
+ {"version":3,"file":"getagentendpointagentsagentuuidgetop.js","sourceRoot":"","sources":["../../src/models/getagentendpointagentsagentuuidgetop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAiB,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAOlC,MAAM,CAAC,MAAM,mDAAmD,GAE5D,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;IACxD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,oDAAoD,GAE7D,CAAC,CAAC,KAAK,CAAC;IACV,uBAAuB;IACvB,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as z from "zod";
2
+ import { AnnotatorResponse } from "./annotatorresponse.js";
3
+ import { HTTPValidationError } from "./httpvalidationerror.js";
4
+ export type ListAnnotatorsAnnotatorsGetRequest = {
5
+ xAPIKey?: string | null | undefined;
6
+ };
7
+ export declare const ListAnnotatorsAnnotatorsGetRequest$zodSchema: z.ZodType<ListAnnotatorsAnnotatorsGetRequest>;
8
+ export type ListAnnotatorsAnnotatorsGetResponse = Array<AnnotatorResponse> | HTTPValidationError;
9
+ export declare const ListAnnotatorsAnnotatorsGetResponse$zodSchema: z.ZodType<ListAnnotatorsAnnotatorsGetResponse>;
10
+ //# sourceMappingURL=listannotatorsannotatorsgetop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listannotatorsannotatorsgetop.d.ts","sourceRoot":"","sources":["../../src/models/listannotatorsannotatorsgetop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,iBAAiB,EAElB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,kCAAkC,GAAG;IAC/C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,kCAAkC,CAGlC,CAAC;AAEH,MAAM,MAAM,mCAAmC,GAC3C,KAAK,CAAC,iBAAiB,CAAC,GACxB,mBAAmB,CAAC;AAExB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,mCAAmC,CAInC,CAAC"}
@@ -0,0 +1,14 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { AnnotatorResponse$zodSchema, } from "./annotatorresponse.js";
6
+ import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
7
+ export const ListAnnotatorsAnnotatorsGetRequest$zodSchema = z.object({
8
+ xAPIKey: z.string().nullable().optional(),
9
+ });
10
+ export const ListAnnotatorsAnnotatorsGetResponse$zodSchema = z.union([
11
+ z.array(AnnotatorResponse$zodSchema).describe("Successful Response"),
12
+ HTTPValidationError$zodSchema,
13
+ ]);
14
+ //# sourceMappingURL=listannotatorsannotatorsgetop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listannotatorsannotatorsgetop.js","sourceRoot":"","sources":["../../src/models/listannotatorsannotatorsgetop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,2BAA2B,GAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAMlC,MAAM,CAAC,MAAM,4CAA4C,GAErD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,6CAA6C,GAEtD,CAAC,CAAC,KAAK,CAAC;IACV,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IACpE,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -1,13 +1,13 @@
1
1
  import * as z from "zod";
2
+ import { AgentResponse } from "./agentresponse.js";
2
3
  import { AgentUpdate } from "./agentupdate.js";
3
4
  import { HTTPValidationError } from "./httpvalidationerror.js";
4
- import { RoutersAgentsAgentResponse } from "./routersagentsagentresponse.js";
5
5
  export type UpdateAgentEndpointAgentsAgentUuidPutRequest = {
6
6
  agent_uuid: string;
7
7
  xAPIKey?: string | null | undefined;
8
8
  body: AgentUpdate;
9
9
  };
10
10
  export declare const UpdateAgentEndpointAgentsAgentUuidPutRequest$zodSchema: z.ZodType<UpdateAgentEndpointAgentsAgentUuidPutRequest>;
11
- export type UpdateAgentEndpointAgentsAgentUuidPutResponse = RoutersAgentsAgentResponse | HTTPValidationError;
11
+ export type UpdateAgentEndpointAgentsAgentUuidPutResponse = AgentResponse | HTTPValidationError;
12
12
  export declare const UpdateAgentEndpointAgentsAgentUuidPutResponse$zodSchema: z.ZodType<UpdateAgentEndpointAgentsAgentUuidPutResponse>;
13
13
  //# sourceMappingURL=updateagentendpointagentsagentuuidputop.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateagentendpointagentsagentuuidputop.d.ts","sourceRoot":"","sources":["../../src/models/updateagentendpointagentsagentuuidputop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AACtE,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,0BAA0B,EAE3B,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,4CAA4C,GAAG;IACzD,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,WAAW,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,4CAA4C,CAK5C,CAAC;AAEH,MAAM,MAAM,6CAA6C,GACrD,0BAA0B,GAC1B,mBAAmB,CAAC;AAExB,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAC7E,6CAA6C,CAI7C,CAAC"}
1
+ {"version":3,"file":"updateagentendpointagentsagentuuidputop.d.ts","sourceRoot":"","sources":["../../src/models/updateagentendpointagentsagentuuidputop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,aAAa,EAA2B,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AACtE,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,4CAA4C,GAAG;IACzD,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,WAAW,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,4CAA4C,CAK5C,CAAC;AAEH,MAAM,MAAM,6CAA6C,GACrD,aAAa,GACb,mBAAmB,CAAC;AAExB,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAC7E,6CAA6C,CAI7C,CAAC"}
@@ -2,16 +2,16 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
  import * as z from "zod";
5
+ import { AgentResponse$zodSchema } from "./agentresponse.js";
5
6
  import { AgentUpdate$zodSchema } from "./agentupdate.js";
6
7
  import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
7
- import { RoutersAgentsAgentResponse$zodSchema, } from "./routersagentsagentresponse.js";
8
8
  export const UpdateAgentEndpointAgentsAgentUuidPutRequest$zodSchema = z.object({
9
9
  agent_uuid: z.string().describe("The agent to update"),
10
10
  body: AgentUpdate$zodSchema,
11
11
  xAPIKey: z.string().nullable().optional(),
12
12
  });
13
13
  export const UpdateAgentEndpointAgentsAgentUuidPutResponse$zodSchema = z.union([
14
- RoutersAgentsAgentResponse$zodSchema,
14
+ AgentResponse$zodSchema,
15
15
  HTTPValidationError$zodSchema,
16
16
  ]);
17
17
  //# sourceMappingURL=updateagentendpointagentsagentuuidputop.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateagentendpointagentsagentuuidputop.js","sourceRoot":"","sources":["../../src/models/updateagentendpointagentsagentuuidputop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,oCAAoC,GACrC,MAAM,iCAAiC,CAAC;AAQzC,MAAM,CAAC,MAAM,sDAAsD,GAE/D,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IACtD,IAAI,EAAE,qBAAqB;IAC3B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,uDAAuD,GAEhE,CAAC,CAAC,KAAK,CAAC;IACV,oCAAoC;IACpC,6BAA6B;CAC9B,CAAC,CAAC"}
1
+ {"version":3,"file":"updateagentendpointagentsagentuuidputop.js","sourceRoot":"","sources":["../../src/models/updateagentendpointagentsagentuuidputop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAiB,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAQlC,MAAM,CAAC,MAAM,sDAAsD,GAE/D,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IACtD,IAAI,EAAE,qBAAqB;IAC3B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,uDAAuD,GAEhE,CAAC,CAAC,KAAK,CAAC;IACV,uBAAuB;IACvB,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as z from "zod";
2
+ import { AnnotatorResponse } from "./annotatorresponse.js";
3
+ import { AnnotatorUpdate } from "./annotatorupdate.js";
4
+ import { HTTPValidationError } from "./httpvalidationerror.js";
5
+ export type UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest = {
6
+ annotator_uuid: string;
7
+ xAPIKey?: string | null | undefined;
8
+ body: AnnotatorUpdate;
9
+ };
10
+ export declare const UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest$zodSchema: z.ZodType<UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest>;
11
+ export type UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutResponse = AnnotatorResponse | HTTPValidationError;
12
+ export declare const UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutResponse$zodSchema: z.ZodType<UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutResponse>;
13
+ //# sourceMappingURL=updateannotatorendpointannotatorsannotatoruuidputop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateannotatorendpointannotatorsannotatoruuidputop.d.ts","sourceRoot":"","sources":["../../src/models/updateannotatorendpointannotatorsannotatoruuidputop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,iBAAiB,EAElB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,wDAAwD,GAAG;IACrE,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,eAAe,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,kEAAkE,EAC7E,CAAC,CAAC,OAAO,CAAC,wDAAwD,CAK9D,CAAC;AAEP,MAAM,MAAM,yDAAyD,GACjE,iBAAiB,GACjB,mBAAmB,CAAC;AAExB,eAAO,MAAM,mEAAmE,EAC9E,CAAC,CAAC,OAAO,CAAC,yDAAyD,CAI/D,CAAC"}
@@ -0,0 +1,19 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { AnnotatorResponse$zodSchema, } from "./annotatorresponse.js";
6
+ import { AnnotatorUpdate$zodSchema, } from "./annotatorupdate.js";
7
+ import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
8
+ export const UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest$zodSchema = z
9
+ .object({
10
+ annotator_uuid: z.string().describe("Annotator to update"),
11
+ body: AnnotatorUpdate$zodSchema,
12
+ xAPIKey: z.string().nullable().optional(),
13
+ });
14
+ export const UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutResponse$zodSchema = z
15
+ .union([
16
+ AnnotatorResponse$zodSchema,
17
+ HTTPValidationError$zodSchema,
18
+ ]);
19
+ //# sourceMappingURL=updateannotatorendpointannotatorsannotatoruuidputop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateannotatorendpointannotatorsannotatoruuidputop.js","sourceRoot":"","sources":["../../src/models/updateannotatorendpointannotatorsannotatoruuidputop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,2BAA2B,GAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAEL,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAQlC,MAAM,CAAC,MAAM,kEAAkE,GACP,CAAC;KACpE,MAAM,CAAC;IACN,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IAC1D,IAAI,EAAE,yBAAyB;IAC/B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMP,MAAM,CAAC,MAAM,mEAAmE,GACP,CAAC;KACrE,KAAK,CAAC;IACL,2BAA2B;IAC3B,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tool-names.d.ts","sourceRoot":"","sources":["../src/tool-names.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CA6IlE,CAAC"}
1
+ {"version":3,"file":"tool-names.d.ts","sourceRoot":"","sources":["../src/tool-names.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAyJlE,CAAC"}
package/esm/tool-names.js CHANGED
@@ -139,6 +139,18 @@ export const toolNames = [
139
139
  {
140
140
  "name": "get-annotation-summary",
141
141
  "description": "Get a paginated summary table for a task, with each item's evaluator values and human labels.\n"
142
+ },
143
+ {
144
+ "name": "create-annotator",
145
+ "description": "Create an annotator, a human labeller who can be assigned annotation tasks.\n"
146
+ },
147
+ {
148
+ "name": "list-annotators",
149
+ "description": "List your annotators with their job counts and agreement scores.\n"
150
+ },
151
+ {
152
+ "name": "update-annotator",
153
+ "description": "Rename an annotator in your workspace.\n"
142
154
  }
143
155
  ];
144
156
  //# sourceMappingURL=tool-names.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool-names.js","sourceRoot":"","sources":["../src/tool-names.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,MAAM,CAAC,MAAM,SAAS,GAAgD;IACpE;QACE,MAAM,EAAE,yBAAyB;QACjC,aAAa,EAAE,sNAAsN;KACtO;IACD;QACE,MAAM,EAAE,qBAAqB;QAC7B,aAAa,EAAE,oQAAoQ;KACpR;IACD;QACE,MAAM,EAAE,cAAc;QACtB,aAAa,EAAE,kMAAkM;KAClN;IACD;QACE,MAAM,EAAE,aAAa;QACrB,aAAa,EAAE,iPAAiP;KACjQ;IACD;QACE,MAAM,EAAE,WAAW;QACnB,aAAa,EAAE,6KAA6K;KAC7L;IACD;QACE,MAAM,EAAE,cAAc;QACtB,aAAa,EAAE,kNAAkN;KAClO;IACD;QACE,MAAM,EAAE,uBAAuB;QAC/B,aAAa,EAAE,6IAA6I;KAC7J;IACD;QACE,MAAM,EAAE,0BAA0B;QAClC,aAAa,EAAE,kLAAkL;KAClM;IACD;QACE,MAAM,EAAE,mBAAmB;QAC3B,aAAa,EAAE,+KAA+K;KAC/L;IACD;QACE,MAAM,EAAE,aAAa;QACrB,aAAa,EAAE,+LAA+L;KAC/M;IACD;QACE,MAAM,EAAE,YAAY;QACpB,aAAa,EAAE,kKAAkK;KAClL;IACD;QACE,MAAM,EAAE,UAAU;QAClB,aAAa,EAAE,0KAA0K;KAC1L;IACD;QACE,MAAM,EAAE,aAAa;QACrB,aAAa,EAAE,yMAAyM;KACzN;IACD;QACE,MAAM,EAAE,qBAAqB;QAC7B,aAAa,EAAE,2JAA2J;KAC3K;IACD;QACE,MAAM,EAAE,kBAAkB;QAC1B,aAAa,EAAE,sCAAsC;KACtD;IACD;QACE,MAAM,EAAE,sBAAsB;QAC9B,aAAa,EAAE,wGAAwG;KACxH;IACD;QACE,MAAM,EAAE,iBAAiB;QACzB,aAAa,EAAE,oSAAoS;KACpT;IACD;QACE,MAAM,EAAE,uBAAuB;QAC/B,aAAa,EAAE,qUAAqU;KACrV;IACD;QACE,MAAM,EAAE,oBAAoB;QAC5B,aAAa,EAAE,wRAAwR;KACxS;IACD;QACE,MAAM,EAAE,qBAAqB;QAC7B,aAAa,EAAE,wLAAwL;KACxM;IACD;QACE,MAAM,EAAE,qBAAqB;QAC7B,aAAa,EAAE,uFAAuF;KACvG;IACD;QACE,MAAM,EAAE,kBAAkB;QAC1B,aAAa,EAAE,4HAA4H;KAC5I;IACD;QACE,MAAM,EAAE,iBAAiB;QACzB,aAAa,EAAE,oHAAoH;KACpI;IACD;QACE,MAAM,EAAE,eAAe;QACvB,aAAa,EAAE,oDAAoD;KACpE;IACD;QACE,MAAM,EAAE,0BAA0B;QAClC,aAAa,EAAE,iIAAiI;KACjJ;IACD;QACE,MAAM,EAAE,wBAAwB;QAChC,aAAa,EAAE,0GAA0G;KAC1H;IACD;QACE,MAAM,EAAE,uBAAuB;QAC/B,aAAa,EAAE,4DAA4D;KAC5E;IACD;QACE,MAAM,EAAE,qBAAqB;QAC7B,aAAa,EAAE,2EAA2E;KAC3F;IACD;QACE,MAAM,EAAE,qBAAqB;QAC7B,aAAa,EAAE,sTAAsT;KACtU;IACD;QACE,MAAM,EAAE,sBAAsB;QAC9B,aAAa,EAAE,kFAAkF;KAClG;IACD;QACE,MAAM,EAAE,yBAAyB;QACjC,aAAa,EAAE,oDAAoD;KACpE;IACD;QACE,MAAM,EAAE,2BAA2B;QACnC,aAAa,EAAE,4IAA4I;KAC5J;IACD;QACE,MAAM,EAAE,8BAA8B;QACtC,aAAa,EAAE,2EAA2E;KAC3F;IACD;QACE,MAAM,EAAE,0BAA0B;QAClC,aAAa,EAAE,gGAAgG;KAChH;IACD;QACE,MAAM,EAAE,wBAAwB;QAChC,aAAa,EAAE,iGAAiG;KACjH;CACF,CAAC"}
1
+ {"version":3,"file":"tool-names.js","sourceRoot":"","sources":["../src/tool-names.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dalmia/calibrate-mcp",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "sideEffects": false,