Skip to content

Commit edc39e2

Browse files
committed
Squashed commit of the following:
commit 4e27c73 Merge: d1bdf00 a01157f Author: Odilitime <janesmith@airmail.cc> Date: Wed Dec 18 09:21:56 2024 -0800 Merge pull request elizaOS#1209 from marcNY/patch-1 docs: Update README.md commit a01157f Merge: 502d4a1 d1bdf00 Author: Odilitime <janesmith@airmail.cc> Date: Wed Dec 18 09:20:33 2024 -0800 Merge branch 'develop' into patch-1 commit d1bdf00 Merge: b3ebb3c eecb77f Author: Odilitime <janesmith@airmail.cc> Date: Wed Dec 18 09:18:45 2024 -0800 Merge pull request elizaOS#1207 from v1xingyue/v1xingyue-patch-1 fix: gitpod cicd bug commit b3ebb3c Merge: 1781ae1 7b9c285 Author: Odilitime <janesmith@airmail.cc> Date: Wed Dec 18 09:08:17 2024 -0800 Merge pull request elizaOS#1201 from 9547/doc-cn docs(cn): add python 3.7 commit 502d4a1 Author: Marc F <8562443+marcNY@users.noreply.github.com> Date: Wed Dec 18 16:44:46 2024 +0000 Update README.md Fix starter script: Add missing ‘cd’ command to navigate to ‘eliza-starter’ directory commit 1781ae1 Merge: 855c029 be74341 Author: Shakker Nerd <165377636+shakkernerd@users.noreply.github.com> Date: Wed Dec 18 16:43:48 2024 +0000 Merge pull request elizaOS#1177 from Sifchain/jure/integration-tests feat: integration tests fixes + library improvements commit eecb77f Author: v1xingyue <qixingyue@gmail.com> Date: Wed Dec 18 22:46:20 2024 +0800 gitpod cicd bug Sometimes we can't fetch tags, so let's fetch tags before. commit be74341 Merge: 969db65 855c029 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Wed Dec 18 10:15:08 2024 +0100 Merge remote-tracking branch 'ai16z/develop' into jure/integration-tests commit 7b9c285 Author: 9547 <29431502+9547@users.noreply.github.com> Date: Wed Dec 18 16:59:26 2024 +0800 docs(cn): rm duplicated - Signed-off-by: 9547 <29431502+9547@users.noreply.github.com> commit 3405828 Author: 9547 <29431502+9547@users.noreply.github.com> Date: Wed Dec 18 16:58:30 2024 +0800 docs(cn): add python2.7 Signed-off-by: 9547 <29431502+9547@users.noreply.github.com> commit 969db65 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Tue Dec 17 13:16:52 2024 +0100 Change CI trigger to 'pull_request' commit c558ad6 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Tue Dec 17 04:54:40 2024 +0100 Disable logging of fetch requests to avoid disclosing sensitive information commit 6d24565 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Tue Dec 17 04:14:31 2024 +0100 Minor cleanup commit e90263f Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Tue Dec 17 04:09:04 2024 +0100 Remove dependency zx commit 9888ced Merge: 3fab472 0a23d6d Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Tue Dec 17 04:03:45 2024 +0100 Merge remote-tracking branch 'ai16z/develop' into realitySpiral/integration-tests commit 3fab472 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 19:59:33 2024 +0100 Avoid using console.clear() to preserve messages for debugging commit e5fb5d5 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 19:53:08 2024 +0100 Cleanup commit 11eff66 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 19:47:10 2024 +0100 Get stopAgent() to work as expected commit a439407 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 15:56:26 2024 +0100 Cleanup commit 87f862f Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 15:42:36 2024 +0100 Fixes commit 9b0302c Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 15:25:28 2024 +0100 Wait for server to start commit 6424c39 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 14:04:50 2024 +0100 Refactoring commit 8824041 Author: Jure Žvikart <7929905+jzvikart@users.noreply.github.com> Date: Mon Dec 16 13:50:09 2024 +0100 Increase delay to avoid CI/CD timeouts
1 parent fa1018f commit edc39e2

File tree

10 files changed

+105
-257
lines changed

10 files changed

+105
-257
lines changed

.github/workflows/integrationTests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- "*"
6-
pull_request_target:
6+
pull_request:
77
branches:
88
- "*"
99
jobs:

.gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ tasks:
33
- name: "init eliza env"
44
init: |
55
nvm install v23.3.0
6+
git fetch --tags
67
git checkout $(git describe --tags --abbrev=0)
78
command: pnpm install && pnpm run build

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050

5151
```bash
5252
git clone https://github.com/ai16z/eliza-starter.git
53-
53+
cd eliza-starter
5454
cp .env.example .env
55-
5655
pnpm i && pnpm build && pnpm start
5756
```
5857

README_CN.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323

2424
**前置要求(必须):**
2525

26+
- [Python 2.7+](https://www.python.org/downloads/)
2627
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
27-
- Nodejs安装
2828
- [pnpm](https://pnpm.io/installation)
29-
- 使用pnpm
3029

3130
### 编辑.env文件
3231

33-
- - 将 .env.example 复制为 .env 并填写适当的值
32+
- 将 .env.example 复制为 .env 并填写适当的值
3433
- 编辑推特环境并输入你的推特账号和密码
3534

3635
### 编辑角色文件

agent/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ export const wait = (minTime: number = 1000, maxTime: number = 3000) => {
7272

7373
const logFetch = async (url: string, options: any) => {
7474
elizaLogger.debug(`Fetching ${url}`);
75-
elizaLogger.debug(JSON.stringify(options, null, 2));
75+
// Disabled to avoid disclosure of sensitive information such as API keys
76+
// elizaLogger.debug(JSON.stringify(options, null, 2));
7677
return fetch(url, options);
7778
};
7879

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"typedoc": "0.26.11",
4141
"typescript": "5.6.3",
4242
"vite": "5.4.11",
43-
"vitest": "2.1.5",
44-
"zx": "^8.2.4"
43+
"vitest": "2.1.5"
4544
},
4645
"pnpm": {
4746
"overrides": {

packages/core/src/logger.ts

-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ class ElizaLogger {
265265
}
266266

267267
export const elizaLogger = new ElizaLogger();
268-
elizaLogger.clear();
269268
elizaLogger.closeByNewLine = true;
270269
elizaLogger.useIcons = true;
271270

0 commit comments

Comments
 (0)