mirror of
https://github.com/getcompanion-ai/alpha-hub.git
synced 2026-04-15 09:01:13 +00:00
Improve alphaXiv client outputs and exports
This commit is contained in:
parent
9a708a1ab9
commit
270eaa1dc5
11 changed files with 417 additions and 11 deletions
30
cli/README.md
Normal file
30
cli/README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue