Skip to content

Comments

refactor(tarko): sunsetting web socket#1543

Merged
ulivz merged 5 commits intomainfrom
feat/remove-socket-service
Sep 16, 2025
Merged

refactor(tarko): sunsetting web socket#1543
ulivz merged 5 commits intomainfrom
feat/remove-socket-service

Conversation

@ulivz
Copy link
Member

@ulivz ulivz commented Sep 16, 2025

Summary

Removes WebSocket infrastructure and complex agent status management.

Checklist

  • Added or updated necessary tests (Optional).
  • Updated documentation to align with changes (Optional).
  • Verified no breaking changes, or prepared solutions for any occurring breaking changes (Optional).
  • My change does not involve the above items.

@netlify
Copy link

netlify bot commented Sep 16, 2025

Deploy Preview for agent-tars-docs ready!

Name Link
🔨 Latest commit ae91a4a
🔍 Latest deploy log https://app.netlify.com/projects/agent-tars-docs/deploys/68c98ad4c40eae000850f1db
😎 Deploy Preview https://deploy-preview-1543--agent-tars-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Remove all WebSocket/Socket.IO infrastructure and agent-status types
to simplify architecture and rely on SSE for real-time communication.
@ulivz ulivz changed the title refactor(tarko-server): remove socket for agent status refactor(tarko): remove web socket for agent status Sep 16, 2025
@ulivz ulivz changed the title refactor(tarko): remove web socket for agent status refactor(tarko): remove web socket Sep 16, 2025
Replace complex agent status management with simple isProcessingAtom
based on SSE events. Simplifies state management and UI components.
@ulivz ulivz changed the title refactor(tarko): remove web socket refactor(tarko): sunsetting web socket Sep 16, 2025
Remove extra blank lines and clean up import statements
@ulivz ulivz merged commit 22623f9 into main Sep 16, 2025
10 checks passed
@ulivz ulivz deleted the feat/remove-socket-service branch September 16, 2025 16:13
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