@axiom-lattice/gateway 3.0.2 → 3.0.3

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 (155) hide show
  1. package/dist/index.js +31 -9
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +31 -9
  4. package/dist/index.mjs.map +1 -1
  5. package/package.json +9 -6
  6. package/.eslintrc.json +0 -22
  7. package/.turbo/turbo-build.log +0 -46
  8. package/AGENTS.md +0 -112
  9. package/CHANGELOG.md +0 -1190
  10. package/LOGGER_CONFIG.md +0 -135
  11. package/RESUME_STREAM_CONTENT_BASED.md +0 -326
  12. package/RESUME_STREAM_README.md +0 -388
  13. package/jest.config.js +0 -72
  14. package/public/sdk/README.md +0 -695
  15. package/public/sdk/dashboard-engine-skill.md +0 -1122
  16. package/public/sdk/dashboard-single-file-spec.md +0 -357
  17. package/public/sdk/data-query-sdk-skill.md +0 -307
  18. package/public/sdk/data-query-sdk.d.ts +0 -252
  19. package/public/sdk/data-query-sdk.js +0 -970
  20. package/public/sdk/occupancy-dashboard.html +0 -363
  21. package/public/sdk/test-dashboard.html +0 -690
  22. package/scripts/seed-lark-installation.ts +0 -54
  23. package/src/__tests__/__mocks__/e2b.ts +0 -1
  24. package/src/__tests__/a2a.test.ts +0 -428
  25. package/src/__tests__/channel-installations.test.ts +0 -199
  26. package/src/__tests__/data-query.test.ts +0 -77
  27. package/src/__tests__/sandbox-provider-registration.test.ts +0 -74
  28. package/src/__tests__/setup.ts +0 -5
  29. package/src/__tests__/workspace.test.ts +0 -400
  30. package/src/channels/__tests__/routes.test.ts +0 -50
  31. package/src/channels/lark/LarkChannelAdapter.ts +0 -217
  32. package/src/channels/lark/README.md +0 -187
  33. package/src/channels/lark/__tests__/controller.test.ts +0 -136
  34. package/src/channels/lark/__tests__/mapping-service.test.ts +0 -118
  35. package/src/channels/lark/__tests__/parser.test.ts +0 -72
  36. package/src/channels/lark/__tests__/sender.test.ts +0 -37
  37. package/src/channels/lark/__tests__/verification.test.ts +0 -157
  38. package/src/channels/lark/controller.ts +0 -48
  39. package/src/channels/lark/mapping-service.ts +0 -138
  40. package/src/channels/lark/parser.ts +0 -68
  41. package/src/channels/lark/routes.ts +0 -22
  42. package/src/channels/lark/sender.ts +0 -58
  43. package/src/channels/lark/types.ts +0 -20
  44. package/src/channels/lark/verification.ts +0 -32
  45. package/src/channels/registry.ts +0 -20
  46. package/src/channels/routes.ts +0 -30
  47. package/src/channels/wechat/WechatChannelAdapter.ts +0 -294
  48. package/src/channels/wechat/__tests__/context-store.test.ts +0 -148
  49. package/src/channels/wechat/context-store.ts +0 -54
  50. package/src/channels/wechat/controller.ts +0 -59
  51. package/src/channels/wechat/routes.ts +0 -7
  52. package/src/channels/wechat/types.ts +0 -62
  53. package/src/channels/wechat/wechat-client.ts +0 -162
  54. package/src/config/local-a2a-templates.ts +0 -59
  55. package/src/config.ts +0 -124
  56. package/src/controllers/__tests__/assistant-local-a2a.test.ts +0 -147
  57. package/src/controllers/__tests__/local-a2a-templates.test.ts +0 -112
  58. package/src/controllers/__tests__/mime.test.ts +0 -74
  59. package/src/controllers/__tests__/resources.test.ts +0 -122
  60. package/src/controllers/__tests__/run.test.ts +0 -115
  61. package/src/controllers/__tests__/tasks.test.ts +0 -215
  62. package/src/controllers/__tests__/workflow-tracking.test.ts +0 -113
  63. package/src/controllers/agent_task.ts +0 -72
  64. package/src/controllers/assistant.ts +0 -490
  65. package/src/controllers/auth.ts +0 -524
  66. package/src/controllers/channel-bindings.ts +0 -135
  67. package/src/controllers/channel-installations.ts +0 -409
  68. package/src/controllers/collections.ts +0 -176
  69. package/src/controllers/config.ts +0 -126
  70. package/src/controllers/connections.ts +0 -181
  71. package/src/controllers/data-query.ts +0 -236
  72. package/src/controllers/database-configs.ts +0 -440
  73. package/src/controllers/embeddings.ts +0 -22
  74. package/src/controllers/entries.ts +0 -167
  75. package/src/controllers/eval.ts +0 -513
  76. package/src/controllers/export-import.ts +0 -166
  77. package/src/controllers/health.ts +0 -36
  78. package/src/controllers/local-a2a-templates.ts +0 -18
  79. package/src/controllers/local-a2a.ts +0 -149
  80. package/src/controllers/mcp-configs.ts +0 -673
  81. package/src/controllers/memory.ts +0 -257
  82. package/src/controllers/menu-items.ts +0 -114
  83. package/src/controllers/metrics-configs.ts +0 -1061
  84. package/src/controllers/middleware-types.ts +0 -15
  85. package/src/controllers/models.ts +0 -199
  86. package/src/controllers/personal-assistant.ts +0 -191
  87. package/src/controllers/resources.ts +0 -477
  88. package/src/controllers/run.ts +0 -338
  89. package/src/controllers/sandbox.ts +0 -255
  90. package/src/controllers/schedules.ts +0 -336
  91. package/src/controllers/skills.ts +0 -256
  92. package/src/controllers/tasks.ts +0 -213
  93. package/src/controllers/tenants.ts +0 -121
  94. package/src/controllers/thread_status.ts +0 -66
  95. package/src/controllers/threads.ts +0 -260
  96. package/src/controllers/tools.ts +0 -139
  97. package/src/controllers/users.ts +0 -135
  98. package/src/controllers/workflow-tracking.ts +0 -693
  99. package/src/controllers/workspace.ts +0 -879
  100. package/src/export_registrations/a2a-api-key.registration.ts +0 -89
  101. package/src/export_registrations/agent.registration.ts +0 -80
  102. package/src/export_registrations/binding.registration.ts +0 -106
  103. package/src/export_registrations/channel-installation.registration.ts +0 -88
  104. package/src/export_registrations/collection.registration.ts +0 -85
  105. package/src/export_registrations/connection.registration.ts +0 -97
  106. package/src/export_registrations/database-config.registration.ts +0 -94
  107. package/src/export_registrations/eval.registration.ts +0 -334
  108. package/src/export_registrations/index.ts +0 -31
  109. package/src/export_registrations/mcp-config.registration.ts +0 -97
  110. package/src/export_registrations/menu.registration.ts +0 -91
  111. package/src/export_registrations/metrics-config.registration.ts +0 -94
  112. package/src/export_registrations/skill.registration.ts +0 -88
  113. package/src/export_registrations/task.registration.ts +0 -99
  114. package/src/index.ts +0 -497
  115. package/src/logger/Logger.ts +0 -186
  116. package/src/router/MessageContext.ts +0 -14
  117. package/src/router/MessageRouter.ts +0 -490
  118. package/src/router/middlewares/auditLogger.ts +0 -34
  119. package/src/router/middlewares/deduplication.ts +0 -38
  120. package/src/router/middlewares/index.ts +0 -3
  121. package/src/router/middlewares/rateLimit.ts +0 -46
  122. package/src/routes/__tests__/a2a-test-connection.test.ts +0 -177
  123. package/src/routes/a2a-bridge.ts +0 -266
  124. package/src/routes/a2a-test-connection.ts +0 -126
  125. package/src/routes/a2a.ts +0 -851
  126. package/src/routes/channel-bindings.ts +0 -11
  127. package/src/routes/channel-installations.ts +0 -33
  128. package/src/routes/index.ts +0 -640
  129. package/src/routes/menu-items.ts +0 -10
  130. package/src/routes/resource-routes.ts +0 -35
  131. package/src/routes/stt.ts +0 -102
  132. package/src/schemas/data-query.ts +0 -69
  133. package/src/schemas/index.ts +0 -852
  134. package/src/services/ExportImportService.ts +0 -296
  135. package/src/services/__tests__/ExportImportService.test.ts +0 -130
  136. package/src/services/__tests__/eval-runner.test.ts +0 -131
  137. package/src/services/__tests__/local-a2a.test.ts +0 -124
  138. package/src/services/agent_task_consumer.ts +0 -348
  139. package/src/services/collection_service.ts +0 -258
  140. package/src/services/eval-runner.ts +0 -283
  141. package/src/services/local-a2a.ts +0 -354
  142. package/src/services/queue_service.ts +0 -104
  143. package/src/services/sandbox_service.ts +0 -223
  144. package/src/services/skill_service.ts +0 -97
  145. package/src/services/supabase.ts +0 -60
  146. package/src/swagger.ts +0 -77
  147. package/src/types/index.ts +0 -118
  148. package/src/types/koa.d.ts +0 -7
  149. package/src/utils/__tests__/local-a2a-runtime.test.ts +0 -77
  150. package/src/utils/__tests__/path-containment.test.ts +0 -35
  151. package/src/utils/a2a-url.ts +0 -20
  152. package/src/utils/local-a2a-runtime.ts +0 -107
  153. package/src/utils/mime.ts +0 -44
  154. package/src/utils/path-containment.ts +0 -38
  155. package/tsconfig.json +0 -26
