-
+
Agent
- GPT
-
-
- Beta 🚀
-
-
+ GPT
+
+ Beta 🚀
+
-
+
-
-
- Name:
- >
- }
- value={name}
- disabled={agent != null}
- onChange={(e) => setName(e.target.value)}
- placeholder="AgentGPT (Note: this field doesn't do anything right now)"
- />
+
Assemble, configure, and deploy autonomous AI Agents in your
browser.
@@ -66,31 +64,33 @@ const Home: NextPage = () => {
+
+
+ Name:
+ >
+ }
+ value={name}
+ disabled={agent != null}
+ onChange={(e) => setName(e.target.value)}
+ placeholder="AgentGPT (Note: this field doesn't do anything right now)"
+ />
-
-
- Goal:
- >
- }
- disabled={agent != null}
- value={goalInput}
- onChange={(e) => setGoalInput(e.target.value)}
- placeholder="Make the world a better place."
- />
+
+
+ Goal:
+ >
+ }
+ disabled={agent != null}
+ value={goalInput}
+ onChange={(e) => setGoalInput(e.target.value)}
+ placeholder="Make the world a better place."
+ />
+