Use this command to install SciScope TUI with WinGet:
winget install --id=SciScope.SciScopeTUI -e
SciScope TUI is a terminal client designed to provide access to a grounded research agent. It enables users to interact with an AI-powered research tool either offline through a demo mode or by connecting to a SciScope backend service via the SCISCOPE_BACKEND environment variable.
Key Features:
Research Agent Integration: Connects to a backend service that delivers evidence-based responses to research-related queries.
Offline Demo Mode: Offers a self-contained demonstration of the tool's capabilities without requiring an internet connection.
Backend Connectivity: Seamlessly integrates with a remote SciScope backend using the SCISCOPE_BACKEND parameter for enhanced functionality.
Winget Deployment: Available via the Windows Package Manager, allowing users to install and deploy SciScope TUI efficiently using winget commands.
Target Audience and Benefits:
Ideal for researchers, students, and professionals seeking evidence-based insights. Users can access a powerful research tool directly from their terminal, enabling them to explore scientific literature, analyze trends, and generate reports without relying on external platforms or services. The ability to run in both online and offline modes ensures flexibility and accessibility for various use cases.
This solution is particularly beneficial for individuals who require quick, reliable access to research tools while maintaining control over their data and environment.
make embeddings / make trend-model / make recommend-model / make graph-export:模型/图谱资产构建。
make agent-build:embeddings + trend + recommend + graph 聚合构建。
服务与验证
make test:后端测试。
make test-backend:仅后端测试。
make smoke:基础 API 健康检查。
make agent-smoke:live agent 黑盒验收,检查真实库表规模、skills 工具链路与工具预算。
make vllm-smoke:检查本地 OpenAI-compatible 模型端点。
make tui-build TUI_VERSION=0.2.1:产出 Go 客户端二进制。
Terminal Agent Client(Go TUI)
终端客户端是“协议消费者”:它不承载模型与检索决策逻辑,只消费
POST /api/agent/stream 的 SSE 事件并渲染为可读面板。
启动方式(发布版推荐,默认连接 hosted backend):
sciscope-tui
源码开发时连接本地后端:
make backend # 先启动后端 127.0.0.1:8000
make llm # 可选:本地 LLM 兼容网关(用于真实联网问答)
SCISCOPE_BACKEND=http://127.0.0.1:8000 make tui
make tui-demo # 离线演示流程(无后端)
make tui-doctor # 检查后端/LLM/会话目录/图谱资产