WeSearch

Show HN: Agent Chat Bridge – give AI IDE agents an async callback

·12 min read · 0 reactions · 0 comments · 19 views
#technology#software#ai#development
Show HN: Agent Chat Bridge – give AI IDE agents an async callback
⚡ TL;DR · AI summary

Agent Chat Bridge allows users to turn AI agent chat sessions into asynchronous interactions. By registering triggers such as timers or webhooks, the bridge can automatically resume sessions with prompts when the specified conditions are met. It supports various IDEs and provides a straightforward installation process along with API functionalities.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Agent Chat Bridge Turn any AI agent chat session into an async agent. Register a timer, shell command, or webhook — the bridge automatically resumes the session with your prompt when the trigger fires. Core flow: agent does work → POST /jobs (one call) → ends session normally → bridge fires prompt back to that session when the trigger fires. Poll GET /jobs/:id to read the agent's reply. Supported IDEs: VS Code (GitHub Copilot Chat), Windsurf (Cascade) Quick Start # 1. Verify the bridge is running (after IDE reload) curl --noproxy localhost http://localhost:9801/health # 2.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub