Skip to content

Commit 25a9806

Browse files
authored
Add GENT after Web3GPT and update docs (#28)
1 parent a9c9e03 commit 25a9806

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Web3GPT is an AI-powered smart contract development platform that combines Large
1818

1919
- **Specialized AI Agents:**
2020
- Web3GPT - Core smart contract development agent
21+
- GENT - first token agent launched on W3GPT
2122
- Unstoppable Domains - Domain resolution specialist
2223
- OpenZeppelin 5.0 - Security-focused development using latest OZ libraries
2324
- CTF Agent - Interactive Capture The Flag challenges
2425
- Creator - Custom AI agent creation
25-
- Smart Token - TokenScript-powered token deployment
2626

2727
- **GitHub Authentication:** Secure login and persistence of your development sessions
2828

lib/constants.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ export const DEFAULT_AGENT: Agent = {
1414

1515
export const AGENTS_ARRAY: Agent[] = [
1616
DEFAULT_AGENT,
17+
{
18+
id: "asst_FiWv3gKSXZyKGnuJdSZvpf6V",
19+
userId: "12901349",
20+
name: "GENT",
21+
description: "first token agent launched on W3GPT",
22+
creator: "soko.eth",
23+
imageUrl: "https://ipfs.w3gpt.ai/ipfs/bafkreidmmwgfagx34nj4oy34her2tmcgp5deybs72ymy4edi4ye3nyfulu",
24+
},
1725
{
1826
id: "asst_mv5KGoBLhXXQFiJHpgnopGQQ",
1927
userId: "12901349",
@@ -49,14 +57,6 @@ export const AGENTS_ARRAY: Agent[] = [
4957
creator: "soko.eth",
5058
imageUrl: "/assets/agent-factory.png",
5159
},
52-
{
53-
id: TOKENSCRIPT_AGENT_ID,
54-
userId: "12689544",
55-
name: "Smart Token",
56-
description: "Create a Smart Token - create and self deploy a token, then power it with a TokenScript",
57-
creator: "61cygni.eth",
58-
imageUrl: "/assets/tokenscript.png",
59-
},
6060
]
6161

6262
export const IPFS_W3GPT_GROUP_ID = "ded75ff6-65b1-43a2-bf95-6adc538828f9"

0 commit comments

Comments
 (0)