Skip to content

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

License

Notifications You must be signed in to change notification settings

iritikyadav123/AgentGenesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentGenesis

react-play

Seamlessly build custom RAG flows and AI agents using open-source, copy-paste components.

View Demo · Report Bug · Request Feature

👋 Introducing Agentgenesis

name

Agentgenesis is an open-source web app that provides source for customizable Gen AI code snippets that you can easily copy and paste into your applications.

AgentGenesis is not distributed via npm and does not need to be installed as a dependency. Simply pick the code you need, copy and paste it into your project, and build on top of it according to your requirements. The code is entirely yours to use and modify.

🔥 Demo

Here is the link to the app. We hope you enjoy it.

Demo Link

Please support the work by giving the repository a ⭐, contributing to it. You can also follow our core members on Twitter Abir & Faisal & Kirtika.

🏗️ How to Set up Agentgenesis for Development?

  • You may want to contribute to the agentgenesis repo in general. Please check the Contribution Guide to get started.

Here is a quick overview of the agentgenesis repo setup:

🍴 Fork and Clone the Repo

First, you need to fork the agentgenesis repo. You can do this by clicking the Fork button on the top right corner of the repo.

Once forked, you can clone the repo by clicking the Clone or Download button on the top right corner of the forked repo.

Please change the directory after cloning the repository using the cd <folder-name> command.

With Docker

🚀 Start the app inside a docker container

Need to have docker on your system and to start the app in container using docker you just need to simple run below command.

docker compose up

Without Docker

⬇️ Install Dependencies

Next, install the dependencies by running the following command in the agentgenesis repo. we recommend using npm.

npm install

🦄 Start the Development Mode

Use the following command to start the app in the development mode:

npm run dev

It runs the app in development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.

🧱 Build the App for Production

Use the following command to build the app for production:

npm run build

It builds the app for production to the build folder. It correctly bundles Next JS in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.


🤝 Contributing to Agentgenesis

Any kind of positive contribution is welcome! Please help us to grow by contributing to the project.

If you wish to contribute, you can,

  • Use our components on your projects.
  • Suggest a Feature.
  • Test the app, and help it improve.
  • Improve the app, fix bugs, etc.
  • Improve documentation.
  • Create content about Agentgenesis and share it with the world.

Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.

🙏 Support

We all need support and motivation. Agentgenesis is not an exception. Please give this project a ⭐️ to encourage and show that you liked it. Don't forget to leave a star ⭐️ before you move away.

If you found the app helpful, consider connecting with us.


A ⭐️ to Agentgenesis is to make us more 💪 stronger and motivated.

Contributors ✨

Thanks goes to these wonderful people :

Abir Dutta
Abir Dutta

💻
Faisal
Faisal

💻
Kirtika
Kirtika

💻

This project follows the all-contributors specification. Contributions of any kind are welcome!

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.4%
  • MDX 29.4%
  • Other 1.2%