AutoGPT/rnd/autogpt_builder
Aarushi d6cbb48609
feat(agpt_builder) Fix data persistance on agent execution (#7363)
* fixing issue with data vanishing when executing agent

* fix rebasing

* add unique key

* reset to neutral & failed colours
2024-07-10 12:47:55 +01:00
..
public fix(autogpt_builder): Update AutoGPT logo in page component (#7354) 2024-07-09 16:10:13 +01:00
src feat(agpt_builder) Fix data persistance on agent execution (#7363) 2024-07-10 12:47:55 +01:00
.env.example Add reactflow component in AutoGPT builder (#7270) 2024-06-27 10:14:25 +01:00
.eslintrc.json Add support for nextjs based app (#7266) 2024-06-27 10:02:54 +01:00
.gitignore Add support for nextjs based app (#7266) 2024-06-27 10:02:54 +01:00
README.md Add support for nextjs based app (#7266) 2024-06-27 10:02:54 +01:00
components.json feat(agent_builder): Add shad/cn UI library (#7316) 2024-07-05 08:14:45 +02:00
next.config.js Reads data from .env (#7357) 2024-07-09 17:20:31 +01:00
next.config.mjs feat(autogpt_builder): Add basic layout with nav (#7317) 2024-07-09 17:33:12 +01:00
package.json feat(autogpt_builder): Add basic layout with nav (#7317) 2024-07-09 17:33:12 +01:00
postcss.config.mjs Add support for nextjs based app (#7266) 2024-06-27 10:02:54 +01:00
tailwind.config.ts feat(agent_builder): Add shad/cn UI library (#7316) 2024-07-05 08:14:45 +02:00
tsconfig.json Add support for nextjs based app (#7266) 2024-06-27 10:02:54 +01:00
webpack.config.js feat(autogpt_builder) Update custom node to handle deeply nested structures (#7319) 2024-07-04 17:54:41 +01:00
yarn.lock feat(autogpt_builder): Add basic layout with nav (#7317) 2024-07-09 17:33:12 +01:00

README.md

This is the frontend for AutoGPT's next generation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deploy

TODO