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.18
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.19
Choose a head ref
  • 15 commits
  • 55 files changed
  • 19 contributors

Commits on Jul 17, 2025

  1. docs: update examples from notebooks (#1154)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
    3 people authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    83d333e View commit details
    Browse the repository at this point in the history
  2. Create openai responses api test (#1156)

    * Add o3 Responses API integration tests and documentation
    
    Co-authored-by: alex <alex@agentops.ai>
    
    * Remove o3 integration tests, update README, add o3 responses example
    
    Co-authored-by: alex <alex@agentops.ai>
    
    * responses fix
    
    * yaml
    
    * ruff
    
    * Fix Ruff CI failures: remove unused variables and apply formatting
    
    * auto start false
    
    * safer tool args get
    
    ---------
    
    Co-authored-by: Cursor Agent <cursoragent@cursor.com>
    Co-authored-by: alex <alex@agentops.ai>
    Co-authored-by: Alex Reibman <reibs@Alexs-MBP.attlocal.net>
    Co-authored-by: Alex Reibman <reibs@macbookpro.lan>
    5 people authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    7992427 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Migrate from pyautogen to ag2 Library (#1160)

    Migrate from pyautogen to ag2 library
    
    Co-authored-by: AG2AI-Admin <AG2AI-Admin@users.noreply.github.com>
    AG2AI-Admin and AG2AI-Admin authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    4118b98 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Add MseeP.ai badge (#1158)

    Add MseeP.ai badge to README.md
    
    Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
    lwsinclair and dot-agi authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    67d1001 View commit details
    Browse the repository at this point in the history
  2. Update langchain notebook (#1166)

    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
    Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
    emmanuel-ferdman and dot-agi authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    646f788 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Update README.md (#1168)

    areibman authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    a98b54d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Add llms.txt compilation system for AI model documentation (#1179)

    * Add llms.txt compilation system for AI model documentation
    
    - Create docs/compile_llms_txt.py script to compile all documentation
    - Add GitHub Actions workflow to auto-update llms.txt on doc changes
    - Generate initial llms.txt file with comprehensive AgentOps documentation
    - Include all versions (v0, v1, v2) and key repository documentation
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Fix lint issues: remove unused variable and apply formatting
    
    - Remove unused current_dir variable to fix F841 error
    - Apply ruff formatting changes for consistent code style
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Update llms.txt to follow official standard with structured links instead of full content
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Apply ruff formatting fixes to compilation script
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Enhance llms.txt with comprehensive repository content and llms-txt library integration
    
    - Include actual repository content: README, CONTRIBUTING, core SDK files, documentation, instrumentation, and examples
    - Integrate llms-txt library for proper validation and parsing
    - Generated comprehensive 167KB llms.txt with real code content instead of just links
    - Fix llms-txt API usage to use parse_llms_file() function correctly
    - Add detailed validation output showing parsed title, summary, sections, and links
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Fix llms.txt content cleaning to remove tables and emojis that cause parsing issues
    
    - Enhanced clean_html_content function to remove markdown tables and special characters
    - Remove emojis and non-ASCII characters that break llms-txt library regex parsing
    - Generated comprehensive 154KB llms.txt with actual repository content
    - Note: llms-txt library has parsing issues with comprehensive content but online validator should work
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Apply ruff formatting fixes from pre-commit hooks
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Add URL conversion to fix relative URL validation errors in llms.txt
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Improve URL conversion to handle anchor links and path normalization for llms.txt validation
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Apply comprehensive URL conversion to all content sources in llms.txt compilation
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Fix lint error and finalize llms-txt library integration with graceful error handling
    
    - Remove unused variable to pass ruff checks
    - Implement comprehensive manual validation as fallback for llms-txt parsing issues
    - Maintain full llms.txt library integration with proper error handling
    - File now validates with 0 errors online and includes 149KB of comprehensive repository content
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    * Remove emojis from compilation script for professional developer appearance
    
    - Replace emoji indicators with professional text labels (SUCCESS, WARNING, INFO)
    - Change emoji status indicators to PASS/FAIL text format
    - Maintain all existing functionality and validation logic
    - Keep comprehensive llms.txt generation and validation intact
    
    Co-Authored-By: Pratyush Shukla <pratyush@agentops.ai>
    
    ---------
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Pratyush Shukla <pratyush@agentops.ai>
    devin-ai-integration[bot] and Pratyush Shukla authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    b7cbcb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Enhance AG2 instrumentation (#1146)

    * Enhance AG2 instrumentation with additional wrappers for async operations and improved context handling.
    Refactor span attributes for consistency and clarity across agent interactions.
    
    * Enhance AG2 Async Agent functionality and documentation
    
    ---------
    
    Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
    Co-authored-by: Alex Reibman <areibman@gmail.com>
    3 people authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    0851fb9 View commit details
    Browse the repository at this point in the history
  2. Refactor Agno token metrics (#1164)

    Refactor metrics wrapper in instrumentor.py
    
    Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
    fenilfaldu and dot-agi authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    593f99e View commit details
    Browse the repository at this point in the history
  3. Agno Tool Integrations notebook fix (#1167)

    * fix incorrect JSON schema
    
    * update dependency
    dot-agi authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    c65c899 View commit details
    Browse the repository at this point in the history
  4. Xpander instrumentation (#1163)

    * xpander instrumentation
    
    * add xpander docs
    
    * update graph view
    
    * cleanup instrumentation, updated xpandercontext
    
    * update instrumentor.py
    
    * fix ruff import err
    
    * Update Xpander documentation and example
    
    ---------
    
    Co-authored-by: Dwij <96073160+Dwij1704@users.noreply.github.com>
    Co-authored-by: Alex Reibman <areibman@gmail.com>
    3 people authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    b49c5d6 View commit details
    Browse the repository at this point in the history
  5. DSPy Callback Handler (#1161)

    * fix mcp docs
    
    * semconv changes
    
    * first pass
    
    * lol
    
    * second pass
    
    * dspy first draft
    
    * dspy second draft, removed misc.
    
    * decent, minimally compliant with semconv
    
    * precommit fix
    
    * dspy integration example
    
    ---------
    
    Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
    michi-okahata and dot-agi authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    db7207f View commit details
    Browse the repository at this point in the history
  6. Enhance async functionality and logging in AgentOps SDK (#1162)

    * Enhance async functionality and logging in AgentOps SDK
    
    * Enhance LLM span validation and improve V4 API client functionality
    
    * Refactor header handling in AuthenticatedOTLPExporter to prevent critical headers from being overridden by user-supplied values. Update tests to verify protection of critical headers and ensure proper JWT token usage.
    Dwij1704 authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    ac3dadc View commit details
    Browse the repository at this point in the history
  7. Update instrument_logging.py (#1150)

    Co-authored-by: Dwij <96073160+Dwij1704@users.noreply.github.com>
    Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
    3 people authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    efdd605 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    3ec4218 View commit details
    Browse the repository at this point in the history
Loading