RealTimeX

Results 30 comments of RealTimeX

Agreed, setting is always a safe bet.

> This is great! I also planned a similar feature after releasing OpenAI API-compatible support. The [n4ze3m/page-share-app](https://github.com/n4ze3m/page-share-app) will be updated to include an admin panel where users can add their...

Why not adding a menu here:

> I will of course add a menu for settings/endpoints there. But the auth itself should happen in the service worker using launchWebAuthFlow() which will take care of the authentication...

We can learn from Cline: https://github.com/cline/cline/releases/tag/v2.2.0 - The [Model Context Protocol](https://github.com/modelcontextprotocol) allows agents like Cline to plug and play custom tools, [e.g. a web-search tool or GitHub tool](https://github.com/modelcontextprotocol/servers). You can...

How do you envision it works?

Propose to add ComfyUI https://github.com/comfyanonymous/ComfyUI

Love the idea of load_and_rerun() method. It will be useful for many cases.

Let's look at this example: we're building 2 agents, one with Parlant and the other with Algo. To enable them to communicate, we need to make them A2A compliant. This...