Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agents/character-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export const character: Character = {
};
```

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Personality & Behavior" icon="user" href="/agents/personality-and-behavior">
Expand Down
2 changes: 1 addition & 1 deletion agents/memory-and-state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ class MemoryMonitor {
}
```

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Character Interface" icon="code" href="/agents/character-interface">
Expand Down
2 changes: 1 addition & 1 deletion agents/personality-and-behavior.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ describe('Personality Consistency', () => {
**Guides**: [Customize an Agent](/guides/customize-an-agent) | [Multiple Agents](/guides/add-multiple-agents)
</Tip>

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Character Interface" icon="code" href="/agents/character-interface">
Expand Down
2 changes: 1 addition & 1 deletion agents/runtime-and-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ async function debugPluginLoading(runtime: IAgentRuntime, pluginName: string) {
**Guide**: [Customize an Agent](/guides/customize-an-agent)
</Tip>

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Character Interface" icon="code" href="/agents/character-interface">
Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"plugins/components",
"plugins/development",
"plugins/patterns",
"plugins/webhooks-and-routes",
"plugins/schemas",
"plugins/migration",
"plugins/reference"
Expand Down
2 changes: 1 addition & 1 deletion guides/add-multiple-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Say something, and hear your literary duo respond and converse:

It's working! Your agents are now conversing with their own unique personalities and voices!

## What's next?
## See Also

Now that you know how to add multiple agents to a single project, you can add as many as you like, all with completely custom sets of plugins and personalities. Here's what's next:

Expand Down
2 changes: 1 addition & 1 deletion guides/contribute-to-core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Core developers are active in Discord and can provide guidance on whether your p

---

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Create a Plugin" icon="puzzle-piece" href="/guides/create-a-plugin">
Expand Down
2 changes: 1 addition & 1 deletion guides/create-a-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ The possibilities are endless!

---

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Publish a Plugin" icon="upload" href="/guides/publish-a-plugin">
Expand Down
2 changes: 1 addition & 1 deletion guides/customize-an-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Your Shakespeare bot is now live! Invite it to your Discord server and try chatt

<img src="/images/shakespeare-discord-screenshot.jpeg" alt="Shakespeare bot responding in Discord with Shakespearean language" />

## What's next?
## See Also

Here are some logical next-steps to continue your agent dev journey:

Expand Down
2 changes: 1 addition & 1 deletion guides/deploy-a-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Phala offers secure deployment with excellent elizaOS integration and a good CLI

---

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Create a Plugin" icon="puzzle-piece" href="/guides/create-a-plugin">
Expand Down
2 changes: 1 addition & 1 deletion guides/publish-a-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ The elizaOS registry automatically syncs with npm updates, so you don't need to

---

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Contribute to Core" icon="heart" href="/guides/contribute-to-core">
Expand Down
2 changes: 1 addition & 1 deletion guides/test-a-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ elizaos test --name "multi-agent"

For complete test runner options, see the [CLI Test Reference](/cli-reference/test).

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Deploy a Project" icon="rocket" href="/guides/deploy-a-project">
Expand Down
2 changes: 1 addition & 1 deletion plugins/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Database integration and management for elizaOS. Features:
7. **Priority Management**: Set appropriate priorities for plugins that need to load early
8. **Configuration**: Use `runtime.getSetting()` for consistent configuration access

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Plugin Components" icon="cube" href="/plugins/components">
Expand Down
2 changes: 1 addition & 1 deletion plugins/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ export const myPlugin: Plugin = {
**Guide**: [Create a Plugin](/guides/create-a-plugin)
</Tip>

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Plugin Architecture" icon="sitemap" href="/plugins/architecture">
Expand Down
2 changes: 1 addition & 1 deletion plugins/development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ Create `.vscode/launch.json`:

**Solution**: Make sure your `tsconfig.json` has proper module resolution settings for Bun.

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Plugin Components" icon="cube" href="/plugins/components">
Expand Down
2 changes: 1 addition & 1 deletion plugins/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ The migration from 0.x to 1.x involves:

Take your time, test thoroughly, and don't hesitate to ask for help in the community!

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Plugin Architecture" icon="sitemap" href="/plugins/architecture">
Expand Down
2 changes: 1 addition & 1 deletion plugins/patterns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ const myPlugin: Plugin = {
**Guides**: [Create a Plugin](/guides/create-a-plugin) | [Publish a Plugin](/guides/publish-a-plugin)
</Tip>

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Plugin Architecture" icon="sitemap" href="/plugins/architecture">
Expand Down
2 changes: 1 addition & 1 deletion plugins/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ IGNORE_BOOTSTRAP?: string;
CHANNEL_IDS?: string;
```

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Plugin Architecture" icon="sitemap" href="/plugins/architecture">
Expand Down
2 changes: 1 addition & 1 deletion plugins/schemas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ To add custom schema to an elizaOS plugin:

elizaOS handles the rest - migrations, database connections, and making your data available across all agents in the system.

## What's Next?
## See Also

<CardGroup cols={2}>
<Card title="Plugin Components" icon="cube" href="/plugins/components">
Expand Down
Loading
Loading