Add jpyc learning content#535
Merged
mashharuki merged 5 commits intounchain-tech:mainfrom Dec 21, 2025
Merged
Conversation
- プロフィール・友達管理用のハンドラー関数を追加 - lesson-3: ハンドラー関数とその説明を追加 - lesson-4: Glassmorphismを使用したモダンなUIデザインに全面刷新 - プロフィール設定を手動入力からサーバー自動取得方式に変更 - ウェルカムメッセージ、ローディングアニメーション、スタイリング改善を追加 - section-2/lesson-1: 軽微な改善
- コード記述直後に環境変数設定セクションを追加 - external/mcp/.envファイル作成の手順を記載 - MCPサーバーは独立プロセスのため専用の.envが必要であることを明記
mashharuki
approved these changes
Dec 21, 2025
Contributor
mashharuki
left a comment
There was a problem hiding this comment.
@Mameta29 ありがとうございました!!!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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### その他