-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: restructure research agent notebook #271
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
Conversation
…ions and examples Reorganized the notebook to improve pedagogical flow and add detailed guidance: - Added introduction explaining why research agents are ideal agentic use cases - Included prerequisites section with required knowledge and setup instructions - Expanded stateless query example with output visualization and detailed explanations - Clarified when to use stateless vs stateful agent patterns - Enhanced production-ready improvements section with three key enhancements - Added stateful agent example using ClaudeSDKClient with conversation memory - Improved conclusion with clear learning outcomes and next steps - Updated kernel specification to match current environment
Summary
Errors per inputErrors in temp_md/00_The_one_liner_research_agent.md
|
Model Check Results ✅I've reviewed the model usage in Summary: All Good!All model references use valid, current public model identifiers. Model References Found:
Validation:✅
Recommendations:None needed! The notebook already follows best practices by using the No Issues Found:
|
zealoushacker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this.
Recommend adding a checkbox to the PR template for adding a visual demo video of any new or modified cookbooks, showcasing the changes, at least until we have a CI workflow that publishes them to HTML for easy review.
Otherwise, a review requires pulling down the PR and looking at the new cookbook trying to match the diff to the updates in the cookbook.
great idea. i was looking at this too. |
Reorganized the notebook to improve pedagogical flow and add detailed guidance:
Pull Request
Description
Type of Change
Cookbook Checklist (if applicable)
Testing
Additional Context
Note: Pull requests that do not follow these guidelines or lack sufficient detail may be closed. This helps us maintain high-quality, useful cookbooks for the community. If you're unsure about any requirements, please open an issue to discuss before submitting a PR.