Skip to content

Commit 81a3528

Browse files
authoredFeb 6, 2025··
Merge pull request elizaOS#3332 from elizaOS/develop
chore: develop => main
2 parents cbc782c + 2dbf2cc commit 81a3528

File tree

163 files changed

+522
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+522
-317
lines changed
 

‎docs/docs/advanced/eliza-in-tee.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Finally, click on the `Submit` button to deploy your Eliza agent.
307307

308308
This will take a few minutes to complete. Once the deployment is complete, you can click on the `View` button to view your Eliza agent.
309309

310-
Here is an example of a deployed agent named `vitailik2077`:
310+
Here is an example of a deployed agent named `vitalik2077`:
311311

312312
![Deployed Agent](https://i.imgur.com/ie8gpg9.png)
313313

‎docs/docs/core/evaluators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Evaluators enable agents to:
2424
1. Import the necessary evaluator types:
2525

2626
```typescript
27-
import { Evaluator, IAgentRuntime, Memory, State } from "@elizaos/core-core";
27+
import { Evaluator, IAgentRuntime, Memory, State } from "@elizaos/core";
2828
```
2929

3030
2. Choose or create an evaluator:

0 commit comments

Comments
 (0)
Please sign in to comment.