Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps github.com/agentplexus/omniobserve from 0.4.0 to 0.5.0.

Release notes

Sourced from github.com/agentplexus/omniobserve's releases.

v0.5.0

Release Notes: https://github.com/agentplexus/omniobserve/blob/HEAD/RELEASE_NOTES_v0.5.0.md

Full Changelog: agentplexus/omniobserve@v0.4.0...v0.5.0

Changelog

Sourced from github.com/agentplexus/omniobserve's changelog.

[0.5.0] - 2026-01-03

Added

  • AnnotationManager interface for span/trace annotations
    • CreateAnnotation for adding annotations to spans or traces
    • ListAnnotations for querying annotations by span or trace IDs
  • DatasetManager new methods
    • GetDatasetByID for retrieving datasets by ID
    • DeleteDataset for removing datasets
  • Prompt model/provider options
    • WithPromptModel and WithPromptProvider options
    • ModelName and ModelProvider fields on Prompt type
  • OmniLLM hook auto-creates traces when none exists in context
  • Trace context helpers (contextWithTrace, traceFromContext)
  • llmops/metrics package with evaluation metrics
    • LLM-based: HallucinationMetric, RelevanceMetric, QACorrectnessMetric, ToxicityMetric
    • Code-based: ExactMatchMetric, RegexMetric, ContainsMetric
  • examples/evaluation - Example demonstrating metrics usage

Changed

  • Provider adapters moved to standalone SDKs
    • Opik: github.com/agentplexus/go-opik/llmops
    • Phoenix: github.com/agentplexus/go-phoenix/llmops
    • Langfuse remains in omniobserve

Removed

  • llmops/opik adapter (moved to go-opik)
  • llmops/phoenix adapter (moved to go-phoenix)
  • sdk/phoenix package (use go-phoenix directly)

Migration

Update imports:

// Before
import _ "github.com/agentplexus/omniobserve/llmops/opik"
import _ "github.com/agentplexus/omniobserve/llmops/phoenix"
// After
import _ "github.com/agentplexus/go-opik/llmops"
import _ "github.com/agentplexus/go-phoenix/llmops"

Commits
  • 05972b1 docs: update presentation HTML
  • 6758f68 fix(examples): remove redundant newlines in Println
  • db6772d docs: add v0.5.0 documentation
  • f582c2a feat(examples): add evaluation metrics example
  • 526ba8b test(llmops): add metrics package tests
  • 079fe35 feat(llmops): add evaluation metrics package
  • ef67b89 integrations/omnillm: auto-create traces in hook
  • 2baa46f llmops: add AnnotationManager interface and dataset methods
  • 7cea000 feat(omnillm): add trace context helpers and update SDK references
  • 333f6fd Remove opik and phoenix adapters (moved to standalone SDKs)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 5, 2026
Bumps [github.com/agentplexus/omniobserve](https://github.com/agentplexus/omniobserve) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/agentplexus/omniobserve/releases)
- [Changelog](https://github.com/agentplexus/omniobserve/blob/main/CHANGELOG.md)
- [Commits](agentplexus/omniobserve@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/agentplexus/omniobserve
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/agentplexus/omniobserve-0.5.0 branch from ae283e5 to aedbff7 Compare January 17, 2026 19:58
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2026

Looks like github.com/agentplexus/omniobserve is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 17, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/agentplexus/omniobserve-0.5.0 branch January 17, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant