Skip to content

perf(anthropic-web-search): reduce streaming allocations - #1373

Open
VaishnaviHire wants to merge 1 commit into
praxis-proxy:mainfrom
VaishnaviHire:issue-1207-anthropic-web-search
Open

VaishnaviHire wants to merge 1 commit into
praxis-proxy:mainfrom
VaishnaviHire:issue-1207-anthropic-web-search

Conversation

@VaishnaviHire

Copy link
Copy Markdown
Contributor

Borrow single-line SSE data and classify events directly from payload discriminators without allocating owned event-type strings.

Summary

Related issue

Closes #1207

Validation

  • Unit tests
  • Integration or functional tests
  • make lint

Checklist

  • I reviewed every changed line and can explain the change.
  • New capabilities include an example config and functional example test.
  • User-facing behavior and generated documentation are updated.
  • Performance-sensitive changes include appropriate benchmark or load-test evidence.
  • Commits are signed and include a Signed-off-by trailer.

Breaking changes

@VaishnaviHire
VaishnaviHire requested review from a team and crstrn13 September 25, 2026 16:46
Borrow single-line SSE data and classify events directly from payload
discriminators without allocating owned event-type strings.

Signed-off-by: Vaishnavi Hire <vhire@redhat.com>
@VaishnaviHire
VaishnaviHire force-pushed the issue-1207-anthropic-web-search branch from 56a9ac5 to c39c52b Compare September 25, 2026 16:49
@praxis-bot-app

Copy link
Copy Markdown

Unsigned commits: c39c52b. Please sign your commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

perf(anthropic-web-search): reduce per-event streaming allocations

1 participant