damonsk / onlinewardleymaps

OnlineWardleyMaps.com - Draw Wardley Maps in seconds using this free online tool
https://onlinewardleymaps.com/
MIT License
236 stars 59 forks source link

chatGPT plugin #159

Open ajdeboer opened 1 year ago

ajdeboer commented 1 year ago

It would be nice to have a chatGPT plugin for transforming the textual representation of a Wardley map into a diagram. (basically the functionality that the onlinewardleymaps tool provides only exported as an API for chatGPT to consume. That way we can build Wardley maps in a conversation with chatGPT. We can ask it to setup a first draft and iterate on it with follow-up prompts.

More information on what is needed for a plugin can be found here: https://openai.com/blog/chatgpt-plugins

Basically it comes down to:

  1. build API (most of the work already done in the tool)
  2. Document the API in the OpenAPI yaml or JSON format
  3. Create a JSON manifest file that will define relevant metadata for the plugin
damonsk commented 1 year ago

Discussion on twitter for reference: https://twitter.com/mcraddock/status/1641789530100359169

tractorjuice commented 1 year ago

Alternatively create a Tool for an Agent that any LLM can use to create, read and update the maps.

kurtseifried commented 10 months ago

One comment: I've done some initial work with GPT https://chat.openai.com/gpts/editor which appears to be the easiest way forwards (nothing to setup/host). If anyone is interested in this please email me.