AI-Engineer-Foundation / agent-protocol

Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.
https://agentprotocol.ai
MIT License
1.01k stars 120 forks source link

Generate JS SDK from OpenAPI spec #21

Open jakubno opened 1 year ago

jakubno commented 1 year ago

Is your feature request related to a problem? Please describe.

We want to generate as much of the code as possible from the OpenAPI. This will help SDK to stay up to date with the protocol and in the same time it improves development speed and limits possible bugs in implementation.

Describe the solution you'd like

Additional context

These could be relevant tools:

Feel free to come with something else