mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-12 04:01:20 +00:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
/** Reuse the composition-only parent adapter shared by the product providers. */
|
|
|
|
export {
|
|
apply,
|
|
inject,
|
|
name,
|
|
} from '../../../../subagent-codex/tests/fixtures/loader/fixture.ts'
|