Skip to content

chore: remove agentic compressor configuration#15

Merged
SachaMorard merged 1 commit into
mainfrom
chore/remove-agentic-compressor
May 20, 2026
Merged

chore: remove agentic compressor configuration#15
SachaMorard merged 1 commit into
mainfrom
chore/remove-agentic-compressor

Conversation

@SachaMorard

Copy link
Copy Markdown
Member

Summary

  • Remove CompressionConfiguration struct (rate, semantic_preservation_threshold) and all references in edgee/edgee.go — these were only used by the now-removed agentic compressor.
  • Update example/compression/main.go to use the claude compression model instead of agentic with custom configuration.

Test plan

  • go build ./...
  • go vet ./...
  • Run example/compression and confirm the request succeeds with the claude compression model.

🤖 Generated with Claude Code

Drop CompressionConfiguration struct and its rate/semantic_preservation_threshold fields, which were only used by the now-removed agentic compressor. Update the example to use the claude compression model.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@SachaMorard SachaMorard merged commit 8c92b71 into main May 20, 2026
1 check passed
@SachaMorard SachaMorard deleted the chore/remove-agentic-compressor branch May 20, 2026 03:48
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.

2 participants