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
@@ -88,7 +88,7 @@ ElizaOS supports two main modes of operation:
88
88
89
89
## Quick Start
90
90
91
-
For a complete guide to getting started with ElizaOS, see the [Quickstart Guide](/quickstart).
91
+
For a complete guide to getting started with elizaOS, see the [Quickstart Guide](/quickstart).
92
92
93
93
### Creating a new project
94
94
@@ -119,7 +119,7 @@ elizaos dev
119
119
120
120
## Working with Projects
121
121
122
-
ElizaOS organizes work into projects, which can contain one or more agents along with their configurations, knowledge files, and dependencies. The CLI provides commands to manage the entire lifecycle of a project:
122
+
elizaOS organizes work into projects, which can contain one or more agents along with their configurations, knowledge files, and dependencies. The CLI provides commands to manage the entire lifecycle of a project:
Copy file name to clipboardExpand all lines: cli-reference/publish.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Publish Command
3
-
description: Publish a plugin to npm, create a GitHub repository, and submit to the ElizaOS registry
3
+
description: Publish a plugin to npm, create a GitHub repository, and submit to the elizaOS registry
4
4
icon: cloud-arrow-up
5
5
---
6
6
7
-
The `elizaos publish` command is the all-in-one tool for releasing your plugin. It handles packaging, publishing to npm, creating a source repository, and submitting your plugin to the official ElizaOS registry for discovery.
7
+
The `elizaos publish` command is the all-in-one tool for releasing your plugin. It handles packaging, publishing to npm, creating a source repository, and submitting your plugin to the official elizaOS registry for discovery.
8
8
9
9
<Tabs>
10
10
<Tabtitle="Overview">
@@ -15,7 +15,7 @@ The `elizaos publish` command is the all-in-one tool for releasing your plugin.
15
15
-**Validates Your Plugin:** Checks your `package.json` and directory structure against registry requirements
16
16
-**Publishes Your Package:** Pushes your plugin to npm
17
17
-**Creates GitHub Repository:** Initializes a public GitHub repository for your plugin's source code
18
-
-**Submits to Registry:** Opens a Pull Request to the official [ElizaOS Plugin Registry](https://github.com/elizaos-plugins/registry)
18
+
-**Submits to Registry:** Opens a Pull Request to the official [elizaOS Plugin Registry](https://github.com/elizaos-plugins/registry)
19
19
20
20
## Usage
21
21
@@ -139,7 +139,7 @@ The `elizaos publish` command is the all-in-one tool for releasing your plugin.
139
139
git push && git push --tags
140
140
```
141
141
142
-
The ElizaOS registry automatically detects new npm versions.
142
+
The elizaOS registry automatically detects new npm versions.
143
143
</Tab>
144
144
145
145
<Tabtitle="Requirements">
@@ -182,7 +182,7 @@ The `elizaos publish` command is the all-in-one tool for releasing your plugin.
182
182
{
183
183
"name": "plugin-example",
184
184
"version": "1.0.0",
185
-
"description": "An example ElizaOS plugin that demonstrates best practices",
185
+
"description": "An example elizaOS plugin that demonstrates best practices",
186
186
"main": "dist/index.js",
187
187
"types": "dist/index.d.ts",
188
188
"author": "Your Name <your.email@example.com>",
@@ -212,7 +212,7 @@ The `elizaos publish` command is the all-in-one tool for releasing your plugin.
212
212
```
213
213
214
214
<Note>
215
-
The `agentConfig` section tells ElizaOS agents how to load your plugin.
215
+
The `agentConfig` section tells elizaOS agents how to load your plugin.
Copy file name to clipboardExpand all lines: cli-reference/tee.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: TEE Command
3
-
description: Manage TEE deployments on ElizaOS
3
+
description: Manage TEE deployments on elizaOS
4
4
icon: shield
5
5
---
6
6
@@ -26,7 +26,7 @@ elizaos tee <vendor> [vendor-specific-commands]
26
26
27
27
### Phala Cloud
28
28
29
-
The `phala` subcommand provides a wrapper for the official Phala Cloud CLI, allowing you to manage TEE deployments on Phala Cloud directly through ElizaOS.
29
+
The `phala` subcommand provides a wrapper for the official Phala Cloud CLI, allowing you to manage TEE deployments on Phala Cloud directly through elizaOS.
30
30
31
31
```bash
32
32
elizaos tee phala [phala-cli-commands]
@@ -105,7 +105,7 @@ elizaos tee phala nodes get <id> # Get details about a specific node
105
105
106
106
### TEE Agent Deployment
107
107
108
-
For deploying ElizaOS agents to TEE environments:
108
+
For deploying elizaOS agents to TEE environments:
109
109
110
110
1. First, create a TEE-compatible project:
111
111
@@ -190,7 +190,7 @@ For detailed output when troubleshooting:
0 commit comments