{/* Title */}
@@ -52,10 +68,13 @@ export const AgentInfo: React.FC
= ({
{/* Run Agent Button */}
-
diff --git a/autogpt_platform/frontend/src/components/agptui/PublishAgentSelectInfo.tsx b/autogpt_platform/frontend/src/components/agptui/PublishAgentSelectInfo.tsx
index 7353a532fe25..864528a47f13 100644
--- a/autogpt_platform/frontend/src/components/agptui/PublishAgentSelectInfo.tsx
+++ b/autogpt_platform/frontend/src/components/agptui/PublishAgentSelectInfo.tsx
@@ -338,7 +338,16 @@ export const PublishAgentInfo: React.FC = ({
className="w-full appearance-none rounded-[55px] border border-slate-200 py-2.5 pl-4 pr-5 font-['Geist'] text-base font-normal leading-normal text-slate-500 dark:border-slate-700 dark:bg-gray-700 dark:text-slate-300"
>
-
+
+
+
+
+
+
+
+
+
+
{/* Add more options here */}
diff --git a/autogpt_platform/frontend/src/lib/autogpt-server-api/client.ts b/autogpt_platform/frontend/src/lib/autogpt-server-api/client.ts
index 13d26505a748..cc3e638b59d6 100644
--- a/autogpt_platform/frontend/src/lib/autogpt-server-api/client.ts
+++ b/autogpt_platform/frontend/src/lib/autogpt-server-api/client.ts
@@ -333,6 +333,18 @@ export default class BackendAPI {
return this._get("/store/myagents", params);
}
+ /////////////////////////////////////////
+ /////////// V2 LIBRARY API //////////////
+ /////////////////////////////////////////
+
+ async listLibraryAgents(): Promise