koishijs / koishi

Cross-platform chatbot framework made with love
https://koishi.chat
MIT License
4.36k stars 237 forks source link

Feature: AI Assist to build with Koishi #1454

Open wadhia-yash opened 2 weeks ago

wadhia-yash commented 2 weeks ago

Describe the problem related to the feature request

Hi there,

Koishi is a popular repository for building cross-platform chatbots. However, most copilots aren't able to help with the latest syntax. So we created a custom AI Assist trained on this repo's code and issues.

Please try it here

Describe the solution you'd like

It is also mentionable as a badge in the README and can help developers landing on the repo build chatbots for their use cases.

<a href="https://app.commanddash.io/agent/github_koishijs_koishi"><img src="https://img.shields.io/badge/AI-Code%20Agent-EB9FDA"></a>

hope this helps!

Describe alternatives you've considered

No response

Additional context

No response

CyanChanges commented 2 weeks ago

Hello, i tried the AI assistant, but i have a few questions:

  1. I ask it for summarizing, but the example code isn't working: Screenshot_20240828-170537 The config here is for koishi-plugin-adapter-onebot.
    {
    type: 'onebot:ws',
    server: 'http://localhost:6700',
    selfId: '123456789',
    token: 'your-token'
    }

    Not for Global Config of the Koishi App(Context). I tried many times but it's still not working. And the adapter-onebot is not ready to use for boilerplate(not pre-installed for newer versions of boilerplate), you have to install and plugin it manually for both boilerplate and Koishi as dependency.

2.Factual errors: Screenshot_20240828-172239 It says Koishi WebUI is under MIT licence too. But it under [AGPL-3.0]. (https://github.com/koishijs/webui/blob/main/LICENSE)

  1. Where is the dataset come from. Did the usage follow the open-source license?