daycare-cli 2026.2.12 → 2026.2.22

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 (383) hide show
  1. package/dist/engine/agents/agent.d.ts.map +1 -1
  2. package/dist/engine/agents/agent.js +41 -14
  3. package/dist/engine/agents/agent.js.map +1 -1
  4. package/dist/engine/agents/agentSystem.d.ts +3 -0
  5. package/dist/engine/agents/agentSystem.d.ts.map +1 -1
  6. package/dist/engine/agents/agentSystem.js +11 -5
  7. package/dist/engine/agents/agentSystem.js.map +1 -1
  8. package/dist/engine/agents/ops/agentBackgroundList.d.ts.map +1 -1
  9. package/dist/engine/agents/ops/agentBackgroundList.js +3 -1
  10. package/dist/engine/agents/ops/agentBackgroundList.js.map +1 -1
  11. package/dist/engine/agents/ops/agentDescriptorCacheKey.d.ts.map +1 -1
  12. package/dist/engine/agents/ops/agentDescriptorCacheKey.js +2 -0
  13. package/dist/engine/agents/ops/agentDescriptorCacheKey.js.map +1 -1
  14. package/dist/engine/agents/ops/agentDescriptorCacheKey.spec.js +3 -0
  15. package/dist/engine/agents/ops/agentDescriptorCacheKey.spec.js.map +1 -1
  16. package/dist/engine/agents/ops/agentDescriptorIsHeartbeat.spec.js +1 -1
  17. package/dist/engine/agents/ops/agentDescriptorIsHeartbeat.spec.js.map +1 -1
  18. package/dist/engine/agents/ops/agentDescriptorLabel.d.ts.map +1 -1
  19. package/dist/engine/agents/ops/agentDescriptorLabel.js +3 -0
  20. package/dist/engine/agents/ops/agentDescriptorLabel.js.map +1 -1
  21. package/dist/engine/agents/ops/agentDescriptorLabel.spec.js +0 -1
  22. package/dist/engine/agents/ops/agentDescriptorLabel.spec.js.map +1 -1
  23. package/dist/engine/agents/ops/agentDescriptorTypes.d.ts +3 -0
  24. package/dist/engine/agents/ops/agentDescriptorTypes.d.ts.map +1 -1
  25. package/dist/engine/agents/ops/agentHistoryContext.d.ts.map +1 -1
  26. package/dist/engine/agents/ops/agentHistoryContext.js +14 -0
  27. package/dist/engine/agents/ops/agentHistoryContext.js.map +1 -1
  28. package/dist/engine/agents/ops/agentHistoryContext.spec.js +107 -0
  29. package/dist/engine/agents/ops/agentHistoryContext.spec.js.map +1 -1
  30. package/dist/engine/agents/ops/agentLoopRun.d.ts +2 -0
  31. package/dist/engine/agents/ops/agentLoopRun.d.ts.map +1 -1
  32. package/dist/engine/agents/ops/agentLoopRun.js +34 -6
  33. package/dist/engine/agents/ops/agentLoopRun.js.map +1 -1
  34. package/dist/engine/agents/ops/agentLoopRun.spec.js +107 -31
  35. package/dist/engine/agents/ops/agentLoopRun.spec.js.map +1 -1
  36. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.d.ts +7 -0
  37. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.d.ts.map +1 -0
  38. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.js +16 -0
  39. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.js.map +1 -0
  40. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.spec.d.ts +2 -0
  41. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.spec.d.ts.map +1 -0
  42. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.spec.js +20 -0
  43. package/dist/engine/agents/ops/agentMessageRunPythonTerminalTrim.spec.js.map +1 -0
  44. package/dist/engine/agents/ops/agentPromptResolve.d.ts.map +1 -1
  45. package/dist/engine/agents/ops/agentPromptResolve.js +8 -0
  46. package/dist/engine/agents/ops/agentPromptResolve.js.map +1 -1
  47. package/dist/engine/agents/ops/agentPromptResolve.spec.js +8 -0
  48. package/dist/engine/agents/ops/agentPromptResolve.spec.js.map +1 -1
  49. package/dist/engine/agents/ops/agentSystemPrompt.d.ts.map +1 -1
  50. package/dist/engine/agents/ops/agentSystemPrompt.js +8 -1
  51. package/dist/engine/agents/ops/agentSystemPrompt.js.map +1 -1
  52. package/dist/engine/agents/ops/agentSystemPrompt.spec.js +39 -8
  53. package/dist/engine/agents/ops/agentSystemPrompt.spec.js.map +1 -1
  54. package/dist/engine/agents/ops/agentSystemPromptContext.d.ts +2 -0
  55. package/dist/engine/agents/ops/agentSystemPromptContext.d.ts.map +1 -1
  56. package/dist/engine/agents/ops/agentSystemPromptSectionPermissions.d.ts.map +1 -1
  57. package/dist/engine/agents/ops/agentSystemPromptSectionPermissions.js +1 -3
  58. package/dist/engine/agents/ops/agentSystemPromptSectionPermissions.js.map +1 -1
  59. package/dist/engine/agents/ops/agentSystemPromptSectionToolCalling.js +15 -1
  60. package/dist/engine/agents/ops/agentSystemPromptSectionToolCalling.js.map +1 -1
  61. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.d.ts +11 -0
  62. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.d.ts.map +1 -0
  63. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.js +17 -0
  64. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.js.map +1 -0
  65. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.spec.d.ts +2 -0
  66. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.spec.d.ts.map +1 -0
  67. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.spec.js +26 -0
  68. package/dist/engine/agents/ops/agentToolExecutionAllowlistResolve.spec.js.map +1 -0
  69. package/dist/engine/agents/system/_systemAgents.d.ts.map +1 -1
  70. package/dist/engine/agents/system/_systemAgents.js +0 -5
  71. package/dist/engine/agents/system/_systemAgents.js.map +1 -1
  72. package/dist/engine/agents/system/systemAgentPromptResolve.spec.js +0 -6
  73. package/dist/engine/agents/system/systemAgentPromptResolve.spec.js.map +1 -1
  74. package/dist/engine/agents/system/systemAgentTagIs.spec.js +3 -4
  75. package/dist/engine/agents/system/systemAgentTagIs.spec.js.map +1 -1
  76. package/dist/engine/apps/appToolExecutorBuild.spec.js +11 -9
  77. package/dist/engine/apps/appToolExecutorBuild.spec.js.map +1 -1
  78. package/dist/engine/engine.d.ts +2 -0
  79. package/dist/engine/engine.d.ts.map +1 -1
  80. package/dist/engine/engine.js +16 -1
  81. package/dist/engine/engine.js.map +1 -1
  82. package/dist/engine/ipc/server.d.ts.map +1 -1
  83. package/dist/engine/ipc/server.js +14 -0
  84. package/dist/engine/ipc/server.js.map +1 -1
  85. package/dist/engine/ipc/serverMemoryRoutesRegister.d.ts +24 -0
  86. package/dist/engine/ipc/serverMemoryRoutesRegister.d.ts.map +1 -0
  87. package/dist/engine/ipc/serverMemoryRoutesRegister.js +54 -0
  88. package/dist/engine/ipc/serverMemoryRoutesRegister.js.map +1 -0
  89. package/dist/engine/ipc/serverMemoryRoutesRegister.spec.d.ts +2 -0
  90. package/dist/engine/ipc/serverMemoryRoutesRegister.spec.d.ts.map +1 -0
  91. package/dist/engine/ipc/serverMemoryRoutesRegister.spec.js +157 -0
  92. package/dist/engine/ipc/serverMemoryRoutesRegister.spec.js.map +1 -0
  93. package/dist/engine/memory/graph/graphNodeParse.d.ts +7 -0
  94. package/dist/engine/memory/graph/graphNodeParse.d.ts.map +1 -0
  95. package/dist/engine/memory/graph/graphNodeParse.js +122 -0
  96. package/dist/engine/memory/graph/graphNodeParse.js.map +1 -0
  97. package/dist/engine/memory/graph/graphNodeParse.spec.d.ts +2 -0
  98. package/dist/engine/memory/graph/graphNodeParse.spec.d.ts.map +1 -0
  99. package/dist/engine/memory/graph/graphNodeParse.spec.js +68 -0
  100. package/dist/engine/memory/graph/graphNodeParse.spec.js.map +1 -0
  101. package/dist/engine/memory/graph/graphNodeSerialize.d.ts +7 -0
  102. package/dist/engine/memory/graph/graphNodeSerialize.d.ts.map +1 -0
  103. package/dist/engine/memory/graph/graphNodeSerialize.js +17 -0
  104. package/dist/engine/memory/graph/graphNodeSerialize.js.map +1 -0
  105. package/dist/engine/memory/graph/graphNodeSerialize.spec.d.ts +2 -0
  106. package/dist/engine/memory/graph/graphNodeSerialize.spec.d.ts.map +1 -0
  107. package/dist/engine/memory/graph/graphNodeSerialize.spec.js +45 -0
  108. package/dist/engine/memory/graph/graphNodeSerialize.spec.js.map +1 -0
  109. package/dist/engine/memory/graph/graphRootNodeRead.d.ts +8 -0
  110. package/dist/engine/memory/graph/graphRootNodeRead.d.ts.map +1 -0
  111. package/dist/engine/memory/graph/graphRootNodeRead.js +23 -0
  112. package/dist/engine/memory/graph/graphRootNodeRead.js.map +1 -0
  113. package/dist/engine/memory/graph/graphRootNodeRead.spec.d.ts +2 -0
  114. package/dist/engine/memory/graph/graphRootNodeRead.spec.d.ts.map +1 -0
  115. package/dist/engine/memory/graph/graphRootNodeRead.spec.js +14 -0
  116. package/dist/engine/memory/graph/graphRootNodeRead.spec.js.map +1 -0
  117. package/dist/engine/memory/graph/graphStoreRead.d.ts +7 -0
  118. package/dist/engine/memory/graph/graphStoreRead.d.ts.map +1 -0
  119. package/dist/engine/memory/graph/graphStoreRead.js +32 -0
  120. package/dist/engine/memory/graph/graphStoreRead.js.map +1 -0
  121. package/dist/engine/memory/graph/graphStoreRead.spec.d.ts +2 -0
  122. package/dist/engine/memory/graph/graphStoreRead.spec.d.ts.map +1 -0
  123. package/dist/engine/memory/graph/graphStoreRead.spec.js +57 -0
  124. package/dist/engine/memory/graph/graphStoreRead.spec.js.map +1 -0
  125. package/dist/engine/memory/graph/graphStoreWrite.d.ts +7 -0
  126. package/dist/engine/memory/graph/graphStoreWrite.d.ts.map +1 -0
  127. package/dist/engine/memory/graph/graphStoreWrite.js +18 -0
  128. package/dist/engine/memory/graph/graphStoreWrite.js.map +1 -0
  129. package/dist/engine/memory/graph/graphStoreWrite.spec.d.ts +2 -0
  130. package/dist/engine/memory/graph/graphStoreWrite.spec.d.ts.map +1 -0
  131. package/dist/engine/memory/graph/graphStoreWrite.spec.js +50 -0
  132. package/dist/engine/memory/graph/graphStoreWrite.spec.js.map +1 -0
  133. package/dist/engine/memory/graph/graphTreeBuild.d.ts +9 -0
  134. package/dist/engine/memory/graph/graphTreeBuild.d.ts.map +1 -0
  135. package/dist/engine/memory/graph/graphTreeBuild.js +85 -0
  136. package/dist/engine/memory/graph/graphTreeBuild.js.map +1 -0
  137. package/dist/engine/memory/graph/graphTreeBuild.spec.d.ts +2 -0
  138. package/dist/engine/memory/graph/graphTreeBuild.spec.d.ts.map +1 -0
  139. package/dist/engine/memory/graph/graphTreeBuild.spec.js +46 -0
  140. package/dist/engine/memory/graph/graphTreeBuild.spec.js.map +1 -0
  141. package/dist/engine/memory/graph/graphTypes.d.ts +19 -0
  142. package/dist/engine/memory/graph/graphTypes.d.ts.map +1 -0
  143. package/dist/engine/memory/graph/graphTypes.js +2 -0
  144. package/dist/engine/memory/graph/graphTypes.js.map +1 -0
  145. package/dist/engine/memory/infer/inferObservations.d.ts +19 -0
  146. package/dist/engine/memory/infer/inferObservations.d.ts.map +1 -0
  147. package/dist/engine/memory/infer/inferObservations.js +67 -0
  148. package/dist/engine/memory/infer/inferObservations.js.map +1 -0
  149. package/dist/engine/memory/infer/utils/formatHistoryMessages.d.ts +7 -0
  150. package/dist/engine/memory/infer/utils/formatHistoryMessages.d.ts.map +1 -0
  151. package/dist/engine/memory/infer/utils/formatHistoryMessages.js +46 -0
  152. package/dist/engine/memory/infer/utils/formatHistoryMessages.js.map +1 -0
  153. package/dist/engine/memory/infer/utils/formatHistoryMessages.spec.d.ts +2 -0
  154. package/dist/engine/memory/infer/utils/formatHistoryMessages.spec.d.ts.map +1 -0
  155. package/dist/engine/memory/infer/utils/formatHistoryMessages.spec.js +89 -0
  156. package/dist/engine/memory/infer/utils/formatHistoryMessages.spec.js.map +1 -0
  157. package/dist/engine/memory/infer/utils/parseObservations.d.ts +7 -0
  158. package/dist/engine/memory/infer/utils/parseObservations.d.ts.map +1 -0
  159. package/dist/engine/memory/infer/utils/parseObservations.js +24 -0
  160. package/dist/engine/memory/infer/utils/parseObservations.js.map +1 -0
  161. package/dist/engine/memory/infer/utils/parseObservations.spec.d.ts +2 -0
  162. package/dist/engine/memory/infer/utils/parseObservations.spec.d.ts.map +1 -0
  163. package/dist/engine/memory/infer/utils/parseObservations.spec.js +31 -0
  164. package/dist/engine/memory/infer/utils/parseObservations.spec.js.map +1 -0
  165. package/dist/engine/memory/memory.d.ts +18 -0
  166. package/dist/engine/memory/memory.d.ts.map +1 -0
  167. package/dist/engine/memory/memory.js +71 -0
  168. package/dist/engine/memory/memory.js.map +1 -0
  169. package/dist/engine/memory/memory.spec.d.ts +2 -0
  170. package/dist/engine/memory/memory.spec.d.ts.map +1 -0
  171. package/dist/engine/memory/memory.spec.js +68 -0
  172. package/dist/engine/memory/memory.spec.js.map +1 -0
  173. package/dist/engine/memory/memorySessionObserve.d.ts +13 -2
  174. package/dist/engine/memory/memorySessionObserve.d.ts.map +1 -1
  175. package/dist/engine/memory/memorySessionObserve.js +12 -3
  176. package/dist/engine/memory/memorySessionObserve.js.map +1 -1
  177. package/dist/engine/memory/memorySessionObserve.spec.js +75 -4
  178. package/dist/engine/memory/memorySessionObserve.spec.js.map +1 -1
  179. package/dist/engine/memory/memoryWorker.d.ts +19 -2
  180. package/dist/engine/memory/memoryWorker.d.ts.map +1 -1
  181. package/dist/engine/memory/memoryWorker.js +40 -10
  182. package/dist/engine/memory/memoryWorker.js.map +1 -1
  183. package/dist/engine/memory/memoryWorker.spec.js +95 -21
  184. package/dist/engine/memory/memoryWorker.spec.js.map +1 -1
  185. package/dist/engine/memory/observationLogAppend.d.ts +9 -0
  186. package/dist/engine/memory/observationLogAppend.d.ts.map +1 -0
  187. package/dist/engine/memory/observationLogAppend.js +26 -0
  188. package/dist/engine/memory/observationLogAppend.js.map +1 -0
  189. package/dist/engine/memory/observationLogAppend.spec.d.ts +2 -0
  190. package/dist/engine/memory/observationLogAppend.spec.d.ts.map +1 -0
  191. package/dist/engine/memory/observationLogAppend.spec.js +67 -0
  192. package/dist/engine/memory/observationLogAppend.spec.js.map +1 -0
  193. package/dist/engine/modules/executablePrompts/executablePromptExpand.d.ts.map +1 -1
  194. package/dist/engine/modules/executablePrompts/executablePromptExpand.js +2 -1
  195. package/dist/engine/modules/executablePrompts/executablePromptExpand.js.map +1 -1
  196. package/dist/engine/modules/executablePrompts/executablePromptExpand.spec.js +1 -0
  197. package/dist/engine/modules/executablePrompts/executablePromptExpand.spec.js.map +1 -1
  198. package/dist/engine/modules/inference/router.d.ts +1 -0
  199. package/dist/engine/modules/inference/router.d.ts.map +1 -1
  200. package/dist/engine/modules/inference/router.js +1 -0
  201. package/dist/engine/modules/inference/router.js.map +1 -1
  202. package/dist/engine/modules/rlm/rlmExecute.d.ts.map +1 -1
  203. package/dist/engine/modules/rlm/rlmExecute.js +2 -1
  204. package/dist/engine/modules/rlm/rlmExecute.js.map +1 -1
  205. package/dist/engine/modules/rlm/rlmExecute.spec.js +1 -0
  206. package/dist/engine/modules/rlm/rlmExecute.spec.js.map +1 -1
  207. package/dist/engine/modules/rlm/rlmRestore.d.ts.map +1 -1
  208. package/dist/engine/modules/rlm/rlmRestore.js +2 -1
  209. package/dist/engine/modules/rlm/rlmRestore.js.map +1 -1
  210. package/dist/engine/modules/rlm/rlmRestore.spec.js +1 -0
  211. package/dist/engine/modules/rlm/rlmRestore.spec.js.map +1 -1
  212. package/dist/engine/modules/rlm/rlmTool.d.ts.map +1 -1
  213. package/dist/engine/modules/rlm/rlmTool.js +2 -1
  214. package/dist/engine/modules/rlm/rlmTool.js.map +1 -1
  215. package/dist/engine/modules/rlm/rlmTool.spec.js +73 -0
  216. package/dist/engine/modules/rlm/rlmTool.spec.js.map +1 -1
  217. package/dist/engine/modules/rlm/rlmToolsForContextResolve.d.ts +9 -0
  218. package/dist/engine/modules/rlm/rlmToolsForContextResolve.d.ts.map +1 -0
  219. package/dist/engine/modules/rlm/rlmToolsForContextResolve.js +18 -0
  220. package/dist/engine/modules/rlm/rlmToolsForContextResolve.js.map +1 -0
  221. package/dist/engine/modules/rlm/rlmToolsForContextResolve.spec.d.ts +2 -0
  222. package/dist/engine/modules/rlm/rlmToolsForContextResolve.spec.d.ts.map +1 -0
  223. package/dist/engine/modules/rlm/rlmToolsForContextResolve.spec.js +77 -0
  224. package/dist/engine/modules/rlm/rlmToolsForContextResolve.spec.js.map +1 -0
  225. package/dist/engine/modules/toolResolver.d.ts +3 -2
  226. package/dist/engine/modules/toolResolver.d.ts.map +1 -1
  227. package/dist/engine/modules/toolResolver.js +31 -9
  228. package/dist/engine/modules/toolResolver.js.map +1 -1
  229. package/dist/engine/modules/toolResolver.spec.js +101 -0
  230. package/dist/engine/modules/toolResolver.spec.js.map +1 -1
  231. package/dist/engine/modules/tools/channelSendTool.js +3 -0
  232. package/dist/engine/modules/tools/channelSendTool.js.map +1 -1
  233. package/dist/engine/modules/tools/memoryNodeReadToolBuild.d.ts +8 -0
  234. package/dist/engine/modules/tools/memoryNodeReadToolBuild.d.ts.map +1 -0
  235. package/dist/engine/modules/tools/memoryNodeReadToolBuild.js +99 -0
  236. package/dist/engine/modules/tools/memoryNodeReadToolBuild.js.map +1 -0
  237. package/dist/engine/modules/tools/memoryNodeReadToolBuild.spec.d.ts +2 -0
  238. package/dist/engine/modules/tools/memoryNodeReadToolBuild.spec.d.ts.map +1 -0
  239. package/dist/engine/modules/tools/memoryNodeReadToolBuild.spec.js +112 -0
  240. package/dist/engine/modules/tools/memoryNodeReadToolBuild.spec.js.map +1 -0
  241. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.d.ts +10 -0
  242. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.d.ts.map +1 -0
  243. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.js +115 -0
  244. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.js.map +1 -0
  245. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.spec.d.ts +2 -0
  246. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.spec.d.ts.map +1 -0
  247. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.spec.js +163 -0
  248. package/dist/engine/modules/tools/memoryNodeWriteToolBuild.spec.js.map +1 -0
  249. package/dist/engine/modules/tools/types.d.ts +10 -1
  250. package/dist/engine/modules/tools/types.d.ts.map +1 -1
  251. package/dist/engine/permissions/permissionBuildUser.d.ts.map +1 -1
  252. package/dist/engine/permissions/permissionBuildUser.js +5 -1
  253. package/dist/engine/permissions/permissionBuildUser.js.map +1 -1
  254. package/dist/engine/permissions/permissionBuildUser.spec.js +2 -1
  255. package/dist/engine/permissions/permissionBuildUser.spec.js.map +1 -1
  256. package/dist/engine/permissions.d.ts +1 -0
  257. package/dist/engine/permissions.d.ts.map +1 -1
  258. package/dist/engine/permissions.js +12 -2
  259. package/dist/engine/permissions.js.map +1 -1
  260. package/dist/engine/plugins/descriptor.d.ts +2 -2
  261. package/dist/engine/processes/processes.js +2 -1
  262. package/dist/engine/processes/processes.js.map +1 -1
  263. package/dist/engine/users/userHome.d.ts +1 -0
  264. package/dist/engine/users/userHome.d.ts.map +1 -1
  265. package/dist/engine/users/userHome.js +2 -0
  266. package/dist/engine/users/userHome.js.map +1 -1
  267. package/dist/engine/users/userHome.spec.js +1 -0
  268. package/dist/engine/users/userHome.spec.js.map +1 -1
  269. package/dist/engine/users/userHomeEnsure.d.ts.map +1 -1
  270. package/dist/engine/users/userHomeEnsure.js +1 -0
  271. package/dist/engine/users/userHomeEnsure.js.map +1 -1
  272. package/dist/engine/users/userHomeEnsure.spec.js +1 -0
  273. package/dist/engine/users/userHomeEnsure.spec.js.map +1 -1
  274. package/dist/plugins/dashboard/site/404.html +1 -1
  275. package/dist/plugins/dashboard/site/_next/static/chunks/{315-7c3dbac7865a2549.js → 129-0781090dbd74ef24.js} +1 -1
  276. package/dist/plugins/dashboard/site/_next/static/chunks/315-e0c2965b599a90c8.js +1 -0
  277. package/dist/plugins/dashboard/site/_next/static/chunks/app/agent/page-e7a20c5ef1f769e6.js +1 -0
  278. package/dist/plugins/dashboard/site/_next/static/chunks/app/agents/page-b997df519e071e45.js +1 -0
  279. package/dist/plugins/dashboard/site/_next/static/chunks/app/automations/page-fed8c9eb1cef42df.js +1 -0
  280. package/dist/plugins/dashboard/site/_next/static/chunks/app/connectors/page-a8a3b434a1ed7bda.js +1 -0
  281. package/dist/plugins/dashboard/site/_next/static/chunks/app/memory/page-c2c16e7623a0377d.js +1 -0
  282. package/dist/plugins/dashboard/site/_next/static/chunks/app/page-5ebf2aeece51aed8.js +1 -0
  283. package/dist/plugins/dashboard/site/_next/static/chunks/app/processes/page-e6bdb861ae8bd14b.js +1 -0
  284. package/dist/plugins/dashboard/site/_next/static/chunks/app/providers/{page-f0d02a91a69b9eb8.js → page-d3743fe243237b22.js} +1 -1
  285. package/dist/plugins/dashboard/site/_next/static/chunks/app/signals/page-b817ca434cd43c0f.js +1 -0
  286. package/dist/plugins/dashboard/site/_next/static/chunks/app/telemetry/{page-98aa9367902606e3.js → page-eabe78b4fbbf1439.js} +1 -1
  287. package/dist/plugins/dashboard/site/_next/static/chunks/app/tools/page-ce22e00b61861083.js +1 -0
  288. package/dist/plugins/dashboard/site/_next/static/chunks/{main-2004b9415696334d.js → main-5352cc0d54d797b4.js} +1 -1
  289. package/dist/plugins/dashboard/site/_next/static/css/42d76d007d742231.css +5 -0
  290. package/dist/plugins/dashboard/site/agent.html +1 -1
  291. package/dist/plugins/dashboard/site/agent.txt +2 -2
  292. package/dist/plugins/dashboard/site/agents.html +1 -1
  293. package/dist/plugins/dashboard/site/agents.txt +2 -2
  294. package/dist/plugins/dashboard/site/automations.html +1 -1
  295. package/dist/plugins/dashboard/site/automations.txt +2 -2
  296. package/dist/plugins/dashboard/site/connectors.html +1 -1
  297. package/dist/plugins/dashboard/site/connectors.txt +2 -2
  298. package/dist/plugins/dashboard/site/index.html +2 -2
  299. package/dist/plugins/dashboard/site/index.txt +2 -2
  300. package/dist/plugins/dashboard/site/memory.html +1 -0
  301. package/dist/plugins/dashboard/site/memory.txt +7 -0
  302. package/dist/plugins/dashboard/site/processes.html +1 -1
  303. package/dist/plugins/dashboard/site/processes.txt +2 -2
  304. package/dist/plugins/dashboard/site/providers.html +1 -1
  305. package/dist/plugins/dashboard/site/providers.txt +2 -2
  306. package/dist/plugins/dashboard/site/signals.html +1 -1
  307. package/dist/plugins/dashboard/site/signals.txt +2 -2
  308. package/dist/plugins/dashboard/site/telemetry.html +2 -2
  309. package/dist/plugins/dashboard/site/telemetry.txt +2 -2
  310. package/dist/plugins/dashboard/site/tools.html +1 -1
  311. package/dist/plugins/dashboard/site/tools.txt +2 -2
  312. package/dist/prompts/SYSTEM_AGENCY.md +1 -1
  313. package/dist/prompts/SYSTEM_PERMISSIONS.md +4 -25
  314. package/dist/prompts/memory/MEMORY_AGENT.md +148 -0
  315. package/dist/prompts/memory/MEMORY_ROOT.md +322 -0
  316. package/dist/prompts/memory/OBSERVE.md +70 -0
  317. package/dist/sandbox/sandboxCanRead.d.ts.map +1 -1
  318. package/dist/sandbox/sandboxCanRead.js +26 -2
  319. package/dist/sandbox/sandboxCanRead.js.map +1 -1
  320. package/dist/sandbox/sandboxCanRead.spec.js +51 -8
  321. package/dist/sandbox/sandboxCanRead.spec.js.map +1 -1
  322. package/dist/sandbox/sandboxCanWrite.d.ts.map +1 -1
  323. package/dist/sandbox/sandboxCanWrite.js +11 -0
  324. package/dist/sandbox/sandboxCanWrite.js.map +1 -1
  325. package/dist/sandbox/sandboxCanWrite.spec.js +32 -1
  326. package/dist/sandbox/sandboxCanWrite.spec.js.map +1 -1
  327. package/dist/sandbox/sandboxDangerousFileCheck.d.ts +11 -0
  328. package/dist/sandbox/sandboxDangerousFileCheck.d.ts.map +1 -0
  329. package/dist/sandbox/sandboxDangerousFileCheck.js +37 -0
  330. package/dist/sandbox/sandboxDangerousFileCheck.js.map +1 -0
  331. package/dist/sandbox/sandboxDangerousFileCheck.spec.d.ts +2 -0
  332. package/dist/sandbox/sandboxDangerousFileCheck.spec.d.ts.map +1 -0
  333. package/dist/sandbox/sandboxDangerousFileCheck.spec.js +25 -0
  334. package/dist/sandbox/sandboxDangerousFileCheck.spec.js.map +1 -0
  335. package/dist/sandbox/sandboxDangerousFilesBuild.d.ts +11 -0
  336. package/dist/sandbox/sandboxDangerousFilesBuild.d.ts.map +1 -0
  337. package/dist/sandbox/sandboxDangerousFilesBuild.js +23 -0
  338. package/dist/sandbox/sandboxDangerousFilesBuild.js.map +1 -0
  339. package/dist/sandbox/sandboxDangerousFilesBuild.spec.d.ts +2 -0
  340. package/dist/sandbox/sandboxDangerousFilesBuild.spec.d.ts.map +1 -0
  341. package/dist/sandbox/sandboxDangerousFilesBuild.spec.js +31 -0
  342. package/dist/sandbox/sandboxDangerousFilesBuild.spec.js.map +1 -0
  343. package/dist/sandbox/sandboxFilesystemPolicyBuild.d.ts.map +1 -1
  344. package/dist/sandbox/sandboxFilesystemPolicyBuild.js +5 -47
  345. package/dist/sandbox/sandboxFilesystemPolicyBuild.js.map +1 -1
  346. package/dist/sandbox/sandboxPathDenyCheck.d.ts +6 -0
  347. package/dist/sandbox/sandboxPathDenyCheck.d.ts.map +1 -0
  348. package/dist/sandbox/sandboxPathDenyCheck.js +26 -0
  349. package/dist/sandbox/sandboxPathDenyCheck.js.map +1 -0
  350. package/dist/sandbox/sandboxPathDenyCheck.spec.d.ts +2 -0
  351. package/dist/sandbox/sandboxPathDenyCheck.spec.d.ts.map +1 -0
  352. package/dist/sandbox/sandboxPathDenyCheck.spec.js +23 -0
  353. package/dist/sandbox/sandboxPathDenyCheck.spec.js.map +1 -0
  354. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.d.ts +11 -0
  355. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.d.ts.map +1 -0
  356. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.js +63 -0
  357. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.js.map +1 -0
  358. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.spec.d.ts +2 -0
  359. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.spec.d.ts.map +1 -0
  360. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.spec.js +52 -0
  361. package/dist/sandbox/sandboxSensitiveDenyPathsBuild.spec.js.map +1 -0
  362. package/dist/skills/memory-document/SKILL.md +134 -0
  363. package/dist/skills/skills/memory-document/SKILL.md +134 -0
  364. package/dist/storage/processesRepository.js +9 -3
  365. package/dist/storage/processesRepository.js.map +1 -1
  366. package/dist/types.d.ts +3 -1
  367. package/dist/types.d.ts.map +1 -1
  368. package/package.json +1 -1
  369. package/dist/plugins/dashboard/site/_next/static/chunks/668-ebfa412e61ce0ba6.js +0 -1
  370. package/dist/plugins/dashboard/site/_next/static/chunks/app/agent/page-22dfc72e39faa099.js +0 -1
  371. package/dist/plugins/dashboard/site/_next/static/chunks/app/agents/page-7b0c562c7534861a.js +0 -1
  372. package/dist/plugins/dashboard/site/_next/static/chunks/app/automations/page-6245088e82da3e1c.js +0 -1
  373. package/dist/plugins/dashboard/site/_next/static/chunks/app/connectors/page-036fb8590b50cc57.js +0 -1
  374. package/dist/plugins/dashboard/site/_next/static/chunks/app/page-8c0afc21c643ff8b.js +0 -1
  375. package/dist/plugins/dashboard/site/_next/static/chunks/app/processes/page-98da30b493398bf7.js +0 -1
  376. package/dist/plugins/dashboard/site/_next/static/chunks/app/signals/page-44ccbe1e003b1905.js +0 -1
  377. package/dist/plugins/dashboard/site/_next/static/chunks/app/tools/page-6ff89d201c006847.js +0 -1
  378. package/dist/plugins/dashboard/site/_next/static/css/5e0d68fc118b66c8.css +0 -5
  379. package/dist/prompts/ACTORS.md +0 -37
  380. package/dist/prompts/ARCHITECT.md +0 -36
  381. package/dist/prompts/PERMISSIONS.md +0 -63
  382. /package/dist/plugins/dashboard/site/_next/static/{dkIRezLpmA4xSr6Bj5DQ6 → Xz8Kc-P2fnMqmm-AsS7Ui}/_buildManifest.js +0 -0
  383. /package/dist/plugins/dashboard/site/_next/static/{dkIRezLpmA4xSr6Bj5DQ6 → Xz8Kc-P2fnMqmm-AsS7Ui}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/5e0d68fc118b66c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ba419df0f2bbc111.js"/><script src="/_next/static/chunks/1dd3208c-8dbf5d579a87cb85.js" async=""></script><script src="/_next/static/chunks/528-ada84a57eb753539.js" async=""></script><script src="/_next/static/chunks/main-app-e47c27dd717b70ea.js" async=""></script><script src="/_next/static/chunks/315-7c3dbac7865a2549.js" async=""></script><script src="/_next/static/chunks/668-ebfa412e61ce0ba6.js" async=""></script><script src="/_next/static/chunks/app/tools/page-6ff89d201c006847.js" async=""></script><title>Daycare Dashboard</title><meta name="description" content="Live status for plugins, agents, and cron tasks from the local engine socket."/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="font-sans text-foreground antialiased"><div style="--sidebar-width:16rem;--sidebar-width-icon:3rem" class="group/sidebar-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-sidebar"><div class="group peer hidden text-sidebar-foreground md:block" data-state="expanded" data-collapsible="" data-variant="inset" data-side="left"><div class="relative w-[--sidebar-width] bg-transparent transition-[width] duration-200 ease-linear group-data-[collapsible=offcanvas]:w-0 group-data-[side=right]:rotate-180 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]"></div><div class="fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] duration-200 ease-linear md:flex left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)] p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]"><div data-sidebar="sidebar" class="flex h-full w-full flex-col bg-sidebar group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:border-sidebar-border group-data-[variant=floating]:shadow"><div data-sidebar="header" class="flex flex-col gap-2 p-2"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm data-[slot=sidebar-menu-button]:!p-1.5"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles h-5 w-5"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span class="text-base font-semibold">Daycare</span></a></li></ul></div><div data-sidebar="content" class="flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden"><div data-sidebar="group" class="relative flex w-full min-w-0 flex-col p-2"><div data-sidebar="group-content" class="w-full text-sm flex flex-col gap-2"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative flex items-center gap-2"><button data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 h-8 text-sm min-w-8 bg-primary text-primary-foreground duration-200 ease-linear hover:bg-primary/90 hover:text-primary-foreground active:bg-primary/90" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-plus"><circle cx="12" cy="12" r="10"></circle><path d="M8 12h8"></path><path d="M12 8v8"></path></svg><span>New Agent</span></button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 border border-input bg-background hover:bg-muted/70 h-9 w-9 shrink-0 group-data-[collapsible=icon]:opacity-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-terminal"><polyline points="4 17 10 11 4 5"></polyline><line x1="12" x2="20" y1="19" y2="19"></line></svg><span class="sr-only">Open console</span></button></li></ul><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/agents" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg><span>Agents</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/automations" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg><span>Automations</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/providers" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Providers</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/connectors" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plug"><path d="M12 22v-5"></path><path d="M9 8V2"></path><path d="M15 8V2"></path><path d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"></path></svg><span>Connectors</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/tools" data-sidebar="menu-button" data-size="default" data-active="true" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></svg><span>Tools</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/signals" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-radio"><path d="M4.9 19.1C1 15.2 1 8.8 4.9 4.9"></path><path d="M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5"></path><circle cx="12" cy="12" r="2"></circle><path d="M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5"></path><path d="M19.1 4.9C23 8.8 23 15.1 19.1 19"></path></svg><span>Signals</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/processes" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-monitor"><rect width="20" height="14" x="2" y="3" rx="2"></rect><line x1="8" x2="16" y1="21" y2="21"></line><line x1="12" x2="12" y1="17" y2="21"></line></svg><span>Processes</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/telemetry" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-activity"><path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"></path></svg><span>Telemetry</span></a></li></ul></div></div><div data-sidebar="group" class="relative flex w-full min-w-0 flex-col p-2 group-data-[collapsible=icon]:hidden"><div data-sidebar="group-label" class="flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium text-sidebar-foreground/70 outline-none ring-sidebar-ring transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0">Resources</div><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span>Prompt Library</span></a><button data-sidebar="menu-action" class="absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 after:absolute after:-inset-2 after:md:hidden peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0 rounded-sm data-[state=open]:bg-accent" type="button" id="radix-:R9l9jtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg><span class="sr-only">More</span></button></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span>Connector Index</span></a><button data-sidebar="menu-action" class="absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 after:absolute after:-inset-2 after:md:hidden peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0 rounded-sm data-[state=open]:bg-accent" type="button" id="radix-:Ral9jtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg><span class="sr-only">More</span></button></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-book-open"><path d="M12 7v14"></path><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"></path></svg><span>Runbooks</span></a><button data-sidebar="menu-action" class="absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 after:absolute after:-inset-2 after:md:hidden peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0 rounded-sm data-[state=open]:bg-accent" type="button" id="radix-:Rbl9jtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg><span class="sr-only">More</span></button></li></ul></div><div data-sidebar="group" class="relative flex w-full min-w-0 flex-col p-2 mt-auto"><div data-sidebar="group-content" class="w-full text-sm"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-book-open"><path d="M12 7v14"></path><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"></path></svg><span>Docs</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span>Playground</span></a></li></ul></div></div></div><div data-sidebar="footer" class="flex flex-col gap-2 p-2"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><button data-sidebar="menu-button" data-size="lg" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-12 text-sm group-data-[collapsible=icon]:!p-0 data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground" type="button" id="radix-:R1pjtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span class="relative flex shrink-0 overflow-hidden h-8 w-8 rounded-lg grayscale"><span class="flex h-full w-full items-center justify-center bg-muted text-sm font-medium text-muted-foreground rounded-lg">GO</span></span><div class="grid flex-1 text-left text-sm leading-tight"><span class="truncate font-medium">Daycare Operator</span><span class="truncate text-xs text-muted-foreground">engine@local</span></div><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis-vertical ml-auto size-4"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg></button></li></ul></div></div></div></div><main class="relative flex w-full flex-1 flex-col bg-background md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow"><div class="relative overflow-hidden border-b bg-background/80 backdrop-blur"><div class="pointer-events-none absolute inset-0 bg-[radial-gradient(circle_at_top_left,hsl(var(--primary)_/_0.18),transparent_45%),radial-gradient(circle_at_20%_120%,hsl(var(--accent)_/_0.12),transparent_55%)]"></div><header class="relative flex min-h-16 items-center gap-2 px-4 py-2 lg:px-6"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 hover:bg-muted/70 h-7 w-7 -ml-1" data-sidebar="trigger"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-panel-left"><rect width="18" height="18" x="3" y="3" rx="2"></rect><path d="M9 3v18"></path></svg><span class="sr-only">Toggle Sidebar</span></button><div class="shrink-0 bg-border w-px mx-1 h-4" role="separator" data-orientation="vertical"></div><div class="min-w-0 flex-1"><h1 class="truncate font-display text-lg font-semibold text-foreground sm:text-xl">Tools</h1><p class="truncate text-xs text-muted-foreground sm:text-sm">Runtime tool inventory registered with the engine.</p></div><div class="ml-auto flex items-center gap-2"><button class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw h-4 w-4"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg>Refresh</button></div></header><div class="relative px-4 pb-3 lg:px-6"><div class="flex flex-wrap items-center justify-between gap-2 rounded-lg border bg-background/70 px-3 py-2 text-xs text-muted-foreground shadow-sm animate-in fade-in-0 slide-in-from-top-2"><span>Awaiting first sync</span><span>0<!-- --> tools available</span></div></div></div><main class="flex-1"><div class="flex flex-1 flex-col gap-6 px-4 py-6 lg:px-6"><div class="grid gap-4 md:grid-cols-3"><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm bg-gradient-to-br from-primary/10 via-card to-card/80"><div data-slot="card-header" class="gap-2 p-6 flex flex-row items-center justify-between"><div><p data-slot="card-description" class="text-sm text-muted-foreground">Total tools</p><h3 data-slot="card-title" class="font-semibold tracking-tight text-2xl">0</h3></div><div class="flex h-10 w-10 items-center justify-center rounded-full bg-primary/10 text-primary"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench h-5 w-5"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></svg></div></div><div data-slot="card-content" class="px-6 pb-6 text-xs text-muted-foreground">Utility modules ready for task execution.</div></div><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm bg-gradient-to-br from-accent/10 via-card to-card/80"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><p data-slot="card-description" class="text-sm text-muted-foreground">Categories</p><h3 data-slot="card-title" class="font-semibold tracking-tight text-2xl">0</h3></div><div data-slot="card-content" class="px-6 pb-6 text-xs text-muted-foreground">Grouped by namespace prefix.</div></div><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm bg-gradient-to-br from-secondary/30 via-card to-card/80"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><p data-slot="card-description" class="text-sm text-muted-foreground">Coverage</p><h3 data-slot="card-title" class="font-semibold tracking-tight text-xl">Empty</h3></div><div data-slot="card-content" class="px-6 pb-6 text-xs text-muted-foreground">Tooling availability snapshot.</div></div></div><div data-slot="card" class="rounded-lg border text-card-foreground shadow-sm backdrop-blur-sm bg-background/70"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><h3 data-slot="card-title" class="text-lg font-semibold leading-none tracking-tight">Top namespaces</h3><p data-slot="card-description" class="text-sm text-muted-foreground">Most populated tool groups.</p></div><div data-slot="card-content" class="px-6 pb-6 flex flex-wrap gap-2"><div class="text-sm text-muted-foreground">No namespaces available.</div></div></div><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm overflow-hidden"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><h3 data-slot="card-title" class="text-lg font-semibold leading-none tracking-tight">Tool registry</h3><p data-slot="card-description" class="text-sm text-muted-foreground">Available tool identifiers and namespaces.</p></div><div data-slot="card-content" class="px-6 pb-6 grid gap-4 lg:grid-cols-2"><div class="rounded-lg border border-dashed px-4 py-6 text-sm text-muted-foreground">No tools registered.</div></div></div></div></main></main></div><script src="/_next/static/chunks/webpack-ba419df0f2bbc111.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/5e0d68fc118b66c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[11815,[],\"\"]\n4:I[5428,[],\"ClientPageRoot\"]\n5:I[32344,[\"315\",\"static/chunks/315-7c3dbac7865a2549.js\",\"668\",\"static/chunks/668-ebfa412e61ce0ba6.js\",\"843\",\"static/chunks/app/tools/page-6ff89d201c006847.js\"],\"default\",1]\n6:I[55092,[],\"\"]\n7:I[82023,[],\"\"]\n9:I[91584,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"dkIRezLpmA4xSr6Bj5DQ6\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"tools\"],\"initialTree\":[\"\",{\"children\":[\"tools\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"tools\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"tools\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/5e0d68fc118b66c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"font-sans text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Daycare Dashboard\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Live status for plugins, agents, and cron tasks from the local engine socket.\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/42d76d007d742231.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ba419df0f2bbc111.js"/><script src="/_next/static/chunks/1dd3208c-8dbf5d579a87cb85.js" async=""></script><script src="/_next/static/chunks/528-ada84a57eb753539.js" async=""></script><script src="/_next/static/chunks/main-app-e47c27dd717b70ea.js" async=""></script><script src="/_next/static/chunks/129-0781090dbd74ef24.js" async=""></script><script src="/_next/static/chunks/315-e0c2965b599a90c8.js" async=""></script><script src="/_next/static/chunks/app/tools/page-ce22e00b61861083.js" async=""></script><title>Daycare Dashboard</title><meta name="description" content="Live status for plugins, agents, and cron tasks from the local engine socket."/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="font-sans text-foreground antialiased"><div style="--sidebar-width:16rem;--sidebar-width-icon:3rem" class="group/sidebar-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-sidebar"><div class="group peer hidden text-sidebar-foreground md:block" data-state="expanded" data-collapsible="" data-variant="inset" data-side="left"><div class="relative w-[--sidebar-width] bg-transparent transition-[width] duration-200 ease-linear group-data-[collapsible=offcanvas]:w-0 group-data-[side=right]:rotate-180 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]"></div><div class="fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] duration-200 ease-linear md:flex left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)] p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]"><div data-sidebar="sidebar" class="flex h-full w-full flex-col bg-sidebar group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:border-sidebar-border group-data-[variant=floating]:shadow"><div data-sidebar="header" class="flex flex-col gap-2 p-2"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm data-[slot=sidebar-menu-button]:!p-1.5"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles h-5 w-5"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span class="text-base font-semibold">Daycare</span></a></li></ul></div><div data-sidebar="content" class="flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden"><div data-sidebar="group" class="relative flex w-full min-w-0 flex-col p-2"><div data-sidebar="group-content" class="w-full text-sm flex flex-col gap-2"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative flex items-center gap-2"><button data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 h-8 text-sm min-w-8 bg-primary text-primary-foreground duration-200 ease-linear hover:bg-primary/90 hover:text-primary-foreground active:bg-primary/90" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-plus"><circle cx="12" cy="12" r="10"></circle><path d="M8 12h8"></path><path d="M12 8v8"></path></svg><span>New Agent</span></button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 border border-input bg-background hover:bg-muted/70 h-9 w-9 shrink-0 group-data-[collapsible=icon]:opacity-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-terminal"><polyline points="4 17 10 11 4 5"></polyline><line x1="12" x2="20" y1="19" y2="19"></line></svg><span class="sr-only">Open console</span></button></li></ul><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/agents" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg><span>Agents</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/automations" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg><span>Automations</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/providers" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Providers</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/connectors" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plug"><path d="M12 22v-5"></path><path d="M9 8V2"></path><path d="M15 8V2"></path><path d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"></path></svg><span>Connectors</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/tools" data-sidebar="menu-button" data-size="default" data-active="true" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></svg><span>Tools</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/signals" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-radio"><path d="M4.9 19.1C1 15.2 1 8.8 4.9 4.9"></path><path d="M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5"></path><circle cx="12" cy="12" r="2"></circle><path d="M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5"></path><path d="M19.1 4.9C23 8.8 23 15.1 19.1 19"></path></svg><span>Signals</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/memory" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-brain"><path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"></path><path d="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"></path><path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"></path><path d="M17.599 6.5a3 3 0 0 0 .399-1.375"></path><path d="M6.003 5.125A3 3 0 0 0 6.401 6.5"></path><path d="M3.477 10.896a4 4 0 0 1 .585-.396"></path><path d="M19.938 10.5a4 4 0 0 1 .585.396"></path><path d="M6 18a4 4 0 0 1-1.967-.516"></path><path d="M19.967 17.484A4 4 0 0 1 18 18"></path></svg><span>Memory</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/processes" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-monitor"><rect width="20" height="14" x="2" y="3" rx="2"></rect><line x1="8" x2="16" y1="21" y2="21"></line><line x1="12" x2="12" y1="17" y2="21"></line></svg><span>Processes</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="/telemetry" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-activity"><path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"></path></svg><span>Telemetry</span></a></li></ul></div></div><div data-sidebar="group" class="relative flex w-full min-w-0 flex-col p-2 group-data-[collapsible=icon]:hidden"><div data-sidebar="group-label" class="flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium text-sidebar-foreground/70 outline-none ring-sidebar-ring transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0">Resources</div><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span>Prompt Library</span></a><button data-sidebar="menu-action" class="absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 after:absolute after:-inset-2 after:md:hidden peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0 rounded-sm data-[state=open]:bg-accent" type="button" id="radix-:R9l9jtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg><span class="sr-only">More</span></button></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span>Connector Index</span></a><button data-sidebar="menu-action" class="absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 after:absolute after:-inset-2 after:md:hidden peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0 rounded-sm data-[state=open]:bg-accent" type="button" id="radix-:Ral9jtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg><span class="sr-only">More</span></button></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-book-open"><path d="M12 7v14"></path><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"></path></svg><span>Runbooks</span></a><button data-sidebar="menu-action" class="absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 after:absolute after:-inset-2 after:md:hidden peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0 rounded-sm data-[state=open]:bg-accent" type="button" id="radix-:Rbl9jtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg><span class="sr-only">More</span></button></li></ul></div><div data-sidebar="group" class="relative flex w-full min-w-0 flex-col p-2 mt-auto"><div data-sidebar="group-content" class="w-full text-sm"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-book-open"><path d="M12 7v14"></path><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"></path></svg><span>Docs</span></a></li><li data-sidebar="menu-item" class="group/menu-item relative"><a href="#" data-sidebar="menu-button" data-size="default" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-8 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span>Playground</span></a></li></ul></div></div></div><div data-sidebar="footer" class="flex flex-col gap-2 p-2"><ul data-sidebar="menu" class="flex w-full min-w-0 flex-col gap-1"><li data-sidebar="menu-item" class="group/menu-item relative"><button data-sidebar="menu-button" data-size="lg" data-active="false" class="peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left outline-none ring-sidebar-ring transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 [&amp;&gt;span:last-child]:truncate [&amp;&gt;svg]:size-4 [&amp;&gt;svg]:shrink-0 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground h-12 text-sm group-data-[collapsible=icon]:!p-0 data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground" type="button" id="radix-:R1pjtsq:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span class="relative flex shrink-0 overflow-hidden h-8 w-8 rounded-lg grayscale"><span class="flex h-full w-full items-center justify-center bg-muted text-sm font-medium text-muted-foreground rounded-lg">GO</span></span><div class="grid flex-1 text-left text-sm leading-tight"><span class="truncate font-medium">Daycare Operator</span><span class="truncate text-xs text-muted-foreground">engine@local</span></div><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis-vertical ml-auto size-4"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg></button></li></ul></div></div></div></div><main class="relative flex w-full flex-1 flex-col bg-background md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow"><div class="relative overflow-hidden border-b bg-background/80 backdrop-blur"><div class="pointer-events-none absolute inset-0 bg-[radial-gradient(circle_at_top_left,hsl(var(--primary)_/_0.18),transparent_45%),radial-gradient(circle_at_20%_120%,hsl(var(--accent)_/_0.12),transparent_55%)]"></div><header class="relative flex min-h-16 items-center gap-2 px-4 py-2 lg:px-6"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 hover:bg-muted/70 h-7 w-7 -ml-1" data-sidebar="trigger"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-panel-left"><rect width="18" height="18" x="3" y="3" rx="2"></rect><path d="M9 3v18"></path></svg><span class="sr-only">Toggle Sidebar</span></button><div class="shrink-0 bg-border w-px mx-1 h-4" role="separator" data-orientation="vertical"></div><div class="min-w-0 flex-1"><h1 class="truncate font-display text-lg font-semibold text-foreground sm:text-xl">Tools</h1><p class="truncate text-xs text-muted-foreground sm:text-sm">Runtime tool inventory registered with the engine.</p></div><div class="ml-auto flex items-center gap-2"><button class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw h-4 w-4"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg>Refresh</button></div></header><div class="relative px-4 pb-3 lg:px-6"><div class="flex flex-wrap items-center justify-between gap-2 rounded-lg border bg-background/70 px-3 py-2 text-xs text-muted-foreground shadow-sm animate-in fade-in-0 slide-in-from-top-2"><span>Awaiting first sync</span><span>0<!-- --> tools available</span></div></div></div><main class="flex-1"><div class="flex flex-1 flex-col gap-6 px-4 py-6 lg:px-6"><div class="grid gap-4 md:grid-cols-3"><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm bg-gradient-to-br from-primary/10 via-card to-card/80"><div data-slot="card-header" class="gap-2 p-6 flex flex-row items-center justify-between"><div><p data-slot="card-description" class="text-sm text-muted-foreground">Total tools</p><h3 data-slot="card-title" class="font-semibold tracking-tight text-2xl">0</h3></div><div class="flex h-10 w-10 items-center justify-center rounded-full bg-primary/10 text-primary"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench h-5 w-5"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></svg></div></div><div data-slot="card-content" class="px-6 pb-6 text-xs text-muted-foreground">Utility modules ready for task execution.</div></div><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm bg-gradient-to-br from-accent/10 via-card to-card/80"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><p data-slot="card-description" class="text-sm text-muted-foreground">Categories</p><h3 data-slot="card-title" class="font-semibold tracking-tight text-2xl">0</h3></div><div data-slot="card-content" class="px-6 pb-6 text-xs text-muted-foreground">Grouped by namespace prefix.</div></div><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm bg-gradient-to-br from-secondary/30 via-card to-card/80"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><p data-slot="card-description" class="text-sm text-muted-foreground">Coverage</p><h3 data-slot="card-title" class="font-semibold tracking-tight text-xl">Empty</h3></div><div data-slot="card-content" class="px-6 pb-6 text-xs text-muted-foreground">Tooling availability snapshot.</div></div></div><div data-slot="card" class="rounded-lg border text-card-foreground shadow-sm backdrop-blur-sm bg-background/70"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><h3 data-slot="card-title" class="text-lg font-semibold leading-none tracking-tight">Top namespaces</h3><p data-slot="card-description" class="text-sm text-muted-foreground">Most populated tool groups.</p></div><div data-slot="card-content" class="px-6 pb-6 flex flex-wrap gap-2"><div class="text-sm text-muted-foreground">No namespaces available.</div></div></div><div data-slot="card" class="rounded-lg border bg-card text-card-foreground shadow-sm backdrop-blur-sm overflow-hidden"><div data-slot="card-header" class="flex flex-col gap-2 p-6"><h3 data-slot="card-title" class="text-lg font-semibold leading-none tracking-tight">Tool registry</h3><p data-slot="card-description" class="text-sm text-muted-foreground">Available tool identifiers and namespaces.</p></div><div data-slot="card-content" class="px-6 pb-6 grid gap-4 lg:grid-cols-2"><div class="rounded-lg border border-dashed px-4 py-6 text-sm text-muted-foreground">No tools registered.</div></div></div></div></main></main></div><script src="/_next/static/chunks/webpack-ba419df0f2bbc111.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/42d76d007d742231.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[11815,[],\"\"]\n4:I[5428,[],\"ClientPageRoot\"]\n5:I[32344,[\"129\",\"static/chunks/129-0781090dbd74ef24.js\",\"315\",\"static/chunks/315-e0c2965b599a90c8.js\",\"843\",\"static/chunks/app/tools/page-ce22e00b61861083.js\"],\"default\",1]\n6:I[55092,[],\"\"]\n7:I[82023,[],\"\"]\n9:I[91584,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"Xz8Kc-P2fnMqmm-AsS7Ui\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"tools\"],\"initialTree\":[\"\",{\"children\":[\"tools\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"tools\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"tools\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/42d76d007d742231.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"font-sans text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Daycare Dashboard\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Live status for plugins, agents, and cron tasks from the local engine socket.\"}]]\n3:null\n"])</script></body></html>
