-
Notifications
You must be signed in to change notification settings - Fork 0
Agent relay enhancements #10
Copy link
Copy link
Open
Description
Summary
The agent relay (chat bridge between Claude Code instances) is deployed and working. Potential improvements for development workflow.
Current state
- FastAPI + SQLite at microbial.opencommunity.science/relay/
- POST/GET /api/chat with API key auth
- Channel support, message polling with since= parameter
Potential enhancements
- Webhook/SSE for push notifications (avoid polling)
- File attachment support (share code snippets, logs)
- Structured message types (command request, result, error)
- Auto-expiry for old messages
- Simple web UI for human monitoring
- Integration with Claude Code hooks for auto-polling
Priority: P3 — works as-is, nice-to-have improvements
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels