MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / training-agent.test.ts

File training-agent.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from 'vitest';
2import { buildCatalog } from '../../src/training-agent/product-factory.js';
3import { buildFormats, FORMAT_CHANNEL_MAP } from '../../src/training-agent/formats.js';
4import { PUBLISHERS } from '../../src/training-agent/publishers.js';

Callers

nothing calls this directly

Calls 15

invalidateCacheFunction · 0.85
buildCatalogFunction · 0.85
itFunction · 0.85
buildFormatsFunction · 0.85
clearSessionsFunction · 0.85
stopSessionCleanupFunction · 0.85
runWithSessionContextFunction · 0.85
getSessionFunction · 0.85
flushDirtySessionsFunction · 0.85
setStateStoreFunction · 0.85
sessionKeyFromArgsFunction · 0.85

Tested by

no test coverage detected