commit 4d6cc1a8cb1f6c4892aef5a1a5bd6819933636d6 Author: syui Date: Sun Jun 15 13:49:05 2025 +0000 Home を追加 diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..8e3a009 --- /dev/null +++ b/Home.md @@ -0,0 +1,9 @@ + +## stream + +1. start: jetstreamを監視してコメントがあったとき管理者アカウントのatprotoのuser-list(ai.syui.log.user)にuser(handle, did)を追加する +2. --ai-generate: AIを使って`$host/index.json`の更新があったとき、新しくatprotoの`ai.syui.log.chat`に`lang`, `comment`を追加する + +```sh +./target/release/ailog stream start my-blog --ai-generate +``` \ No newline at end of file