mirror of
https://github.com/getcompanion-ai/alpha-hub.git
synced 2026-04-15 06:04:39 +00:00
- Add `alpha status` command to check auth state - Search results drop raw text blobs by default (opt-in via includeRaw) - Clean and normalize search result fields - Export parsePaperSearchResults for external consumers - Login callback server handles EADDRINUSE, styled HTML pages - Better browser open error handling on all platforms - Search prints mode description before results Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
31 lines
547 B
Markdown
31 lines
547 B
Markdown
# Alpha Hub
|
|
|
|
Unofficial alphaXiv-powered CLI and library for research agents.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npm install -g @companion-ai/alpha-hub
|
|
```
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
alpha login
|
|
alpha status
|
|
alpha search "attention mechanism"
|
|
alpha get 1706.03762
|
|
alpha ask 1706.03762 "What datasets were used for evaluation?"
|
|
alpha code https://github.com/openai/gpt-2 /
|
|
```
|
|
|
|
## Package Exports
|
|
|
|
This package exposes:
|
|
|
|
- `alpha` CLI
|
|
- `alpha-mcp` CLI
|
|
- library helpers from `@companion-ai/alpha-hub/lib`
|
|
|
|
Repository:
|
|
https://github.com/getcompanion-ai/alpha-hub
|