MCPcopy
hub / github.com/AutoMaker-Org/automaker / agent-service.test.ts

File agent-service.test.ts

apps/server/tests/unit/services/agent-service.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach } from 'vitest';
2import { AgentService } from '@/services/agent-service.js';
3import { ProviderFactory } from '@/providers/provider-factory.js';
4import * as fs from 'fs/promises';

Callers

nothing calls this directly

Calls 15

initAllowedPathsFunction · 0.85
startConversationMethod · 0.80
stopExecutionMethod · 0.80
getHistoryMethod · 0.80
clearSessionMethod · 0.80
clearSdkSessionIdMethod · 0.80
setSessionModelMethod · 0.80
updateSessionMethod · 0.80
archiveSessionMethod · 0.80
unarchiveSessionMethod · 0.80
deleteSessionMethod · 0.80
addToQueueMethod · 0.80

Tested by

no test coverage detected