Skip to content

open-devhub/quillbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖋️ 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

This project is licensed under MIT License.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •