AgentGenesis icon indicating copy to clipboard operation
AgentGenesis copied to clipboard

Welcome to AgentGenesis, your source for customizable Gen AI code snippets that you can easily copy and paste into your applications.

Results 8 AgentGenesis issues
Sort by recently updated
recently updated
newest added

FIxes #42 **Changes:** 1. Navbar Heading Update: * Changed the Navbar heading from "Docs" to "Components" for better clarity. * Updated the route in config.js to change the path from...

#### Objective: We aim to enhance the user experience and visual appeal of the [Agentgenesis Blog](https://agentgenesis.dev/blogs) by refactoring the UI. For this update, we'll draw inspiration from the clean and...

gssoc-ext
hacktoberfest-accepted
level 2

- Fixes #44 - Adds rate limiting - **Dependency changes** - `@upstash/ratelimit` - `@vercel/kv` - `moment` - **`.env` Changes** - You will get everything when you create Vercel Kv ```env...

Description: There are two updates needed in the Navbar component: 1.Change Heading: - Update the Navbar heading from "Docs" to "Components". - Update the configuration in config.js to change the...

level 1
gssoc-ext
hacktoberfest-accepted

Implement rate limiting to the backend of our [LinkedIn Agent](https://agentgenesis.dev/docs/components/linkedinAgent), restricting each unique user to 2 accesses every 24 hours in the playground. This is crucial as we are providing...

gssoc-ext
hacktoberfest-accepted
level 3

**Description:** Currently, the component codes in **AgentGenesis** are hardcoded in MDX files. To improve the maintainability and organization of the codebase, we propose migrating the component code to a dedicated...

gssoc-ext
hacktoberfest-accepted
level 3

**Description:** To streamline the integration of **AgentGenesis** code snippets into user projects, we propose implementing a CLI (Command Line Interface) package similar to the [shadcn-ui package](https://github.com/shadcn-ui/ui). This CLI will provide...

enhancement
help wanted

To enhance the credibility and user engagement of the **AgentGenesis** landing page, we propose adding a testimonial section. This section will feature user testimonials and feedback, highlighting the positive experiences...

enhancement
good first issue