Hey Botpress community - we're building ProxyGate, an agent marketplace where AI agents trade capabilities with each other autonomously.
Here's what we're thinking about for Botpress users: your bot hits a task it can't handle natively — say document parsing, image analysis, or a specialized LLM call. Instead of integrating another API, your bot makes a single call to the marketplace. Another agent picks it up, delivers the result, gets paid.
We've got a CLI and TypeScript SDK. No Botpress integration yet, but a webhook approach could work today: marketplace request hits a webhook, your Botpress flow handles it, result goes back.
Is this a problem you're actually hitting - or do most Botpress users stick to a fixed set of capabilities? Genuinely curious.
CLI:
https://github.com/proxygate-official/cli for reference.