Skip to content

chore(deps): bump @openai/agents from 0.11.6 to 0.13.0 in /backend#201

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/openai/agents-0.13.0
Open

chore(deps): bump @openai/agents from 0.11.6 to 0.13.0 in /backend#201
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/openai/agents-0.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps @openai/agents from 0.11.6 to 0.13.0.

Release notes

Sourced from @​openai/agents's releases.

v0.13.0

Key Changes

RealtimeAgent's default is now gpt-realtime-2.1

Since this version, the default model for RealtimeAgents is gpt-realtime-2.1: https://developers.openai.com/api/docs/models/gpt-realtime-2.1

What's Changed

Documentation & Other Changes

Full Changelog: openai/openai-agents-js@v0.12.1...v0.13.0

v0.12.1

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-js@v0.12.0...v0.12.1

v0.12.0

What's Changed

... (truncated)

Commits

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 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)

Bumps [@openai/agents](https://github.com/openai/openai-agents-js) from 0.11.6 to 0.13.0.
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.11.6...v0.13.0)

---
updated-dependencies:
- dependency-name: "@openai/agents"
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2026
initialjie pushed a commit to initialjie/SmartPerfetto that referenced this pull request Jul 13, 2026
…, Gracker#197, Gracker#201)

TraceConfigGeneratorContract bundles three forward-compatible facets:
- PerfettoConfigFragment[] for AI-suggested trace.config sources (Gracker#197)
- CustomSliceSpec[] for business-side custom slice / protobuf schema (Gracker#53)
- TraceSelfDescription with package / build / cuj / device / intent (Gracker#201)

The TraceSelfDescription type carries its own SparkProvenance so it can
ride along with trace artifacts independently of the generator output.

Plan: docs/superpowers/spark/plans/07-trace-config-generator.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
initialjie pushed a commit to initialjie/SmartPerfetto that referenced this pull request Jul 13, 2026
generateTraceConfig({intent, packageName?, cuj?, device?, buildId?,
customSlices?}) returns a TraceConfigGeneratorContract with the right
data sources for the requested intent (scrolling / startup / anr /
memory / gpu / network / generic).

The base config is deterministic so callers don't need an LLM round-trip
to get a working trace.config; AI customization can layer on top. Each
intent picks foundation sources (process_stats / sys_stats / log) plus
the targeted facets:
- scrolling: frametimeline + ftrace sched + surfaceflinger + input
- startup: ftrace + frametimeline + binder
- anr: ftrace + binder + input
- memory: ftrace mm_event + power
- gpu: gpu.memory + surfaceflinger
- network: network_packets

selfDescription embeds intent / cuj / device / buildId so the captured
trace is self-describing per Spark Gracker#201; expectedCustomSlices carries
the business-instrumentation schema per Spark Gracker#53.

Tests: 5 cases covering each intent path plus custom-slice carriage.

Plan: docs/superpowers/spark/plans/07-trace-config-generator.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants