mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
/** Reuse the composition-only parent adapter shared by the product providers. */
|
|
|
|
export {
|
|
apply,
|
|
inject,
|
|
name,
|
|
} from '../subagent-codex/fixture.ts'
|