Aiursoft.QuestionsAgent
1.0.2
dotnet tool install --global Aiursoft.QuestionsAgent --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Aiursoft.QuestionsAgent --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Aiursoft.QuestionsAgent&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Aiursoft.QuestionsAgent --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Aiursoft QuestionsAgent
A CLI tool to parse markdown question files into JSON format using AI.
Install
Requirements:
Run the following command to install this tool:
dotnet tool install --global Aiursoft.QuestionsAgent
Usage
After getting the binary, run it directly in the terminal.
$ questions-agent process --input processing.md --instance http://localhost:11434/api/chat --model qwen --token your-token
Options
--input (-i): The input markdown file to process. (Required)--output (-o): The output directory for JSON files. (Default:FinalOutput)--instance: The Ollama instance to use. (Required)--model: The Ollama model to use. (Required)--token: The Ollama token to use. (Required)
Helper Tools
Word to Markdown Converter
If you have Word documents (.doc, .docx) that need to be converted to Markdown first, use the helper script in assets/:
# Convert Word documents to Markdown
python3 assets/word_to_markdown.py ~/Documents/Exams all_exams.md
# Then process with questions-agent
questions-agent process --input all_exams.md --output results \
--instance http://localhost:11434/api/chat \
--model qwen --token your-token
See assets/README.md for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.