Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AgentOps-AI/agentops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.19
Choose a base ref
...
head repository: AgentOps-AI/agentops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.20
Choose a head ref
  • 10 commits
  • 911 files changed
  • 6 contributors

Commits on Aug 8, 2025

  1. Add video embeds to docs (#1189)

    * xpander instrumentation
    
    * add xpander docs
    
    * update graph view
    
    * cleanup instrumentation, updated xpandercontext
    
    * update instrumentor.py
    
    * fix ruff import err
    
    * Update Xpander documentation and example
    
    * Update CrewAI example documentation
    
    - 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>
    
    * Update Google ADK example documentation
    
    - 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>
    
    * Update LangGraph example documentation
    
    - 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>
    
    * Fix uv installation commands across all documentation
    
    - 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 YouTube video embeds to integration 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.
    
    ---------
    
    Co-authored-by: Dwij <96073160+Dwij1704@users.noreply.github.com>
    Co-authored-by: Claude <noreply@anthropic.com>
    3 people authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    5b40518 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. AgentOps OSS release (#1190)

    Big Bang
    areibman authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    c51c4d3 View commit details
    Browse the repository at this point in the history
  2. Update backend run instructions in docs (#1194)

    Add self-hosting documentation for AgentOps backend services
    
    Co-authored-by: Cursor Agent <cursoragent@cursor.com>
    Co-authored-by: alex <alex@agentops.ai>
    3 people authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    1517619 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#1196)

    areibman authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    248ebcb View commit details
    Browse the repository at this point in the history
  4. Update README.md (#1197)

    areibman authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    6e129e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Update README.md (#1201)

    areibman authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    e063acb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    0d633eb View commit details
    Browse the repository at this point in the history
  2. Fix sse streaming function call error with agentops (#1206)

    * Fix text extraction and handling for Google GenAI instrumentation
    
    Co-authored-by: alex <alex@agentops.ai>
    
    * Move SSE function call example to correct examples directory
    
    Co-authored-by: alex <alex@agentops.ai>
    
    ---------
    
    Co-authored-by: Cursor Agent <cursoragent@cursor.com>
    Co-authored-by: alex <alex@agentops.ai>
    3 people authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    b680246 View commit details
    Browse the repository at this point in the history
  3. nice (#1211)

    areibman authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    3e0d084 View commit details
    Browse the repository at this point in the history
  4. Ruff format (#1212)

    * unpin adk reqs
    
    * ruff formatting and adk example
    areibman authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    77e3930 View commit details
    Browse the repository at this point in the history
Loading