agentgui 1.0.918 → 1.0.919
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.
|
@@ -7,10 +7,9 @@ import fs from 'fs';
|
|
|
7
7
|
export default {
|
|
8
8
|
name: 'acp',
|
|
9
9
|
version: '1.0.0',
|
|
10
|
-
dependencies: [
|
|
10
|
+
dependencies: [],
|
|
11
11
|
|
|
12
12
|
async init(config, plugins) {
|
|
13
|
-
const tools = plugins.get('tools');
|
|
14
13
|
const toolProcesses = new Map();
|
|
15
14
|
const healthCheckIntervals = new Map();
|
|
16
15
|
const restartCounts = new Map();
|