Add jpyc learning content #535
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
変更内容
JPYC AI Agent学習コンテンツに、ファイル作成コマンドとセットアップ手順を追加しました。
touchコマンドを追加touchコマンドを追加(LLMモデル、MCPクライアント、AI Agent)touchコマンドを追加(Chat API、ChatInterface)背景
ユーザーがレッスンを進める際に、以下の問題がありました:
ファイル作成手順が不明確
mkdir -pやtouchコマンドの使い方で迷う可能性があったJPYC SDKのセットアップ手順が不足
@jpyc/sdk-coreパッケージのコンパイルが必要だが、その手順が明記されていなかったこれらを解決するため、各レッスンに明示的なファイル作成コマンドとセットアップ手順を追加しました。
備考
影響範囲
docs/JPYC/AI-Agent-JPYC-ChatApp/section-2/lesson-1.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-3/lesson-1.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-3/lesson-2.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-3/lesson-3.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-4/lesson-1.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-4/lesson-2.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-4/lesson-3.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-5/lesson-1.mddocs/JPYC/AI-Agent-JPYC-ChatApp/section-5/lesson-3.md該当ページのURL
https://app.unchain.tech/learn/AI-Agent-JPYC-ChatApp
追加したコマンド例
cd jpyc-ai-agent
touch external/mcp/src/jpyc/sdk.ts
依存関係をインストール
pnpm install
JPYC SDK Coreパッケージをコンパイル
cd external/jpyc-sdk/packages/core
pnpm run compile### その他