Skip to content

alexk1919/MackGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Create, customize, and launch autonomous AI Agents in your browser. πŸ€–

Node version English

πŸ”— Short link Β Β β€’Β Β  🐦 Twitter


πŸ’ Support the Advancement of MackGPT!! πŸ’

Boost the development of MackGPT, an open-source project pushing AI autonomy forward! Your support helps cover operational costs, such as in-house API and infrastructure expenses, which are growing daily. Your sponsorship drives progress by facilitating resource scaling, feature improvement, and continuous innovation in this groundbreaking project! πŸš€

By sponsoring this open-source project, you can showcase your avatar/logo below while contributing to the progress of autonomous AI!πŸ—£οΈ

πŸ‘‰ Click here to support the project


MackGPT allows you to create, customize, and deploy Autonomous AI agents in your browser. Name your own custom AI and have it embark on any goal imaginable. It will attempt to reach the goal by thinking of tasks to do, executing them, and learning from the results πŸš€.

πŸŽ‰ Roadmap

This platform is currently in beta, we are currently working on:

  • Long term memory via a vector DB 🧠
  • Web browsing capabilities via LangChain 🌐
  • Interaction with websites and people πŸ‘¨β€πŸ‘©β€πŸ‘¦
  • Writing capabilities via a document API πŸ“„
  • Saving agent runs πŸ’Ύ
  • Users and authentication πŸ”
  • Stripe integration for a lower limit paid version (So we can stop worrying about infra costs) πŸ’΅

More Coming soon...

πŸš€ Tech Stack

πŸ‘¨β€πŸš€ Getting Started

🐳 Docker Setup

The easiest way to run MackGPT locally is by using docker. A convenient setup script is provided to help you get started.

./setup.sh --docker

Docker-compose

Using docker-compose deploy

./setup.sh --docker-compose

πŸ‘· Local Development Setup

If you wish to develop MackGPT locally, the easiest way is to use the provided setup script.

./setup.sh --local

πŸ› οΈ Manual Setup

🚧 You will need Nodejs +18 (LTS recommended) installed.

  1. Fork this project:
  1. Clone the repository:
git clone [email protected]:YOU_USER/MackGPT.git
  1. Install dependencies:
cd MackGPT
npm install
  1. Create a .env file with the following content:

🚧 The environment variables must match the following schema.

# Deployment Environment:
NODE_ENV=development

# Next Auth config:
# Generate a secret with `openssl rand -base64 32`
NEXTAUTH_SECRET=changeme
NEXTAUTH_URL=http://localhost:3000
DATABASE_URL=file:./db.sqlite
# Your open api key
OPENAI_API_KEY=changeme
  1. Modify prisma schema to use sqlite:
./prisma/useSqlite.sh

Note: This only needs to be done if you wish to use sqlite.

  1. Ready πŸ₯³, now run:
# Create database migrations
npx prisma db push
npm run dev

πŸš€ GitHub Codespaces

Set up MackGPT in the cloud immediately by using GitHub Codespaces.

  1. From the GitHub repo, click the green "Code" button and select "Codespaces".
  2. Create a new Codespace or select a previous one you've already created.
  3. Codespaces opens in a separate tab in your browser.
  4. In terminal, run bash ./setup.sh --local
  5. When prompted in terminal, add your OpenAI API key.
  6. Click "Open in browser" when the build process completes.
  • To shut MackGPT down, enter Ctrl+C in Terminal.
  • To restart MackGPT, run npm run dev in Terminal.

Run the project πŸ₯³

npm run dev

❀️ Credits

This project is based on AgentGPT GitHub Repo. Our work is derived from or inspired by their efforts under the GPL 3.0 license. We greatly appreciate their efforts and the valuable work they have shared with the community. Thank you to everyone involved in creating, maintaining, and contributing to this open-source project.

About

Create, customize, and launch autonomous AI Agents in your browser. πŸ€–πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published