Quillbot
DevHub's code and math bot
Install / Use
/learn @open-devhub/QuillbotREADME
🖋️ Quill Bot
Quill Bot is a versatile assistant designed for developers, students, and problem‑solvers. It can:
- ⚡ Compile code snippets
- 💡 Suggest code improvements
- 🔢 Break down mathematical expressions step‑by‑step
🚀 Features
- Code Compilation: Run code directly from chat using
;compile. - Code Suggestions: Get improvements or alternative approaches using
;suggest. - Math Breakdown: Simplify and explain math expressions step‑by‑step with
/math-breakdown.
📦 Installation
Clone the repository and install dependencies:
git clone https://github.com/yourusername/quill-bot.git
cd quill-bot
npm install
🛠️ Usage
Code Compilation
;compile
<code>
Code Suggestion
;suggest
for i in range(0, 10):
print(i)
note that you should specify the language type in the codeblock, ie. ```[lang]
Math Breakdown
/math-breakdown sqrt(3x - 1) + (1 + x)^2
⚖️ License
Quill Bot is released under the DevHub Source-Available License (DSAL).
You are free to view, study, modify, and contribute to the code. Commercial use, re-hosting, and production deployment are not allowed
See the LICENSE file for full terms.
