Skip to content

Commit df336c2

Browse files
authored
add UiPath coded agents to the compatibility section (agentsmd#87)
1 parent 65ff823 commit df336c2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

components/CompatibilitySection.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ const agents: AgentEntry[] = [
110110
imageSrcLight: "/logos/devin-light.svg",
111111
imageSrcDark: "/logos/devin-dark.svg",
112112
},
113+
{
114+
name: "Coded Agents",
115+
from: "UiPath",
116+
url: "https://uipath.github.io/uipath-python",
117+
imageSrc: "/logos/uipath.svg",
118+
},
113119
];
114120

115121
const shuffleAgents = (items: AgentEntry[]) => {

public/logos/uipath.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)