feat(helper): add interactive Q&A helper command
Add `markitect helper <QUESTION>` CLI command that answers questions about markitect using its own documentation as LLM context. Uses OpenRouter with openrouter/aurora-alpha by default; model is configurable via --model flag or MARKITECT_HELPER_MODEL env var. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
41773f1320
commit
69e2ec25ff
5 changed files with 308 additions and 0 deletions
6
markitect/helper/__init__.py
Normal file
6
markitect/helper/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
markitect.helper — Interactive Q&A helper for MarkiTect.
|
||||
|
||||
Provides a CLI command that answers questions about markitect
|
||||
using its own documentation as knowledge context.
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue