swarmdo 1.4.8 → 1.5.0
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/.claude/helpers/statusline.cjs +7 -7
- package/README.md +3 -1
- package/package.json +5 -3
- package/v3/@swarmdo/cli/dist/src/commands/hooks.js +26 -24
- package/v3/@swarmdo/cli/dist/src/commands/index.js +4 -0
- package/v3/@swarmdo/cli/dist/src/commands/integrations.d.ts +14 -0
- package/v3/@swarmdo/cli/dist/src/commands/integrations.js +158 -0
- package/v3/@swarmdo/cli/dist/src/commands/memory.js +50 -1
- package/v3/@swarmdo/cli/dist/src/commands/providers.js +3 -0
- package/v3/@swarmdo/cli/dist/src/commands/release.d.ts +15 -0
- package/v3/@swarmdo/cli/dist/src/commands/release.js +224 -0
- package/v3/@swarmdo/cli/dist/src/commands/security.js +14 -0
- package/v3/@swarmdo/cli/dist/src/commands/transcript.js +82 -1
- package/v3/@swarmdo/cli/dist/src/commands/usage.js +80 -1
- package/v3/@swarmdo/cli/dist/src/config-lint/lint.js +11 -1
- package/v3/@swarmdo/cli/dist/src/init/statusline-generator.js +6 -6
- package/v3/@swarmdo/cli/dist/src/integrations/integrations.d.ts +54 -0
- package/v3/@swarmdo/cli/dist/src/integrations/integrations.js +162 -0
- package/v3/@swarmdo/cli/dist/src/mcp-tools/agent-execute-core.js +25 -3
- package/v3/@swarmdo/cli/dist/src/mcp-tools/agentdb-tools.js +8 -8
- package/v3/@swarmdo/cli/dist/src/memory/graph-edge-writer.d.ts +12 -0
- package/v3/@swarmdo/cli/dist/src/memory/graph-edge-writer.js +32 -1
- package/v3/@swarmdo/cli/dist/src/memory-vault/watch.d.ts +32 -0
- package/v3/@swarmdo/cli/dist/src/memory-vault/watch.js +66 -0
- package/v3/@swarmdo/cli/dist/src/providers/openrouter-config.d.ts +91 -0
- package/v3/@swarmdo/cli/dist/src/providers/openrouter-config.js +186 -0
- package/v3/@swarmdo/cli/dist/src/release/release.d.ts +72 -0
- package/v3/@swarmdo/cli/dist/src/release/release.js +86 -0
- package/v3/@swarmdo/cli/dist/src/resilience/backoff.d.ts +23 -0
- package/v3/@swarmdo/cli/dist/src/resilience/backoff.js +30 -0
- package/v3/@swarmdo/cli/dist/src/swarmvector/model-router.js +14 -0
- package/v3/@swarmdo/cli/dist/src/transcript/search.d.ts +39 -0
- package/v3/@swarmdo/cli/dist/src/transcript/search.js +67 -0
- package/v3/@swarmdo/cli/dist/src/usage/diff.d.ts +69 -0
- package/v3/@swarmdo/cli/dist/src/usage/diff.js +112 -0
- package/v3/@swarmdo/cli/package.json +4 -4
- package/v3/@swarmdo/cli-core/dist/src/index.js +1 -1
- package/v3/@swarmdo/codex/dist/cli.js +0 -0
- package/v3/@swarmdo/hooks/dist/cli/guidance-cli.js +0 -0
- package/v3/@swarmdo/hooks/dist/statusline/index.d.ts +3 -3
- package/v3/@swarmdo/hooks/dist/statusline/index.js +3 -3
- package/v3/@swarmdo/integration/dist/__tests__/agentic-flow-agent.test.js +4 -1
- package/v3/@swarmdo/neural/dist/flash-attention.d.ts +1 -1
- package/v3/@swarmdo/neural/dist/flash-attention.js +1 -1
- package/v3/@swarmdo/plugin-agent-federation/dist/plugin.js +1 -1
- package/v3/@swarmdo/plugin-agent-federation/dist/transport/midstream-aware-loader.js +2 -2
- package/v3/@swarmdo/providers/dist/swarmvector-provider.d.ts +1 -1
- package/v3/@swarmdo/providers/dist/swarmvector-provider.js +1 -1
- package/v3/@swarmdo/security/dist/input-validator.d.ts +6 -6
- package/v3/@swarmdo/shared/dist/hooks/safety/git-commit.js +1 -1
- package/v3/@swarmdo/shared/dist/mcp/transport/http.js +8 -1
- package/v3/vendor/agentdb/package.json +0 -1
- package/v3/vendor/agentic-flow/package.json +0 -1
- package/.claude/scheduled_tasks.lock +0 -1
- package/.claude/skills/sdo-caveman-compress/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- package/.claude/skills/sdo-caveman-compress/scripts/__pycache__/__main__.cpython-314.pyc +0 -0
- package/.claude/skills/sdo-caveman-compress/scripts/__pycache__/cli.cpython-314.pyc +0 -0
- package/.claude/skills/sdo-caveman-compress/scripts/__pycache__/compress.cpython-314.pyc +0 -0
- package/.claude/skills/sdo-caveman-compress/scripts/__pycache__/detect.cpython-314.pyc +0 -0
- package/.claude/skills/sdo-caveman-compress/scripts/__pycache__/validate.cpython-314.pyc +0 -0
- package/v3/@swarmdo/plugin-iot-cognitum/dist/application/index.d.ts +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/application/index.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/application/iot-coordinator.d.ts +0 -138
- package/v3/@swarmdo/plugin-iot-cognitum/dist/application/iot-coordinator.js +0 -418
- package/v3/@swarmdo/plugin-iot-cognitum/dist/bin.d.ts +0 -15
- package/v3/@swarmdo/plugin-iot-cognitum/dist/bin.js +0 -240
- package/v3/@swarmdo/plugin-iot-cognitum/dist/cli-commands.d.ts +0 -7
- package/v3/@swarmdo/plugin-iot-cognitum/dist/cli-commands.js +0 -508
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/device-agent.d.ts +0 -54
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/device-agent.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/device-fleet.d.ts +0 -46
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/device-fleet.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/device-trust-level.d.ts +0 -18
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/device-trust-level.js +0 -28
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/index.d.ts +0 -5
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/index.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/telemetry.d.ts +0 -35
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/entities/telemetry.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/device-repository.d.ts +0 -11
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/device-repository.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/fleet-repository.d.ts +0 -9
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/fleet-repository.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/index.d.ts +0 -5
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/index.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/telemetry-repository.d.ts +0 -12
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/telemetry-repository.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/trust-history-repository.d.ts +0 -19
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/repositories/trust-history-repository.js +0 -2
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/anomaly-detection-service.d.ts +0 -44
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/anomaly-detection-service.js +0 -117
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/device-lifecycle-service.d.ts +0 -70
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/device-lifecycle-service.js +0 -194
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/firmware-orchestration-service.d.ts +0 -69
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/firmware-orchestration-service.js +0 -139
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/fleet-topology-service.d.ts +0 -34
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/fleet-topology-service.js +0 -101
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/index.d.ts +0 -10
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/index.js +0 -10
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/mesh-service.d.ts +0 -64
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/mesh-service.js +0 -70
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/sona-integration-service.d.ts +0 -44
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/sona-integration-service.js +0 -79
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/telemetry-ingestion-service.d.ts +0 -37
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/telemetry-ingestion-service.js +0 -39
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/telemetry-service.d.ts +0 -67
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/telemetry-service.js +0 -58
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/witness-verification-service.d.ts +0 -45
- package/v3/@swarmdo/plugin-iot-cognitum/dist/domain/services/witness-verification-service.js +0 -63
- package/v3/@swarmdo/plugin-iot-cognitum/dist/index.d.ts +0 -26
- package/v3/@swarmdo/plugin-iot-cognitum/dist/index.js +0 -17
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/agentdb-telemetry-repository.d.ts +0 -51
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/agentdb-telemetry-repository.js +0 -110
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/in-memory-device-repository.d.ts +0 -13
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/in-memory-device-repository.js +0 -25
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/in-memory-fleet-repository.d.ts +0 -11
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/in-memory-fleet-repository.js +0 -19
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/in-memory-trust-history-repository.d.ts +0 -11
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/in-memory-trust-history-repository.js +0 -27
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/index.d.ts +0 -6
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/index.js +0 -6
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/seed-client-factory.d.ts +0 -41
- package/v3/@swarmdo/plugin-iot-cognitum/dist/infrastructure/seed-client-factory.js +0 -64
- package/v3/@swarmdo/plugin-iot-cognitum/dist/mcp-tools.d.ts +0 -8
- package/v3/@swarmdo/plugin-iot-cognitum/dist/mcp-tools.js +0 -703
- package/v3/@swarmdo/plugin-iot-cognitum/dist/plugin.d.ts +0 -23
- package/v3/@swarmdo/plugin-iot-cognitum/dist/plugin.js +0 -239
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/anomaly-scan-worker.d.ts +0 -17
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/anomaly-scan-worker.js +0 -42
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/firmware-watch-worker.d.ts +0 -18
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/firmware-watch-worker.js +0 -45
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/health-probe-worker.d.ts +0 -19
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/health-probe-worker.js +0 -50
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/mesh-sync-worker.d.ts +0 -19
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/mesh-sync-worker.js +0 -47
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/telemetry-ingest-worker.d.ts +0 -17
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/telemetry-ingest-worker.js +0 -40
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/witness-audit-worker.d.ts +0 -18
- package/v3/@swarmdo/plugin-iot-cognitum/dist/workers/witness-audit-worker.js +0 -51
- package/v3/@swarmdo/testing/dist/fixtures/agent-fixtures.d.ts +0 -214
- package/v3/@swarmdo/testing/dist/fixtures/agent-fixtures.js +0 -595
- package/v3/@swarmdo/testing/dist/fixtures/agents.d.ts +0 -76
- package/v3/@swarmdo/testing/dist/fixtures/agents.js +0 -158
- package/v3/@swarmdo/testing/dist/fixtures/configurations.d.ts +0 -157
- package/v3/@swarmdo/testing/dist/fixtures/configurations.js +0 -337
- package/v3/@swarmdo/testing/dist/fixtures/index.d.ts +0 -10
- package/v3/@swarmdo/testing/dist/fixtures/index.js +0 -17
- package/v3/@swarmdo/testing/dist/fixtures/mcp-fixtures.d.ts +0 -329
- package/v3/@swarmdo/testing/dist/fixtures/mcp-fixtures.js +0 -714
- package/v3/@swarmdo/testing/dist/fixtures/memory-entries.d.ts +0 -159
- package/v3/@swarmdo/testing/dist/fixtures/memory-entries.js +0 -262
- package/v3/@swarmdo/testing/dist/fixtures/memory-fixtures.d.ts +0 -290
- package/v3/@swarmdo/testing/dist/fixtures/memory-fixtures.js +0 -547
- package/v3/@swarmdo/testing/dist/fixtures/swarm-fixtures.d.ts +0 -289
- package/v3/@swarmdo/testing/dist/fixtures/swarm-fixtures.js +0 -534
- package/v3/@swarmdo/testing/dist/fixtures/tasks.d.ts +0 -106
- package/v3/@swarmdo/testing/dist/fixtures/tasks.js +0 -229
- package/v3/@swarmdo/testing/dist/helpers/assertion-helpers.d.ts +0 -213
- package/v3/@swarmdo/testing/dist/helpers/assertion-helpers.js +0 -435
- package/v3/@swarmdo/testing/dist/helpers/assertions.d.ts +0 -135
- package/v3/@swarmdo/testing/dist/helpers/assertions.js +0 -217
- package/v3/@swarmdo/testing/dist/helpers/create-mock.d.ts +0 -96
- package/v3/@swarmdo/testing/dist/helpers/create-mock.js +0 -164
- package/v3/@swarmdo/testing/dist/helpers/index.d.ts +0 -14
- package/v3/@swarmdo/testing/dist/helpers/index.js +0 -22
- package/v3/@swarmdo/testing/dist/helpers/mock-factory.d.ts +0 -323
- package/v3/@swarmdo/testing/dist/helpers/mock-factory.js +0 -350
- package/v3/@swarmdo/testing/dist/helpers/setup-teardown.d.ts +0 -271
- package/v3/@swarmdo/testing/dist/helpers/setup-teardown.js +0 -446
- package/v3/@swarmdo/testing/dist/helpers/swarm-instance.d.ts +0 -142
- package/v3/@swarmdo/testing/dist/helpers/swarm-instance.js +0 -205
- package/v3/@swarmdo/testing/dist/helpers/test-application.d.ts +0 -190
- package/v3/@swarmdo/testing/dist/helpers/test-application.js +0 -138
- package/v3/@swarmdo/testing/dist/helpers/test-utils.d.ts +0 -274
- package/v3/@swarmdo/testing/dist/helpers/test-utils.js +0 -456
- package/v3/@swarmdo/testing/dist/index.d.ts +0 -42
- package/v3/@swarmdo/testing/dist/index.js +0 -66
- package/v3/@swarmdo/testing/dist/mocks/index.d.ts +0 -8
- package/v3/@swarmdo/testing/dist/mocks/index.js +0 -10
- package/v3/@swarmdo/testing/dist/mocks/mock-mcp-client.d.ts +0 -206
- package/v3/@swarmdo/testing/dist/mocks/mock-mcp-client.js +0 -575
- package/v3/@swarmdo/testing/dist/mocks/mock-services.d.ts +0 -287
- package/v3/@swarmdo/testing/dist/mocks/mock-services.js +0 -563
- package/v3/@swarmdo/testing/dist/regression/api-contract.d.ts +0 -109
- package/v3/@swarmdo/testing/dist/regression/api-contract.js +0 -374
- package/v3/@swarmdo/testing/dist/regression/index.d.ts +0 -18
- package/v3/@swarmdo/testing/dist/regression/index.js +0 -18
- package/v3/@swarmdo/testing/dist/regression/integration-regression.d.ts +0 -67
- package/v3/@swarmdo/testing/dist/regression/integration-regression.js +0 -334
- package/v3/@swarmdo/testing/dist/regression/performance-baseline.d.ts +0 -106
- package/v3/@swarmdo/testing/dist/regression/performance-baseline.js +0 -268
- package/v3/@swarmdo/testing/dist/regression/regression-runner.d.ts +0 -124
- package/v3/@swarmdo/testing/dist/regression/regression-runner.js +0 -227
- package/v3/@swarmdo/testing/dist/regression/security-regression.d.ts +0 -73
- package/v3/@swarmdo/testing/dist/regression/security-regression.js +0 -258
- package/v3/@swarmdo/testing/dist/setup.d.ts +0 -43
- package/v3/@swarmdo/testing/dist/setup.js +0 -91
- package/v3/@swarmdo/testing/dist/v2-compat/api-compat.test.d.ts +0 -10
- package/v3/@swarmdo/testing/dist/v2-compat/api-compat.test.js +0 -433
- package/v3/@swarmdo/testing/dist/v2-compat/cli-compat.test.d.ts +0 -10
- package/v3/@swarmdo/testing/dist/v2-compat/cli-compat.test.js +0 -352
- package/v3/@swarmdo/testing/dist/v2-compat/compatibility-validator.d.ts +0 -206
- package/v3/@swarmdo/testing/dist/v2-compat/compatibility-validator.js +0 -839
- package/v3/@swarmdo/testing/dist/v2-compat/hooks-compat.test.d.ts +0 -10
- package/v3/@swarmdo/testing/dist/v2-compat/hooks-compat.test.js +0 -428
- package/v3/@swarmdo/testing/dist/v2-compat/index.d.ts +0 -38
- package/v3/@swarmdo/testing/dist/v2-compat/index.js +0 -41
- package/v3/@swarmdo/testing/dist/v2-compat/mcp-compat.test.d.ts +0 -10
- package/v3/@swarmdo/testing/dist/v2-compat/mcp-compat.test.js +0 -419
- package/v3/@swarmdo/testing/dist/v2-compat/report-generator.d.ts +0 -34
- package/v3/@swarmdo/testing/dist/v2-compat/report-generator.js +0 -372
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @swarmdo/testing - Agent Fixtures
|
|
3
|
-
*
|
|
4
|
-
* Comprehensive mock agents and agent configurations for testing V3 modules.
|
|
5
|
-
* Supports all 15 V3 specialized swarm agents plus core development agents.
|
|
6
|
-
*
|
|
7
|
-
* Based on ADR-002 (Domain-Driven Design) and V3 agent specifications.
|
|
8
|
-
*/
|
|
9
|
-
import { type Mock } from 'vitest';
|
|
10
|
-
/**
|
|
11
|
-
* Agent types for V3 15-agent swarm
|
|
12
|
-
*/
|
|
13
|
-
export type V3AgentType = 'queen-coordinator' | 'security-architect' | 'security-auditor' | 'memory-specialist' | 'swarm-specialist' | 'integration-architect' | 'performance-engineer' | 'core-architect' | 'test-architect' | 'project-coordinator' | 'coder' | 'reviewer' | 'tester' | 'planner' | 'researcher';
|
|
14
|
-
/**
|
|
15
|
-
* Agent status type
|
|
16
|
-
*/
|
|
17
|
-
export type AgentStatus = 'idle' | 'busy' | 'terminated' | 'error' | 'starting';
|
|
18
|
-
/**
|
|
19
|
-
* Agent configuration interface
|
|
20
|
-
*/
|
|
21
|
-
export interface AgentConfig {
|
|
22
|
-
type: V3AgentType;
|
|
23
|
-
name: string;
|
|
24
|
-
capabilities: string[];
|
|
25
|
-
priority?: number;
|
|
26
|
-
metadata?: Record<string, unknown>;
|
|
27
|
-
systemPrompt?: string;
|
|
28
|
-
tools?: string[];
|
|
29
|
-
maxConcurrentTasks?: number;
|
|
30
|
-
timeout?: number;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Agent instance interface
|
|
34
|
-
*/
|
|
35
|
-
export interface AgentInstance {
|
|
36
|
-
id: string;
|
|
37
|
-
type: V3AgentType;
|
|
38
|
-
name: string;
|
|
39
|
-
status: AgentStatus;
|
|
40
|
-
capabilities: string[];
|
|
41
|
-
createdAt: Date;
|
|
42
|
-
lastActiveAt?: Date;
|
|
43
|
-
currentTaskId?: string;
|
|
44
|
-
metrics?: AgentMetrics;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Agent metrics interface
|
|
48
|
-
*/
|
|
49
|
-
export interface AgentMetrics {
|
|
50
|
-
tasksCompleted: number;
|
|
51
|
-
tasksFailed: number;
|
|
52
|
-
avgTaskDuration: number;
|
|
53
|
-
totalDuration: number;
|
|
54
|
-
errorRate: number;
|
|
55
|
-
memoryUsageMb: number;
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* Agent permissions interface
|
|
59
|
-
*/
|
|
60
|
-
export interface AgentPermissions {
|
|
61
|
-
canSpawnAgents: boolean;
|
|
62
|
-
canTerminateAgents: boolean;
|
|
63
|
-
canAccessFiles: boolean;
|
|
64
|
-
canExecuteCommands: boolean;
|
|
65
|
-
canAccessNetwork: boolean;
|
|
66
|
-
canAccessMemory: boolean;
|
|
67
|
-
maxMemoryMb?: number;
|
|
68
|
-
maxCpuPercent?: number;
|
|
69
|
-
allowedPaths?: string[];
|
|
70
|
-
blockedPaths?: string[];
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Agent spawn result interface
|
|
74
|
-
*/
|
|
75
|
-
export interface AgentSpawnResult {
|
|
76
|
-
agent: AgentInstance;
|
|
77
|
-
sessionId: string;
|
|
78
|
-
startupTime: number;
|
|
79
|
-
success: boolean;
|
|
80
|
-
error?: Error;
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* Agent termination result interface
|
|
84
|
-
*/
|
|
85
|
-
export interface AgentTerminationResult {
|
|
86
|
-
agentId: string;
|
|
87
|
-
success: boolean;
|
|
88
|
-
duration: number;
|
|
89
|
-
tasksTerminated: number;
|
|
90
|
-
error?: Error;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* Agent health check result interface
|
|
94
|
-
*/
|
|
95
|
-
export interface AgentHealthCheckResult {
|
|
96
|
-
agentId: string;
|
|
97
|
-
status: AgentStatus;
|
|
98
|
-
healthy: boolean;
|
|
99
|
-
lastActivity: Date;
|
|
100
|
-
metrics: AgentMetrics;
|
|
101
|
-
issues?: string[];
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* Capability definitions for each agent type
|
|
105
|
-
*/
|
|
106
|
-
export declare const agentCapabilities: Record<V3AgentType, string[]>;
|
|
107
|
-
/**
|
|
108
|
-
* Pre-defined agent configurations for testing
|
|
109
|
-
*/
|
|
110
|
-
export declare const agentConfigs: Record<string, AgentConfig>;
|
|
111
|
-
/**
|
|
112
|
-
* Pre-defined agent instances for testing
|
|
113
|
-
*/
|
|
114
|
-
export declare const agentInstances: Record<string, AgentInstance>;
|
|
115
|
-
/**
|
|
116
|
-
* Default agent permissions for testing
|
|
117
|
-
*/
|
|
118
|
-
export declare const agentPermissions: Record<string, AgentPermissions>;
|
|
119
|
-
/**
|
|
120
|
-
* Factory function to create agent config with overrides
|
|
121
|
-
*/
|
|
122
|
-
export declare function createAgentConfig(base: keyof typeof agentConfigs | V3AgentType, overrides?: Partial<AgentConfig>): AgentConfig;
|
|
123
|
-
/**
|
|
124
|
-
* Factory function to create agent instance with overrides
|
|
125
|
-
*/
|
|
126
|
-
export declare function createAgentInstance(base: keyof typeof agentInstances | V3AgentType, overrides?: Partial<AgentInstance>): AgentInstance;
|
|
127
|
-
/**
|
|
128
|
-
* Factory function to create spawn result
|
|
129
|
-
*/
|
|
130
|
-
export declare function createAgentSpawnResult(agent: Partial<AgentInstance>, overrides?: Partial<AgentSpawnResult>): AgentSpawnResult;
|
|
131
|
-
/**
|
|
132
|
-
* Factory function to create termination result
|
|
133
|
-
*/
|
|
134
|
-
export declare function createAgentTerminationResult(agentId: string, overrides?: Partial<AgentTerminationResult>): AgentTerminationResult;
|
|
135
|
-
/**
|
|
136
|
-
* Factory function to create health check result
|
|
137
|
-
*/
|
|
138
|
-
export declare function createAgentHealthCheckResult(agentId: string, overrides?: Partial<AgentHealthCheckResult>): AgentHealthCheckResult;
|
|
139
|
-
/**
|
|
140
|
-
* Create a full 15-agent V3 swarm configuration
|
|
141
|
-
*/
|
|
142
|
-
export declare function createV3SwarmAgentConfigs(): AgentConfig[];
|
|
143
|
-
/**
|
|
144
|
-
* Create instances for all 15 V3 agents
|
|
145
|
-
*/
|
|
146
|
-
export declare function createV3SwarmAgentInstances(): AgentInstance[];
|
|
147
|
-
/**
|
|
148
|
-
* Create agents grouped by domain
|
|
149
|
-
*/
|
|
150
|
-
export declare function createAgentsByDomain(): Record<string, AgentConfig[]>;
|
|
151
|
-
/**
|
|
152
|
-
* Invalid agent configurations for error testing
|
|
153
|
-
*/
|
|
154
|
-
export declare const invalidAgentConfigs: {
|
|
155
|
-
emptyName: {
|
|
156
|
-
type: V3AgentType;
|
|
157
|
-
name: string;
|
|
158
|
-
capabilities: string[];
|
|
159
|
-
};
|
|
160
|
-
noCapabilities: {
|
|
161
|
-
type: V3AgentType;
|
|
162
|
-
name: string;
|
|
163
|
-
capabilities: never[];
|
|
164
|
-
};
|
|
165
|
-
invalidType: {
|
|
166
|
-
type: V3AgentType;
|
|
167
|
-
name: string;
|
|
168
|
-
capabilities: string[];
|
|
169
|
-
};
|
|
170
|
-
negativePriority: {
|
|
171
|
-
type: V3AgentType;
|
|
172
|
-
name: string;
|
|
173
|
-
capabilities: string[];
|
|
174
|
-
priority: number;
|
|
175
|
-
};
|
|
176
|
-
zeroTimeout: {
|
|
177
|
-
type: V3AgentType;
|
|
178
|
-
name: string;
|
|
179
|
-
capabilities: string[];
|
|
180
|
-
timeout: number;
|
|
181
|
-
};
|
|
182
|
-
excessiveConcurrency: {
|
|
183
|
-
type: V3AgentType;
|
|
184
|
-
name: string;
|
|
185
|
-
capabilities: string[];
|
|
186
|
-
maxConcurrentTasks: number;
|
|
187
|
-
};
|
|
188
|
-
};
|
|
189
|
-
/**
|
|
190
|
-
* Mock agent interface for behavior testing
|
|
191
|
-
*/
|
|
192
|
-
export interface MockAgent {
|
|
193
|
-
id: string;
|
|
194
|
-
type: V3AgentType;
|
|
195
|
-
status: AgentStatus;
|
|
196
|
-
capabilities: string[];
|
|
197
|
-
execute: Mock<(task: unknown) => Promise<unknown>>;
|
|
198
|
-
communicate: Mock<(message: unknown) => Promise<void>>;
|
|
199
|
-
terminate: Mock<() => Promise<void>>;
|
|
200
|
-
getMetrics: Mock<() => AgentMetrics>;
|
|
201
|
-
}
|
|
202
|
-
/**
|
|
203
|
-
* Create a mock agent for testing
|
|
204
|
-
*/
|
|
205
|
-
export declare function createMockAgent(type?: V3AgentType, overrides?: Partial<AgentInstance>): MockAgent;
|
|
206
|
-
/**
|
|
207
|
-
* Create multiple mock agents
|
|
208
|
-
*/
|
|
209
|
-
export declare function createMockAgents(types: V3AgentType[]): MockAgent[];
|
|
210
|
-
/**
|
|
211
|
-
* Create a mock V3 15-agent swarm
|
|
212
|
-
*/
|
|
213
|
-
export declare function createMockV3Swarm(): MockAgent[];
|
|
214
|
-
//# sourceMappingURL=agent-fixtures.d.ts.map
|