auto-git:

[change] README.md
 [change] concept_api.py
 [change] requirements.txt
 [change] websearch.py
 [unlink] concept-maker_gui.py
 [unlink] run.sh
This commit is contained in:
2026-05-07 20:11:13 +02:00
parent a97927a29a
commit df5dfcbf30
6 changed files with 82 additions and 3436 deletions

View File

@@ -2,13 +2,13 @@
# -*- coding: utf-8 -*-
"""
Prior-art web search utilities for the Idea → Concept GUI.
Prior-art web search utilities for the Concept Maker backend.
Design goals
- Pure stdlib networking (urllib) to avoid new dependencies.
- Works with a local SearXNG instance.
- Uses Ollama for both query generation and embeddings.
- Small, robust, and callable from the GUI with status callbacks.
- Small, robust, and callable from the Python backend.
"""
from __future__ import annotations