I don’t exhaustively read the latest, I’m more of a heads down programmer, I’m trying to build a somewhat complex app builder with a network of AI agents … there seems an obvious need I wonder if it’s already out there?
I was pondering the use case of needing to resize and icon or image, thats turbo easy with any number of libraries, but I don’t want to code it – I may have thousands of needs of a similar paradigm, each complex in its parameters and output. I don’t want to have to code against any of the thousands of API’s that do this – I want the agent AI to be able to find and negotiate a reliable endpoint with high confidence for the specific task.
So I guessing I’m imagining a big clearinghouse. Agent AI’s can ask it for specific needs using a structured API or unambiguous language. It’s main raison-de-etre is fulfilling needs with known and trusted reliability. The pattern has elements of what CDNs do for content or amazon marketplace does for proxying small vendors. There would be a cost associated with the service, possibly with complex live negotiated pricing based on reliability and/or bulk. On the backend service providers could be paid for fulfilling a service or authoring high quality software to meet specific API needs.
So an agent can use it to resize an image, or find a good restaurant or bus timetable in a place you’ve never heard of.
Nearest I’ve heard is chatter about protocols for agent-agent. I can point my agent at an API, but not a million specialized ones.
Is somebody doing this? thanks