From 5ef0b59462e7118fa43f15482740d085dfe7f130 Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:02:58 +0530 Subject: [PATCH 1/4] (feat): Header copywriting updated --- web/src/routes/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/+page.svelte b/web/src/routes/+page.svelte index b939d05..de1c779 100644 --- a/web/src/routes/+page.svelte +++ b/web/src/routes/+page.svelte @@ -110,10 +110,10 @@
-

Marketplace

+

AI Agents for Libraries and Frameworks

- Explore the agents in the marketplace made by dev community + Explore and contribute to agents created by community.

From a8d21d1cb87c73962a54d31a6c8fa176afee414f Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Fri, 16 Aug 2024 20:32:42 +0530 Subject: [PATCH 3/4] agent indexing disclaimer --- web/src/lib/components/chat/ChatIntroduction.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/lib/components/chat/ChatIntroduction.svelte b/web/src/lib/components/chat/ChatIntroduction.svelte index 06bd9a2..72f9319 100644 --- a/web/src/lib/components/chat/ChatIntroduction.svelte +++ b/web/src/lib/components/chat/ChatIntroduction.svelte @@ -148,8 +148,7 @@
- Data source is currently being indexed. Please visit us - again later. Thank you for your patience. + Your agent will be ready in a few minutes. Please drop your email to be notified.

Date: Fri, 16 Aug 2024 20:38:40 +0530 Subject: [PATCH 4/4] (feat): created by for custom agents removed --- web/src/lib/components/IconCollage.svelte | 38 ----------------------- web/src/routes/+page.svelte | 16 +++++----- 2 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644 web/src/lib/components/IconCollage.svelte diff --git a/web/src/lib/components/IconCollage.svelte b/web/src/lib/components/IconCollage.svelte deleted file mode 100644 index 711906e..0000000 --- a/web/src/lib/components/IconCollage.svelte +++ /dev/null @@ -1,38 +0,0 @@ - - - -

- NPM - PyPI - Pub - -
- - \ No newline at end of file diff --git a/web/src/routes/+page.svelte b/web/src/routes/+page.svelte index 3b39459..2ef2442 100644 --- a/web/src/routes/+page.svelte +++ b/web/src/routes/+page.svelte @@ -6,7 +6,6 @@ import CarbonAdd from "~icons/carbon/add"; import CarbonGithub from "~icons/carbon/logo-github"; import CarbonSettings from "~icons/carbon/settings"; - import IconCollage from "$lib/components/IconCollage.svelte"; import type { Agent } from "$lib/types/Agent"; import { goto } from "$app/navigation"; import { debounce } from "$lib/utils/debounce"; @@ -195,20 +194,19 @@ {formatText(agent.author.source_url, 20)} - {:else} + {/if} {/each}