Skip to content

Commit 85bf2a2

Browse files
author
marce
committed
chore: repositorio sincronizado
1 parent d63650c commit 85bf2a2

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.evolve/ecosystem-observability.jsonl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5368,3 +5368,11 @@ ll}
53685368
{"timestamp":"2026-06-07T23:39:03.403Z","event":"tool.execute.complete","tool":"read","latency":24,"score":null}
53695369
{"timestamp":"2026-06-07T23:39:03.699Z","event":"tool.execute.complete","tool":"read","latency":67,"score":null}
53705370
{"timestamp":"2026-06-07T23:39:26.410Z","event":"tool.execute.complete","tool":"grep","latency":1354,"score":null}
5371+
{"timestamp":"2026-06-07T23:39:31.740Z","event":"tool.execute.complete","tool":"code-runner_run-code","latency":4652,"score":null}
5372+
{"timestamp":"2026-06-07T23:39:37.295Z","event":"tool.execute.complete","tool":"grep","latency":335,"score":null}
5373+
{"timestamp":"2026-06-07T23:39:58.816Z","event":"tool.execute.complete","tool":"read","latency":17,"score":null}
5374+
{"timestamp":"2026-06-07T23:40:07.128Z","event":"tool.execute.complete","tool":"grep","latency":135,"score":null}
5375+
{"timestamp":"2026-06-07T23:40:18.224Z","event":"tool.execute.complete","tool":"edit","latency":781,"score":null}
5376+
{"timestamp":"2026-06-07T23:40:25.886Z","event":"tool.execute.complete","tool":"read","latency":111,"score":null}
5377+
{"timestamp":"2026-06-07T23:50:44.892Z","event":"tool.execute.complete","tool":"edit","latency":40,"score":null}
5378+
{"timestamp":"2026-06-07T23:51:02.235Z","event":"tool.execute.complete","tool":"code-runner_run-code","latency":2603,"score":null}

plugins/manus-evolve.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async function loadState(directory: string): Promise<ManusState> {
8787
if (!s.toolCallMetrics) s.toolCallMetrics = null
8888
if (!s.nexusReports) s.nexusReports = []
8989
if (!s.lastNexusRun) s.lastNexusRun = null
90+
if (!s.rounds) s.rounds = []
9091
if (!s.sessionMetrics) {
9192
s.sessionMetrics = {
9293
sessionId: crypto.randomUUID(), agent: "manus-evolve",

0 commit comments

Comments
 (0)