@@ -1,7 +1,7 @@
1
1
  2:I[5428,[],"ClientPageRoot"]
2
- 3:I[32344,["315","static/chunks/315-7c3dbac7865a2549.js","668","static/chunks/668-ebfa412e61ce0ba6.js","843","static/chunks/app/tools/page-6ff89d201c006847.js"],"default",1]
2
+ 3:I[32344,["129","static/chunks/129-0781090dbd74ef24.js","315","static/chunks/315-e0c2965b599a90c8.js","843","static/chunks/app/tools/page-ce22e00b61861083.js"],"default",1]
3
3
  4:I[55092,[],""]
4
4
  5:I[82023,[],""]
5
- 0:["dkIRezLpmA4xSr6Bj5DQ6",[[["",{"children":["tools",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["tools",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","tools","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/5e0d68fc118b66c8.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"font-sans text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L6",null]]]]
5
+ 0:["Xz8Kc-P2fnMqmm-AsS7Ui",[[["",{"children":["tools",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["tools",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","tools","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/42d76d007d742231.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"font-sans text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L6",null]]]]
6
6
  6:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Daycare Dashboard"}],["$","meta","3",{"name":"description","content":"Live status for plugins, agents, and cron tasks from the local engine socket."}]]
7
7
  1:null
@@ -43,7 +43,7 @@ The most common reliability issues that you must work around:
43
43
 
44
44
  ### Shared Responsibilities
45
45
 
46
- You must decide how tasks should work. Ask questions only to clarify what is needed, not how it is needed. Your responsibility is designing reliable agent and signal architecture. The human's responsibility is defining what outcome is needed. When creating a subagent, grant required permissions ahead when you are 100% sure they are needed.
46
+ You must decide how tasks should work. Ask questions only to clarify what is needed, not how it is needed. Your responsibility is designing reliable agent and signal architecture. The human's responsibility is defining what outcome is needed.
47
47
 
48
48
  ### Charts and Tables
49
49
 
@@ -1,9 +1,8 @@
1
1
  ## Permissions
2
2
 
3
3
  Workspace is your home. Everything needed is there. Don't read/write outside unless necessary.
4
- Permissions exist to help you move fast without crossing sensitive boundaries - they're guardrails, not stop signs. Every `exec` command is running in the sandbox environment that can't be disabled. You can run untrusted (or generated code) with limited permissions. It is not bulletproof but (ie some advanced virus would be able to escape), but it would work for most violent workloads.
5
- Move fast when possible. Move fast when blocked. Move fast with narrow permission requests.
6
- Bias toward action. If you can do it, do it. Finish unblocked work first, then request the narrowest permission needed when truly blocked.
4
+ Every `exec` command runs inside a sandbox that cannot be disabled. You can run untrusted or generated code with limited permissions. The sandbox is not bulletproof (an advanced exploit could escape), but it handles most workloads safely.
5
+ Permissions are fixed by the system and cannot be changed at runtime. Work within the granted permissions below.
7
6
 
8
7
  ### Current Permissions
9
8
 
@@ -29,28 +28,8 @@ Bias toward action. If you can do it, do it. Finish unblocked work first, then r
29
28
  - `{{this}}`
30
29
  {{/each}}
31
30
  {{/if}}
32
- - **Network**: {{#if network}}enabled{{else}}not enabled{{/if}}.
33
- - **Events**: {{#if events}}enabled{{else}}not enabled{{/if}} (`@events` allows Unix socket access to Daycare CLI control endpoint).
31
+ - **Network**: always enabled.
34
32
 
35
33
  ### Exec Networking
36
34
 
37
- For `exec` to use outbound network access, include `allowedDomains` in the tool call. `@network` permission alone is not enough.
38
-
39
- ### Permission Requests
40
-
41
- {{#if isForeground}}
42
- Move fast. Move fast. Move fast.
43
- Permissions are safety rails for fast execution, not a reason to pause.
44
- Do unblocked work first. As soon as progress is truly blocked, call `request_permission` with the narrowest scope.
45
- Do not ask for pre-approval in chat first. `request_permission` is synchronous and waits for allow/deny/timeout.
46
- When one blocked task needs multiple permissions, request them together in one `request_permission` call.
47
- If denied, continue with the best available fallback. Background agent requests appear as system messages - do not re-issue.
48
- {{else}}
49
- Move fast. Move fast. Move fast.
50
- Permissions are safety rails for fast execution, not a reason to pause.
51
- Do unblocked work first. As soon as progress is truly blocked, call `request_permission` with the narrowest scope.
52
- Do not wait for explicit approval messages before requesting. `request_permission` is synchronous and waits for allow/deny/timeout.
53
- When one blocked task needs multiple permissions, request them together in one `request_permission` call.
54
- Requests route to the user via a foreground agent.
55
- If denied, continue with a fallback and report to parent.
56
- {{/if}}
35
+ For `exec` to use outbound network access, include `allowedDomains` in the tool call.
@@ -0,0 +1,148 @@
1
+ You are a memory processing agent. You receive conversation transcripts and build a world model — a graph of what is known about entities, their properties, their relationships, and what happens to them. The graph persists across sessions and grows more accurate over time.
2
+
3
+ ## Core Bias: Record, Don't Skip
4
+
5
+ Default to recording. If you're unsure whether something is worth persisting, **persist it**. The cost of a gap in the world model is higher than the cost of a low-value node. Low-value nodes decay naturally; missing knowledge is invisible.
6
+
7
+ The only things you skip are pure mechanics with zero informational content: "ok", "thanks", "can you try again", greetings, tool errors with no learning. Everything else is signal about the world.
8
+
9
+ ## What Counts as Signal
10
+
11
+ Signal is anything that reveals a fact, relationship, property, event, or pattern about any entity encountered in the transcript. You are documenting **the world as observed**, not serving a user's preferences.
12
+
13
+ **Explicit signal** — stated directly in the transcript:
14
+ - Facts about people, systems, organizations, projects, tools
15
+ - Properties, roles, capabilities, states
16
+ - Events, decisions, outcomes, changes
17
+ - Relationships between entities
18
+
19
+ **Behavioral signal** — actions in the transcript reveal facts about the world:
20
+ - Someone searches for "Rust async patterns on Hacker News" → three facts: Rust has async patterns worth investigating, Hacker News covers Rust content, and this person works with Rust. All three are world-model facts, not preferences.
21
+ - Someone chooses tool A over tool B → fact about comparative fitness of those tools in that context.
22
+ - Someone corrects an assertion → the corrected version is a fact. Record it.
23
+ - Someone abandons an approach → fact about that approach's limitations in that context.
24
+ - Someone reads an article → facts were encountered. Record the substance, not the act of reading.
25
+
26
+ **Inferred signal** — patterns across the transcript:
27
+ - Repeated questions about a topic → the topic has open questions or is actively evolving.
28
+ - Shift from research to implementation → a project's phase changed. That's an event.
29
+ - Frustration with a tool → the tool has friction points in specific contexts. Document the friction, not the frustration.
30
+
31
+ ## Memory Graph
32
+
33
+ The memory graph is a tree of markdown documents rooted at `__root__`. The root is read-only.
34
+
35
+ Each document has:
36
+ - **title** — short descriptive name
37
+ - **content** — markdown body
38
+ - **description** — describe the document
39
+ - **parents** — required list of parent node ids; use `__root__` for top-level documents
40
+ - **refs** — optional cross-references to related nodes under different parents
41
+
42
+ Node IDs are auto-generated. Omit when creating; provide when updating.
43
+
44
+ ## Graph Structure
45
+
46
+ The tree is **entity-centric**. Organize by what exists in the world, not by abstract category or by who asked.
47
+
48
+ ```
49
+ Root
50
+ ├── Category (depth 1 — domain grouping, noun title)
51
+ │ ├── Entity (depth 2 — specific thing with identity)
52
+ │ │ ├── Pattern/Rule (depth 3 — general principle, shallowest detail)
53
+ │ │ │ ├── Causal Link (depth 4 — relationship between things)
54
+ │ │ │ │ └── Raw Datum (depth 5 — direct observation, deepest)
55
+ │ │ │ └── Causal Link
56
+ │ │ │ └── Raw Datum
57
+ │ │ └── Pattern/Rule
58
+ │ │ └── ...
59
+ │ └── Entity
60
+ │ └── ...
61
+ └── Category
62
+ └── ...
63
+ ```
64
+
65
+ **Depth 1: Category** — "People", "Systems", "Projects", "Languages", "Tools", "Organizations". These are domain partitions. Create as needed.
66
+
67
+ **Depth 2: Entity** — "Steve", "Auth Service", "Q3 Launch", "Rust", "Hacker News", "PostgreSQL". A specific thing with its own identity. One entity, one node. All known facts about it go under it.
68
+
69
+ **Depth 3+: Detail** — actual knowledge. Every detail gets classified by two axes:
70
+
71
+ ### Axis 1: What Is It? (BFO type — becomes the node's tag)
72
+
73
+ ```
74
+ Is it a thing that exists on its own?
75
+ ├─ YES → Object, Collection, or Site
76
+ ├─ NO, it depends on a bearer?
77
+ │ → Quality (measurable), Role (function), or Disposition (tendency/capability)
78
+ └─ NO, it unfolds in time?
79
+ → Process (has duration), Event (instantaneous), or State (stable phase)
80
+ ```
81
+
82
+ ### Axis 2: How Abstract Is It? (Peirce level — determines depth)
83
+
84
+ - **Raw Datum** — direct observation, quote, measurement. No interpretation. → Deepest (leaves).
85
+ - **Causal Link** — relationship between two things. "X caused Y." → Intermediate. Must reference ≥ 2 other nodes.
86
+ - **Pattern/Rule** — generalization from multiple observations. → Shallowest detail (depth 3). Must be supported by causal links beneath it.
87
+
88
+ ### Cross-References
89
+
90
+ After placing a node under its entity, add `refs` to related nodes under other entities:
91
+ - Same BFO type under different entities, if factually related
92
+ - Both sides of a causal link (which may live under different entities)
93
+ - Supporting evidence for a pattern, wherever it lives
94
+
95
+ This prevents silos. "Steve got promoted" under People→Steve references "Q3 Launch completed" under Projects→Q3 Launch.
96
+
97
+ ## Tools
98
+
99
+ - `memory_node_read` — omit nodeId to read root with full tree. Provide nodeId to read a specific document.
100
+ - `memory_node_write` — create or update. Title, content, description, parents required. Omit nodeId to create; provide nodeId to update.
101
+
102
+ ## Workflow
103
+
104
+ 1. Read the root to see existing graph structure.
105
+ 2. Extract every fact, relationship, and event from the transcript.
106
+ 3. For each, classify:
107
+ - Which entity is it about? (Find or create Category → Entity path)
108
+ - What BFO type? (Tag it)
109
+ - What Peirce level? (Determine depth)
110
+ 4. For each:
111
+ - Existing node covers it → read that node, merge new knowledge, write update.
112
+ - No existing node → create new node with title, content, parents, and refs.
113
+ 5. After placing, check for cross-references to add.
114
+
115
+ ## Writing Rules
116
+
117
+ - **Dense** — maximum information per token. No filler.
118
+ - **Objective** — document what is, not how it's useful. "PostgreSQL connection pooling reduces timeout rate by ~60% under write-heavy load" not "user found connection pooling helpful."
119
+ - **Specific** — "Rust's async model uses pinning for self-referential futures, which causes friction in recursive data structures" not "Rust async has some issues."
120
+ - **Attributable** — if it was directly observed or stated, say so. If inferred from behavior, flag it: "(inferred)".
121
+ - **Entity-scoped** — each node documents an entity or a fact about an entity, not a session or a user action.
122
+ - **One claim per paragraph** — each paragraph in a node's content should be one atomic piece of knowledge.
123
+ - **Merge, don't duplicate** — if new knowledge relates to an existing node, update that node.
124
+
125
+ ## What You Do NOT Skip
126
+
127
+ Common mistakes — things that look ephemeral but contain world-model facts:
128
+
129
+ | Looks transactional | World-model fact hidden inside |
130
+ |---|---|
131
+ | Someone searches for a topic | The topic exists and has open questions |
132
+ | Someone reads an article | The article's substance is knowledge |
133
+ | Someone asks a factual question | The domain has a non-obvious answer worth recording |
134
+ | Someone tries a tool | The tool has properties (worked, failed, was slow, was limited) |
135
+ | Someone browses HN, Reddit, docs | The content encountered contains facts about the world |
136
+ | Someone compares two approaches | Both approaches have properties and trade-offs |
137
+ | Someone has a casual conversation | May surface facts about people, places, organizations |
138
+
139
+ The test is not "does someone care?" — it's "did we learn something about the world?"
140
+
141
+ ## What You DO Skip
142
+
143
+ - Pure mechanical exchanges: "ok", "thanks", "retry that"
144
+ - Tool errors with no informational content
145
+ - Reasoning that produced no new facts
146
+ - Exact duplicates of already-stored knowledge (merge instead)
147
+
148
+ If genuinely nothing in the transcript reveals new facts: "No new knowledge to persist."