mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
add mana core
This commit is contained in:
parent
ce71db2fc0
commit
754e87ebc0
112 changed files with 34765 additions and 548 deletions
87
.claude-flow/metrics/performance.json
Normal file
87
.claude-flow/metrics/performance.json
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"startTime": 1764085339984,
|
||||
"sessionId": "session-1764085339984",
|
||||
"lastActivity": 1764085339984,
|
||||
"sessionDuration": 0,
|
||||
"totalTasks": 1,
|
||||
"successfulTasks": 1,
|
||||
"failedTasks": 0,
|
||||
"totalAgents": 0,
|
||||
"activeAgents": 0,
|
||||
"neuralEvents": 0,
|
||||
"memoryMode": {
|
||||
"reasoningbankOperations": 0,
|
||||
"basicOperations": 0,
|
||||
"autoModeSelections": 0,
|
||||
"modeOverrides": 0,
|
||||
"currentMode": "auto"
|
||||
},
|
||||
"operations": {
|
||||
"store": {
|
||||
"count": 0,
|
||||
"totalDuration": 0,
|
||||
"errors": 0
|
||||
},
|
||||
"retrieve": {
|
||||
"count": 0,
|
||||
"totalDuration": 0,
|
||||
"errors": 0
|
||||
},
|
||||
"query": {
|
||||
"count": 0,
|
||||
"totalDuration": 0,
|
||||
"errors": 0
|
||||
},
|
||||
"list": {
|
||||
"count": 0,
|
||||
"totalDuration": 0,
|
||||
"errors": 0
|
||||
},
|
||||
"delete": {
|
||||
"count": 0,
|
||||
"totalDuration": 0,
|
||||
"errors": 0
|
||||
},
|
||||
"search": {
|
||||
"count": 0,
|
||||
"totalDuration": 0,
|
||||
"errors": 0
|
||||
},
|
||||
"init": {
|
||||
"count": 0,
|
||||
"totalDuration": 0,
|
||||
"errors": 0
|
||||
}
|
||||
},
|
||||
"performance": {
|
||||
"avgOperationDuration": 0,
|
||||
"minOperationDuration": null,
|
||||
"maxOperationDuration": null,
|
||||
"slowOperations": 0,
|
||||
"fastOperations": 0,
|
||||
"totalOperationTime": 0
|
||||
},
|
||||
"storage": {
|
||||
"totalEntries": 0,
|
||||
"reasoningbankEntries": 0,
|
||||
"basicEntries": 0,
|
||||
"databaseSize": 0,
|
||||
"lastBackup": null,
|
||||
"growthRate": 0
|
||||
},
|
||||
"errors": {
|
||||
"total": 0,
|
||||
"byType": {},
|
||||
"byOperation": {},
|
||||
"recent": []
|
||||
},
|
||||
"reasoningbank": {
|
||||
"semanticSearches": 0,
|
||||
"sqlFallbacks": 0,
|
||||
"embeddingGenerated": 0,
|
||||
"consolidations": 0,
|
||||
"avgQueryTime": 0,
|
||||
"cacheHits": 0,
|
||||
"cacheMisses": 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue