CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.
https://commanddash.io
Apache License 2.0
287 stars 46 forks source link

Created basic agent framework and segregated the code into different files #235

Closed wadhia-yash closed 5 months ago

wadhia-yash commented 7 months ago

This PR consist basic Agent UI Framework.

Along with code segregation with respect to its file CommandDeck which is responsible for showing agent's dropdown and is moved to its respective file named as command-deck.js similarly AgentUIBuilder is moved to its respective file named as agent-ui-builder which is newly created file for generating UI for Agents and Commands with the help of JSON.

Reducing the lines of code in onboarding.js.