Skip to content

Commit e288b08

Browse files
committed
missing copy code
1 parent acfc4ec commit e288b08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

helpers/python.ts

+7
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,13 @@ export const installPythonTemplate = async ({
480480
await copyRouterCode(root, tools ?? []);
481481
}
482482

483+
// Copy multiagents overrides
484+
if (template === "multiagent") {
485+
await copy("**", path.join(root), {
486+
cwd: path.join(compPath, "multiagent", "python"),
487+
});
488+
}
489+
483490
if (template === "multiagent" || template === "reflex") {
484491
if (useCase) {
485492
const sourcePath =

0 commit comments

Comments
 (0)