Skip to content

Commit 517d333

Browse files
Fixed merge conflict, duplicate agno and llama-index in the dojo
1 parent 04bb3f5 commit 517d333

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

typescript-sdk/apps/dojo/scripts/generate-content-json.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -310,22 +310,6 @@ const agentFilesMapper: Record<string, (agentKeys: string[]) => Record<string, s
310310
{},
311311
);
312312
},
313-
agno: () => ({}),
314-
"llama-index": (agentKeys: string[]) => {
315-
return agentKeys.reduce(
316-
(acc, agentId) => ({
317-
...acc,
318-
[agentId]: [
319-
path.join(
320-
__dirname,
321-
integrationsFolderPath,
322-
`/llamaindex/server-py/server/routers/${agentId}.py`,
323-
),
324-
],
325-
}),
326-
{},
327-
);
328-
},
329313
crewai: (agentKeys: string[]) => {
330314
return agentKeys.reduce(
331315
(acc, agentId) => ({

0 commit comments

Comments
 (0)