-
Notifications
You must be signed in to change notification settings - Fork 3k
update sdk cookbooks to v0.1.6 #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
b36ef65 to
3fde6f6
Compare
Summary
Errors per inputErrors in claude_agent_sdk/README.md
Errors in temp_md/01_The_chief_of_staff_agent.md
Errors in temp_md/02_The_observability_agent.md
|
Notebook Review SummaryI've reviewed all 7 changed files (2 notebooks and 5 Python modules). Overall, the code quality is excellent with comprehensive educational content and well-structured examples. ✅ What Looks GoodNotebooks (01 & 02)
Python Modules
|
da87177 to
3653cc5
Compare
Notebook Review: Claude Agent SDK Cookbooks✅ What Looks GoodStructure & Organization
Code Quality
Documentation
Technical Implementation
|
cb3ea50 to
e8bffeb
Compare
Notebook Review: Claude Agent SDK CookbooksI've completed a comprehensive review of the three notebooks and associated Python modules. ✅ What Looks GoodExcellent Educational Structure
Strong Code Quality
Documentation Excellence
|
- bump sdk from v0.0.20 to v0.1.6 - modernize code with sdk type abstractions - add session management and tool filtering - expand notebook 01 with more features - improve narrative flow and explanations - add utils for report tracking
e8bffeb to
08a1799
Compare
Notebook ChangesThis PR modifies the following notebooks: 📓
|
summary
update claude agent sdk cookbooks from v0.0.20 to v0.1.6
what changed
version updates
code modernization
"Assistant" in msg.__class__.__name__→isinstance(msg, AssistantMessage)hasattr(msg, "result")→isinstance(msg, ResultMessage)new features added to notebooks
notebook 01 (31 → 44 cells):
HookMatcher(vs file-based only)AgentDefinition(vs file-based only)resume/fork_session)disallowed_toolsnotebook 02 (22 → 25 cells):
@tooldecorator andcreate_sdk_mcp_server())supporting changes
testing
🤖 Generated with Claude Code