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.20
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.21
Choose a head ref
  • 9 commits
  • 47 files changed
  • 3 contributors

Commits on Aug 18, 2025

  1. add back lib (#1222)

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

Commits on Aug 19, 2025

  1. updated gitignore (#1223)

    areibman authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    52f9306 View commit details
    Browse the repository at this point in the history
  2. new screenshots (#1224)

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

Commits on Aug 20, 2025

  1. feat(sync): sync OSS distribution from AgentOps.Next ($(cd ../next-re…

    …po && git rev-parse --short HEAD)) (#1226)
    
    * feat(sync): update OSS distribution from AgentOps.Next
    
    Automated sync from AgentOps.Next repository to OSS distribution.
    
    Changes:
    - 0 files added
    - 8 files modified
    - 1 files deleted
    
    This sync ensures the OSS repository stays up-to-date with the latest
    changes from the main AgentOps.Next development repository.
    
    Sync performed on: 2025-08-20 18:53:44 UTC
    Source commit: ede941bcbc3650c8c00c56c3d3635dac0d2fbb72
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Alex <meta.alex.r@gmail.com>
    Co-authored-by: Alex Reibman <areibman@gmail.com>
    3 people authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    8eb18d3 View commit details
    Browse the repository at this point in the history
  2. feat(sync): sync documentation updates from AgentOps.Next (#1227)

    Automated sync from AgentOps.Next repository to OSS distribution.
    
    Changes:
    - 5 files modified
    - 0 files added
    - 0 files deleted
    
    This sync includes documentation updates that remove AgentOps.Next
    references to prevent OSS user confusion.
    
    Sync performed on: 2025-08-20 19:09:57 UTC
    Source commit: e4070de754a4c2bdf58844783fdee31b54dbdac2
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Alex <meta.alex.r@gmail.com>
    devin-ai-integration[bot] and areibman authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    90342b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. docs(app): Add Beginner Quickstart and troubleshooting to run full-st…

    …ack locally (#1228)
    
    * docs(app): Beginner Quickstart for local dev with minimal env, run steps, verification, and troubleshooting
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * docs(app): Add Docker Compose Quickstart and .env.example aligned with compose.yaml
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * chore(compose): pass PROTOCOL/API_DOMAIN/APP_DOMAIN to enable FastAPI docs in Docker
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * compose(dashboard): remove bind mount so .next build isn't overridden; fixes 'no production build' in Next.js under Docker Compose
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * docs(app): prioritize Docker Compose quickstart and add detailed Supabase/ClickHouse credential steps; align .env.example with compose.yaml
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * docs(app): remove duplicate Compose quickstart section; keep single recommended section at top
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    ---------
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Alex <meta.alex.r@gmail.com>
    devin-ai-integration[bot] and areibman authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    f5e7d50 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Add working Haystack example, wire into CI, and update docs (#1230)

    * examples: add Haystack 2.x OpenAI example; wire into examples CI; fix docs links
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): fix import path for OpenAIGenerator (Haystack 2.x) and use named argument
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): add post-run validation via agentops.validate_trace_spans and print summary
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): start a trace and validate against it; end with end_trace to ensure session URL and proper validation
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    ---------
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Alex <meta.alex.r@gmail.com>
    devin-ai-integration[bot] and areibman authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    419f40c View commit details
    Browse the repository at this point in the history
  2. feat(haystack): auto-instrument Haystack 2.x generators incl. AzureOp…

    …enAIChatGenerator; add Azure example + docs (#1231)
    
    * examples: add Haystack 2.x OpenAI example; wire into examples CI; fix docs links
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): fix import path for OpenAIGenerator (Haystack 2.x) and use named argument
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): add post-run validation via agentops.validate_trace_spans and print summary
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): start a trace and validate against it; end with end_trace to ensure session URL and proper validation
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * feat(haystack): auto-instrument Haystack 2.x (OpenAIGenerator, AzureOpenAIChatGenerator); add Azure example; update CI and docs
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): bump OpenAI client to >=1.102.0 for Haystack 2.17 compatibility
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): tweak validation log text to retrigger CI
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): skip OpenAI example when OPENAI_API_KEY is missing to keep CI green
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    * examples(haystack): clarify Azure example skip message to retrigger CI
    
    Co-Authored-By: Alex <meta.alex.r@gmail.com>
    
    ---------
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Alex <meta.alex.r@gmail.com>
    devin-ai-integration[bot] and areibman authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    3244a3a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

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