-
Notifications
You must be signed in to change notification settings - Fork 585
Comparing changes
Open a pull request
base repository: AgentOps-AI/agentops
base: 0.4.18
head repository: AgentOps-AI/agentops
compare: 0.4.19
- 15 commits
- 55 files changed
- 19 contributors
Commits on Jul 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 83d333e - Browse repository at this point
Copy the full SHA 83d333eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7992427 - Browse repository at this point
Copy the full SHA 7992427View commit details
Commits on Jul 18, 2025
-
Migrate from pyautogen to ag2 Library (#1160)
Migrate from pyautogen to ag2 library Co-authored-by: AG2AI-Admin <AG2AI-Admin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4118b98 - Browse repository at this point
Copy the full SHA 4118b98View commit details
Commits on Jul 24, 2025
-
Add MseeP.ai badge to README.md Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
Configuration menu - View commit details
-
Copy full SHA for 67d1001 - Browse repository at this point
Copy the full SHA 67d1001View commit details -
Update langchain notebook (#1166)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
Configuration menu - View commit details
-
Copy full SHA for 646f788 - Browse repository at this point
Copy the full SHA 646f788View commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a98b54d - Browse repository at this point
Copy the full SHA a98b54dView commit details
Commits on Jul 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b7cbcb7 - Browse repository at this point
Copy the full SHA b7cbcb7View commit details
Commits on Jul 31, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0851fb9 - Browse repository at this point
Copy the full SHA 0851fb9View commit details -
Refactor Agno token metrics (#1164)
Refactor metrics wrapper in instrumentor.py Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
Configuration menu - View commit details
-
Copy full SHA for 593f99e - Browse repository at this point
Copy the full SHA 593f99eView commit details -
Agno Tool Integrations notebook fix (#1167)
* fix incorrect JSON schema * update dependency
Configuration menu - View commit details
-
Copy full SHA for c65c899 - Browse repository at this point
Copy the full SHA c65c899View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b49c5d6 - Browse repository at this point
Copy the full SHA b49c5d6View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for db7207f - Browse repository at this point
Copy the full SHA db7207fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ac3dadc - Browse repository at this point
Copy the full SHA ac3dadcView commit details -
Update instrument_logging.py (#1150)
Co-authored-by: Dwij <96073160+Dwij1704@users.noreply.github.com> Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
Configuration menu - View commit details
-
Copy full SHA for efdd605 - Browse repository at this point
Copy the full SHA efdd605View commit details
Commits on Aug 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3ec4218 - Browse repository at this point
Copy the full SHA 3ec4218View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.4.18...0.4.19