Skip to content

Commit

Permalink
test image
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Jan 9, 2025
1 parent 833d095 commit 6505e88
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/first-plugin-action.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 扩展 eliza 的第一个 Action
# 扩展 eliza : 构建你的第一个 Action

## 1.1 简介 plugin-twitter

Expand Down
Binary file added docs/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/posts.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"id": "first-telegram-bot"
},
{
"title": "扩展 eliza 的第一个 Action",
"description": "介绍了如何使用 plugin-twitter 插件扩展 eliza 的功能,包括插件的配置、测试启动命令以及代码解析。",
"title": "你的第一个 GitHub 讨论机器人",
"description": "本教程介绍了如何创建一个 GitHub 讨论机器人,包括 LLM API 的简介和调用、GitHub APP 的创建和相关权限、GitHub API 轮询 Discussions、自动触发 LLM 回复以及扩展功能。",
"id": "your-github-disscuss-bot"
},
{
"title": "扩展 eliza : 构建你的第一个 Action",
"description": "本文介绍了如何通过 plugin-twitter 插件扩展 eliza 的功能,包括插件的配置、测试和代码解析。插件链接为 [plugin-twitter](https://github.com/elizaOS/eliza/tree/main/packages/plugin-twitter)。在 Character.json 中添加插件配置后,可以通过命令行启动测试。插件的入口模块是 index.ts,需要导出 Plugin 对象,其中定义了插件的名称、描述、actions、evaluators 和 providers。",
"id": "first-plugin-action"
}
]
15 changes: 15 additions & 0 deletions docs/your-github-disscuss-bot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 你的第一个 GitHub 讨论机器人

## 1.1 简介

![alt text](image.png)

## 1.2 LLM API 简介和调用

## 1.3 Github APP 创建和相关权限

## 1.4 Github API 轮询 `Discussions`

## 1.5 自动触发 `LLM` 回复

## 1.6 扩展

0 comments on commit 6505e88

Please sign in to comment.