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
                    
if you are setting up this repo
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
                    
nuke :add-package Aiursoft.QuestionsAgent --version 1.0.2
                    

Aiursoft QuestionsAgent

MIT licensed Pipeline stat Test Coverage NuGet version (Aiursoft.QuestionsAgent) Man hours

A CLI tool to parse markdown question files into JSON format using AI.

Install

Requirements:

  1. .NET 10 SDK

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 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.

Version Downloads Last Updated
1.0.2 89 2/13/2026
1.0.1 81 2/11/2026
1.0.0 110 1/29/2026