You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update DOCUMENTATION links to point to https://elizaOS.github.io/eliza/[\#1353](https://github.com/elizaOS/eliza/pull/1353) ([imwylin](https://github.com/imwylin))
@@ -502,7 +502,7 @@
502
502
- Agent Responds Twice to prompts [\#726](https://github.com/elizaOS/eliza/issues/726)
503
503
- Twitter Client Breaks out of the box [\#673](https://github.com/elizaOS/eliza/issues/673)
504
504
- Twitter client only works for one agent when running multiple agents simultaneously [\#656](https://github.com/elizaOS/eliza/issues/656)
505
-
- Cannot find module '@ai16z/eliza' or its corresponding type declarations. [\#601](https://github.com/elizaOS/eliza/issues/601)
505
+
- Cannot find module '@elizaos/core' or its corresponding type declarations. [\#601](https://github.com/elizaOS/eliza/issues/601)
506
506
- create-eliza-app package doesn't install or exist [\#553](https://github.com/elizaOS/eliza/issues/553)
507
507
- Non node.js environments have issues building \(workers for instance\)[\#507](https://github.com/elizaOS/eliza/issues/507)
508
508
- Error: Property 'clients' does not exist on type 'Plugin' in src/index.ts during pnpm start [\#423](https://github.com/elizaOS/eliza/issues/423)
@@ -1259,7 +1259,7 @@
1259
1259
- feat: Add Heurist API Integration as New Model Provider [\#335](https://github.com/elizaOS/eliza/pull/335) ([tsubasakong](https://github.com/tsubasakong))
1260
1260
- Docs: additional Quickstart clarification and improvements [\#334](https://github.com/elizaOS/eliza/pull/334) ([odilitime](https://github.com/odilitime))
- fix: Build error for packages requiring @ai16z/eliza[\#331](https://github.com/elizaOS/eliza/pull/331) ([shakkernerd](https://github.com/shakkernerd))
1262
+
- fix: Build error for packages requiring @elizaos/core[\#331](https://github.com/elizaOS/eliza/pull/331) ([shakkernerd](https://github.com/shakkernerd))
1263
1263
- claude vertex configs added to generation.ts \(was missing\)[\#330](https://github.com/elizaOS/eliza/pull/330) ([denizekiz](https://github.com/denizekiz))
1264
1264
- README\_KOR.md Korean version edited by a Korean [\#329](https://github.com/elizaOS/eliza/pull/329) ([zo-eth](https://github.com/zo-eth))
1265
1265
- Save Trade on creation to the backend [\#328](https://github.com/elizaOS/eliza/pull/328) ([MarcoMandar](https://github.com/MarcoMandar))
Copy file name to clipboardexpand all lines: docs/community/Discord/development/coders/chat_2024-12-05.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# 💻-coders 2024-12-05
2
2
3
3
## Summary
4
+
4
5
The discussion focused on creating custom plugins, running them from .json files to TS configs. Lambert successfully ran his methods using 'plugins: []' without modifying agent/src/index.ts but with custom clients calling the plugin. Ayvaras mentioned memory consumption issues needing optimization.
5
6
6
7
## FAQ
8
+
7
9
- Is there a ts equivalent for running a character from a json file? How to import and use custom plugins in agent/src/index.ts? (asked by [DL])
8
10
- How did you solve the memory consumption issue with your uncensored model? (asked by [nylon, nylon])
9
11
- What's the difference between Solana plugin and Goat one? How to login with cookies in browser, then copy into .env file following specific syntax mentioned somewhere on README? (asked by [SotoAlt | WAWE])
@@ -16,20 +18,22 @@ The discussion focused on creating custom plugins, running them from .json files
16
18
- Why am I getting an error when trying to generate a new tweet? What should be in the .env file for it to work correctly? (asked by @Manasvi)
17
19
18
20
## Who Helped Who
21
+
19
22
-[DL] helped [dl] with Create a custom plugin for characters and import it into the ts file. by providing Odilitime explained how to set up character object in agent/src/index.ts.
20
23
-[coinwitch (ai16z intern)] helped [SotoAlt | WAWE] with Troubleshooting Eliza Agent by providing coinwitch helped with getting the agent working in eliza-starter project.
21
24
-@sototal helped @ayvaras with Resolving server IP change issue by providing SotoAlt | WAWE suggested using cookies for login and enabling 2FA as a solution.
22
25
- 'Try without' and 'nah my agent doesn't have any', suggesting Ayvaras to test the software feature with cookies disabled. helped [Ayvaras (02:39, 02:41)] with 'Investigate why setting VPN doesn't work' by providing [lambert (02:38, 02:40)]
23
26
-@lambert, @Tharakesh helped @Ayvaras with Troubleshooting cookie usage in the application by providing Ayvaras asked for help with cookies and database deletion
24
27
-@lambert helped @Manasvi with Troubleshooting error in Eliza project. by providing Provided guidance on checking Twitter API credentials and ensuring correct setup.
25
28
- frenchplace helped problem with loading content into memory via API or commands with loading sources for agent's knowledge by providing Robotic Dreams provided a solution on how to specify plugins in character file and set required fields.
26
-
-@DL helped @cleverson1 with Resolving Twitter integration issue with @ai16z/plugin-image-generation. by providing DL (@ai16z) provided guidance on using image plugin without specifying plugins field and ensuring correct AI API keys are used.
29
+
-@DL helped @cleverson1 with Resolving Twitter integration issue with @elizaos/plugin-image-generation. by providing DL (@ai16z) provided guidance on using image plugin without specifying plugins field and ensuring correct AI API keys are used.
27
30
-[Bunchu] helped [Cleverson1] with Adding web search plugin by providing @bunchu helped @cleverson1 by providing steps to add a plugin and resolve image posting issue.
28
31
- kungfumode helped Agent Issue Resolution Successful. with Tweet formatting by providing Ayvaras provided a PR to fix the issue of agents posting multi-line tweets.
29
32
30
33
## Action Items
31
34
32
35
### Technical Tasks
36
+
33
37
- Create a custom plugin for character files (mentioned by [DL, lambert])
34
38
- Create a TG token bot (mentioned by [SotoAlt | WAWE])
35
39
- Watch Agent Dev School videos for learning (mentioned by @coinwitch)
@@ -45,12 +49,14 @@ The discussion focused on creating custom plugins, running them from .json files
45
49
- Fix tweet formatting issue by applying PR #856 (mentioned by Ayvaras)
46
50
47
51
### Documentation Needs
52
+
48
53
- Optimize memory consumption of the uncensored model. (mentioned by Ayvaras)
49
54
- Fix the issue with `Cannot GET /` error in eliza-starter project. (mentioned by [coinwitch (ai16z intern)])
50
55
- Ensure the .env file contains correct Twitter account details. (mentioned by Ayvaras)
51
56
- Use pnpm run build for Twitter agent and terminal runtime agent, investigate if possible. (mentioned by Konstantine)
52
57
- Create a GitHub issue to address image plugin documentation (mentioned by @coinwitch (ai16z intern))
53
-
- Add @ai16z/plugin-web-search to dependencies in package.json and import it into index.ts. (mentioned by [Bunchu])
58
+
- Add @elizaos/plugin-web-search to dependencies in package.json and import it into index.ts. (mentioned by [Bunchu])
54
59
55
60
### Feature Requests
56
-
- Resolve server IP change issue by using cookies or enabling two-factor authentication (2FA) (mentioned by @SotoAlt | WAWE)
61
+
62
+
- Resolve server IP change issue by using cookies or enabling two-factor authentication (2FA) (mentioned by @SotoAlt | WAWE)
`Successfully sent contract for deployment. Transaction hash: ${result}`
84
+
);
85
+
awaitcallback(
86
+
{
87
+
text: `Successfully sent contract for deployment. Transaction hash: ${result}`,
88
+
},
89
+
[]
90
+
);
91
+
},
92
+
examples: [
93
+
[
94
+
{
95
+
user: "{{user1}}",
96
+
content: {
97
+
text: "Deploy a new contract from /home/az/yeagerai/genlayer-studio/examples/contracts/wizard_of_coin.py with the argument 'true'",
98
+
},
99
+
},
100
+
{
101
+
user: "{{agentName}}",
102
+
content: {
103
+
text: "Deploying contract...",
104
+
action: "DEPLOY_CONTRACT",
105
+
},
106
+
},
107
+
],
108
+
[
109
+
{
110
+
user: "{{user1}}",
111
+
content: {
112
+
text: "Please help me deploy a contract",
113
+
},
114
+
},
115
+
{
116
+
user: "{{agentName}}",
117
+
content: {
118
+
text: "Sure! I'll help you deploy a contract. Please provide the code file path and constructor arguments.",
119
+
action: "CONTINUE",
120
+
},
121
+
},
122
+
{
123
+
user: "{{user1}}",
124
+
content: {
125
+
text: "The code file is /home/az/yeagerai/genlayer-studio/examples/contracts/wizard_of_coin.py",
126
+
},
127
+
},
128
+
{
129
+
user: "{{agentName}}",
130
+
content: {
131
+
text: "Understood, I'll help you deploy the contract from /home/az/yeagerai/genlayer-studio/examples/contracts/wizard_of_coin.py. Now, please provide the constructor arguments.",
132
+
action: "CONTINUE",
133
+
},
134
+
},
135
+
{
136
+
user: "{{user1}}",
137
+
content: {
138
+
text: "The constructor argument is 'true'",
139
+
},
140
+
},
141
+
{
142
+
user: "{{agentName}}",
143
+
content: {
144
+
text: "Perfect, I'll help you deploy the contract from /home/az/yeagerai/genlayer-studio/examples/contracts/wizard_of_coin.py with the argument 'true'.",
0 commit comments