Hacker News new | ask | show | jobs
by yu3zhou4 1042 days ago
Sounds interesting Rafał! How feasible is that Chatwith will have access to more APIs than only mine, so it can perform more general tasks?
2 comments

I created api2ai (https://github.com/mquan/api2ai) to solve this. You provide an OpenAPI spec and auth data to spin up an agent for your API. It’s still low level and requires dev work. But I’m working on building tools to bring it to end users
That’s neat!

I took a different approach to openapi specs https://github.com/ShelbyJenkins/LLM-OpenAPI-minifier

This looks really cool, thx. How good it performs in practice? What are current bottlenecks, if any?
at the moment you can connect only one API, but that API can be just a wrapper for multiple APIs... So whatever you make your OpenAPI spec to be :)

Having plug & play integrations is on my short term roadmap