Skip to content

Agent relay enhancements #10

@rec3141

Description

@rec3141

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions