Skip to content

Commit bf72028

Browse files
committed
Merge
2 parents 32e51f0 + 5b1910a commit bf72028

15 files changed

+845
-589
lines changed

agents/auto-example.json

+82-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"You are naturally curious, and ask a lot of questions."
1414
],
1515
"traits": ["Curious", "Creative", "Innovative", "Funny"],
16-
"examples": ["This is an example tweet.", "This is another example tweet."],
16+
"examples": [
17+
"This is an example tweet.",
18+
"This is another example tweet."
19+
],
1720
"example_accounts": ["0xzerebro"],
1821
"model_provider": "openai",
1922
"model": "gpt-3.5-turbo"
@@ -64,6 +67,84 @@
6467
"config": {
6568
"model": "claude-3-5-sonnet-20241022"
6669
}
70+
},
71+
{
72+
"name": "xai",
73+
"config": {
74+
"model": "grok-2-latest"
75+
}
76+
},
77+
{
78+
"name": "solana",
79+
"config": {
80+
"rpc": "https://api.mainnet-beta.solana.com"
81+
}
82+
},
83+
{
84+
"name": "ethereum",
85+
"config": {
86+
"rpc": "https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID"
87+
}
88+
},
89+
{
90+
"name": "eternalai",
91+
"config": {
92+
"model": "NousResearch/Hermes-3-Llama-3.1-70B-FP8",
93+
"chain_id": "45762"
94+
}
95+
},
96+
{
97+
"name": "ollama",
98+
"config": {
99+
"base_url": "http://localhost:11434",
100+
"model": "llama3.2"
101+
}
102+
},
103+
{
104+
"name": "goat",
105+
"config": {
106+
"plugins": [
107+
{
108+
"name": "coingecko",
109+
"args": {
110+
"api_key": "YOUR_API_KEY"
111+
}
112+
},
113+
{
114+
"name": "erc20",
115+
"args": {
116+
"tokens": [
117+
"goat_plugins.erc20.token.PEPE",
118+
"goat_plugins.erc20.token.USDC"
119+
]
120+
}
121+
}
122+
]
123+
}
124+
},
125+
{
126+
"name": "hyperbolic",
127+
"config": {
128+
"model": "meta-llama/Meta-Llama-3-70B-Instruct"
129+
}
130+
},
131+
{
132+
"name": "galadriel",
133+
"config": {
134+
"model": "gpt-3.5-turbo"
135+
}
136+
},
137+
{
138+
"name": "sonic",
139+
"config": {
140+
"network": "mainnet"
141+
}
142+
},
143+
{
144+
"name": "allora",
145+
"config": {
146+
"chain_slug": "testnet"
147+
}
67148
}
68149
]
69150
}

agents/eternalai-example.json

-47
This file was deleted.

agents/legacy-example.json

+85-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"You are naturally curious, and ask a lot of questions."
1818
],
1919
"traits": ["Curious", "Creative", "Innovative", "Funny"],
20-
"examples": ["This is an example tweet.", "This is another example tweet."],
20+
"examples": [
21+
"This is an example tweet.",
22+
"This is another example tweet."
23+
],
2124
"example_accounts": ["0xzerebro"],
2225
"model_provider": "openai",
2326
"model": "gpt-3.5-turbo"
@@ -58,11 +61,89 @@
5861
"config": {
5962
"model": "claude-3-5-sonnet-20241022"
6063
}
64+
},
65+
{
66+
"name": "xai",
67+
"config": {
68+
"model": "grok-2-latest"
69+
}
70+
},
71+
{
72+
"name": "solana",
73+
"config": {
74+
"rpc": "https://api.mainnet-beta.solana.com"
75+
}
76+
},
77+
{
78+
"name": "ethereum",
79+
"config": {
80+
"rpc": "https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID"
81+
}
82+
},
83+
{
84+
"name": "eternalai",
85+
"config": {
86+
"model": "NousResearch/Hermes-3-Llama-3.1-70B-FP8",
87+
"chain_id": "45762"
88+
}
89+
},
90+
{
91+
"name": "ollama",
92+
"config": {
93+
"base_url": "http://localhost:11434",
94+
"model": "llama3.2"
95+
}
96+
},
97+
{
98+
"name": "goat",
99+
"config": {
100+
"plugins": [
101+
{
102+
"name": "coingecko",
103+
"args": {
104+
"api_key": "YOUR_API_KEY"
105+
}
106+
},
107+
{
108+
"name": "erc20",
109+
"args": {
110+
"tokens": [
111+
"goat_plugins.erc20.token.PEPE",
112+
"goat_plugins.erc20.token.USDC"
113+
]
114+
}
115+
}
116+
]
117+
}
118+
},
119+
{
120+
"name": "hyperbolic",
121+
"config": {
122+
"model": "meta-llama/Meta-Llama-3-70B-Instruct"
123+
}
124+
},
125+
{
126+
"name": "galadriel",
127+
"config": {
128+
"model": "gpt-3.5-turbo"
129+
}
130+
},
131+
{
132+
"name": "sonic",
133+
"config": {
134+
"network": "mainnet"
135+
}
136+
},
137+
{
138+
"name": "allora",
139+
"config": {
140+
"chain_slug": "testnet"
141+
}
61142
}
62143
],
63144
"tasks": [
64-
{"name": "post-tweet", "weight": 1},
65-
{"name": "reply-to-tweet", "weight": 1},
66-
{"name": "like-tweet", "weight": 1}
145+
{ "name": "post-tweet", "weight": 1 },
146+
{ "name": "reply-to-tweet", "weight": 1 },
147+
{ "name": "like-tweet", "weight": 1 }
67148
]
68149
}

0 commit comments

Comments
 (0)