@@ -1,36 +0,0 @@
1
- import { FastifyRequest, FastifyReply } from "fastify";
2
-
3
- /**
4
- * Health Controller
5
- * Handles health check endpoints for monitoring and load balancer checks
6
- */
7
-
8
- /**
9
- * Health check endpoint
10
- * Returns service status and basic information
11
- */
12
- export async function getHealth(
13
- request: FastifyRequest,
14
- reply: FastifyReply
15
- ) {
16
- try {
17
- const healthStatus = {
18
- status: "healthy",
19
- timestamp: new Date().toISOString(),
20
- uptime: process.uptime(),
21
- service: "lattice-gateway",
22
- version: process.env.npm_package_version || "1.0.0",
23
- };
24
-
25
- return reply.send({
26
- success: true,
27
- data: healthStatus,
28
- });
29
- } catch (error: any) {
30
- return reply.status(500).send({
31
- success: false,
32
- status: "unhealthy",
33
- error: error.message || "Health check failed",
34
- });
35
- }
36
- }
@@ -1,18 +0,0 @@
1
- import { FastifyReply, FastifyRequest } from "fastify";
2
- import { LOCAL_A2A_TEMPLATES } from "../config/local-a2a-templates";
3
-
4
- /**
5
- * List all configured Local A2A templates (read-only static config).
6
- */
7
- export async function getLocalA2ATemplates(
8
- _request: FastifyRequest,
9
- reply: FastifyReply,
10
- ): Promise<void> {
11
- reply.send({
12
- success: true,
13
- data: {
14
- records: LOCAL_A2A_TEMPLATES,
15
- total: LOCAL_A2A_TEMPLATES.length,
16
- },
17
- });
18
- }
@@ -1,149 +0,0 @@
1
- import { FastifyReply, FastifyRequest } from "fastify";
2
- import { getStoreLattice } from "@axiom-lattice/core";
3
- import { localA2AService } from "../services/local-a2a";
4
- import {
5
- AgentType,
6
- type Assistant,
7
- type A2ARemoteAgentConfig,
8
- } from "@axiom-lattice/protocols";
9
-
10
- function getTenantId(request: FastifyRequest): string {
11
- const userTenantId = (request as any).user?.tenantId;
12
- if (userTenantId) return userTenantId;
13
- return (request.headers["x-tenant-id"] as string) || "default";
14
- }
15
-
16
- function getLocalRuntime(assistant: Assistant): A2ARemoteAgentConfig["localRuntime"] | undefined {
17
- const graphDefinition = assistant.graphDefinition;
18
- if (!graphDefinition || typeof graphDefinition !== "object") return undefined;
19
- if ((graphDefinition as { type?: unknown }).type !== AgentType.A2A_REMOTE) return undefined;
20
- return (graphDefinition as A2ARemoteAgentConfig).localRuntime;
21
- }
22
-
23
- async function getLocalA2AAssistants(
24
- tenantId: string,
25
- ): Promise<Array<{ assistant: Assistant; localRuntime: NonNullable<A2ARemoteAgentConfig["localRuntime"]> }>> {
26
- const storeLattice = getStoreLattice("default", "assistant");
27
- const assistants = await storeLattice.store.getAllAssistants(tenantId);
28
- const results: Array<{
29
- assistant: Assistant;
30
- localRuntime: NonNullable<A2ARemoteAgentConfig["localRuntime"]>;
31
- }> = [];
32
-
33
- for (const assistant of assistants) {
34
- const runtime = getLocalRuntime(assistant);
35
- if (runtime) {
36
- results.push({ assistant, localRuntime: runtime });
37
- }
38
- }
39
-
40
- return results;
41
- }
42
-
43
- async function getLocalA2AAssistant(
44
- tenantId: string,
45
- assistantId: string,
46
- ): Promise<{
47
- assistant: Assistant;
48
- localRuntime: NonNullable<A2ARemoteAgentConfig["localRuntime"]>;
49
- } | null> {
50
- const storeLattice = getStoreLattice("default", "assistant");
51
- const assistant = await storeLattice.store.getAssistantById(tenantId, assistantId);
52
- if (!assistant) return null;
53
-
54
- const runtime = getLocalRuntime(assistant);
55
- if (!runtime) return null;
56
-
57
- return { assistant, localRuntime: runtime };
58
- }
59
-
60
- async function requireManagedAssistant(
61
- request: FastifyRequest<{ Params: { assistantId: string } }>,
62
- reply: FastifyReply,
63
- ): Promise<{
64
- assistantId: string;
65
- localRuntime: NonNullable<A2ARemoteAgentConfig["localRuntime"]>;
66
- } | null> {
67
- const assistantId = request.params.assistantId;
68
- if (!assistantId) {
69
- reply.status(400).send({ success: false, error: "assistantId is required" });
70
- return null;
71
- }
72
-
73
- const registered = await getLocalA2AAssistant(getTenantId(request), assistantId);
74
- if (!registered) {
75
- reply.status(404).send({
76
- success: false,
77
- error: `Assistant ${assistantId} is not a local managed A2A assistant`,
78
- });
79
- return null;
80
- }
81
-
82
- return { assistantId, localRuntime: registered.localRuntime };
83
- }
84
-
85
- export async function getLocalA2AStatus(
86
- request: FastifyRequest,
87
- reply: FastifyReply,
88
- ): Promise<void> {
89
- const tenantId = getTenantId(request);
90
- const managed = await getLocalA2AAssistants(tenantId);
91
- const states = await Promise.all(
92
- managed.map(({ assistant, localRuntime }) =>
93
- localA2AService.getRegisteredState(assistant.id, localRuntime),
94
- ),
95
- );
96
- reply.send({ success: true, data: { records: states, total: states.length } });
97
- }
98
-
99
- export async function getLocalA2AProvider(
100
- request: FastifyRequest<{ Params: { assistantId: string } }>,
101
- reply: FastifyReply,
102
- ): Promise<void> {
103
- const registered = await requireManagedAssistant(request, reply);
104
- if (!registered) return;
105
- const state = await localA2AService.getRegisteredState(
106
- registered.assistantId,
107
- registered.localRuntime,
108
- );
109
- reply.send({ success: true, data: state });
110
- }
111
-
112
- export async function startLocalA2AProvider(
113
- request: FastifyRequest<{ Params: { assistantId: string } }>,
114
- reply: FastifyReply,
115
- ): Promise<void> {
116
- const registered = await requireManagedAssistant(request, reply);
117
- if (!registered) return;
118
-
119
- const state = await localA2AService.startProvider(
120
- registered.assistantId,
121
- registered.localRuntime,
122
- );
123
- reply.send({ success: true, data: state });
124
- }
125
-
126
- export async function stopLocalA2AProvider(
127
- request: FastifyRequest<{ Params: { assistantId: string } }>,
128
- reply: FastifyReply,
129
- ): Promise<void> {
130
- const registered = await requireManagedAssistant(request, reply);
131
- if (!registered) return;
132
-
133
- const state = await localA2AService.stopProvider(registered.assistantId);
134
- reply.send({ success: true, data: state });
135
- }
136
-
137
- export async function restartLocalA2AProvider(
138
- request: FastifyRequest<{ Params: { assistantId: string } }>,
139
- reply: FastifyReply,
140
- ): Promise<void> {
141
- const registered = await requireManagedAssistant(request, reply);
142
- if (!registered) return;
143
-
144
- const state = await localA2AService.restartProvider(
145
- registered.assistantId,
146
- registered.localRuntime,
147
- );
148
- reply.send({ success: true, data: state });
149
- }