Conversation
- Fix installation commands (correct uv pip install syntax) - Move AgentOps benefits explanation to Step 1 - Use proper crewai create workflow with YAML configs - Remove redundant installation steps - Show real project structure and file editing - Add clear AgentOps integration points 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Fix installation commands (correct uv pip install syntax) - Use proper Google ADK project structure with mkdir/touch commands - Show real file creation and module setup - Add step-by-step build process with actual file contents - Include multiple execution options (adk web, adk run, programmatic) - Move AgentOps benefits explanation to Step 1 - Add clear AgentOps integration points throughout workflow - Remove old notebook-style code and scripts 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Follow official LangGraph basic chatbot tutorial structure - Use proper StateGraph with START/END pattern - Show real project creation with mkdir/touch commands - Fix installation commands (correct uv pip install syntax) - Add step-by-step build process with complete chatbot.py file - Include interactive chat interface with streaming responses - Move AgentOps benefits explanation to Step 1 - Add clear AgentOps session management throughout - Remove old tool-based complexity, focus on basic chatbot - Show proper State definition with add_messages reducer 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Replace 'uv add' with 'uv pip install' in all examples and integrations - Affects 32 documentation files across v2/examples and v2/integrations - Ensures proper uv usage when no pyproject.toml exists yet - Fixes installation workflow for new users following documentation
- Add CrewAI integration tutorial video (t9YRRd2-wus) to CrewAI docs - Add OpenAI Agents SDK tutorial video (9FH-BYqYYrQ) to OpenAI Agents Python docs - Add Agno integration tutorial video (M4e1Ybkn_K0) to Agno docs Videos are embedded at the top of each integration page under "Video Tutorial" section to help users get started quickly.
- Fix AG2 example uv installation command - Fix Xpander integration uv installation command
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.
📥 Pull Request
📘 Description
Add onboarding videos to docs