Reorganize day2 modules: renumber and remove 05-coding-agent - #38
Merged
Conversation
Changes: - Delete 05-coding-agent (unused module) - Renumber modules: - 06-attention → 01-attention (new first module) - 01-multi-modal → 02-multi-modal - 02-llm-api → 03-llm-api - 03-llm-tool → 04-llm-tool - 04-react-agent → 05-react-agent - 07-own_agent → 06-own_agent (final module) - Fix ruff E402 warnings with file-level noqa comments Final module order: 1. 01-attention: Attention mechanism visualization 2. 02-multi-modal: SigLIP multimodal understanding 3. 03-llm-api: Basic LLM API usage 4. 04-llm-tool: Tool calling patterns 5. 05-react-agent: ReAct agent with llama-index 6. 06-own_agent: Customizable baseline agent Verified: - 05-react-agent: ReActAgent works correctly - 06-own_agent: main.py executes successfully Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
変更内容
モジュールの削除
05-coding-agentを削除(未使用モジュール)モジュールの番号振り直し
技術的修正
05-react-agent/notebook_script.py06-own_agent/main.py最終的なモジュール順序
動作確認
✅ 05-react-agent
✅ 06-own_agent
レビューポイント
🤖 Generated with Claude Code