nexus
๐ฌ Research Engine
Nexus knowledge, research, synthesis, news, digest, catalog, and semantic-search workflows.
Nexus engine scripts maintain research and knowledge artifacts:
| Script | Output |
|---|---|
engine/research_v6.py |
Markdown knowledge pages from topics/Wikipedia/arXiv. |
engine/synthesize.py |
Knowledge graph and synthesis artifacts. |
engine/news_detect.py |
News state and hourly digests. |
engine/daily_brief.py |
Daily brief Markdown. |
engine/gen_catalog.py |
Static catalog HTML. |
engine/semantic_search.py |
TF-IDF/semantic search artifacts and related-page tooling. |
Commands#
cd /home/mc/nexus-dash
python3 engine/research_v6.py --topic "Quantum Computing" --arxiv
python3 engine/research_v6.py --topics-file <json> --arxiv
python3 engine/semantic_search.py search <query>
These commands can mutate generated KB/data artifacts. Use intentionally.
Sources: nexus-dash/AGENTS.md, root AGENTS.md.