@cohaku/cli 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-HMH4HWDA.js → chunk-HUMYWLCL.js} +3 -0
- package/dist/{chunk-2MC3FCZP.js → chunk-MU3X6KBC.js} +718 -137
- package/dist/{chunk-7WYEO45L.js → chunk-SJZY3OAT.js} +2 -2
- package/dist/{chunk-437HAVIY.js → chunk-XD75S5BU.js} +6 -1
- package/dist/{chunk-2CDNPZUE.js → chunk-ZELLRTG5.js} +1 -1
- package/dist/dashboard/assets/index-BEGYqqtj.css +1 -0
- package/dist/dashboard/assets/index-uzAxYmEZ.js +51 -0
- package/dist/dashboard/index.html +2 -2
- package/dist/index.js +5 -5
- package/dist/{mcp-QOTZLT7H.js → mcp-OUXSA2GV.js} +4 -4
- package/dist/{serve-3QZ3TVQG.js → serve-2QVCMO3C.js} +5 -5
- package/dist/{start-VKAEMLQE.js → start-S5JBNPBO.js} +6 -6
- package/dist/{status-PG7GHTRM.js → status-NYW3OOGW.js} +2 -2
- package/package.json +2 -1
- package/dist/dashboard/assets/index-BbaNHCTp.css +0 -1
- package/dist/dashboard/assets/index-VgrI7y2q.js +0 -11
|
@@ -915,6 +915,9 @@ var MemoryEngine = class {
|
|
|
915
915
|
}
|
|
916
916
|
return this.storage.listMemories(limit, projectIds);
|
|
917
917
|
}
|
|
918
|
+
async getEntity(id) {
|
|
919
|
+
return this.storage.getNode(id);
|
|
920
|
+
}
|
|
918
921
|
async listEntities(options) {
|
|
919
922
|
const limit = options?.limit ?? 100;
|
|
920
923
|
const projectIds = this.resolveProjectFilter(options?.scope);
|