CLI for Poe Deep Research with retry/resume support
Project description
poe-research-cli
CLI for Poe Deep Research with retry/resume support.
Installation
# Via uvx (recommended, no install needed)
uvx poe-research-cli -p "Your research prompt"
# Or install globally
pip install poe-research-cli
Environment Variables
# Required for Poe models (o4-mini, o3)
export POE_API_KEY="your-poe-api-key"
export POE_BASE_URL="https://api.poe.com/v1" # optional, this is default
# Required for Gemini model
export GEMINI_API_KEY="your-gemini-api-key"
export GEMINI_BASE_URL="https://generativelanguage.googleapis.com" # optional
Usage
# Simple research with default model (o4-mini)
poe-research -p "What are the latest AI developments?"
# Use specific model
poe-research -m gemini -p "Research quantum computing trends"
poe-research -m o3 -p "Deep analysis of supply chain risks"
# Resume interrupted task
poe-research --resume
# Resume specific task
poe-research -t 2026-01-08_123456_abc12345
# List cached tasks
poe-research -l
Models
| Shortcut | Full Name | API | Best For |
|---|---|---|---|
o4-mini |
o4-mini-deep-research | Poe | Visual analysis, code review, second opinions |
o3 |
o3-deep-research | Poe | High-value research with citations |
gemini |
gemini-2.0-flash | Balanced research, good citations |
You can also use any full model name directly:
poe-research -m some-future-model -p "..."
Cache Location
Results are saved to ~/.cache/poe-research/:
~/.cache/poe-research/
├── 2026-01-08_123456_abc12345/
│ ├── result.md # Full research result
│ └── state.json # Task state (for resume)
Claude Code Subagent
This CLI is designed to work with Claude Code's subagent system. See the poe-researcher subagent configuration for integration.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file poe_research_cli-0.1.0.tar.gz.
File metadata
- Download URL: poe_research_cli-0.1.0.tar.gz
- Upload date:
- Size: 40.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25dccc16c5f80208a20045f76dd030a94c8a1238c09445441140f754ec4eeead
|
|
| MD5 |
af396217dde796c495c5af7a576f8c6b
|
|
| BLAKE2b-256 |
13a515aaa95227526df680f4f645c3d963df687a1c39cd6ba09ae28da0b57e21
|
File details
Details for the file poe_research_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: poe_research_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8efcbea61770c0d3d3b04b0e450fd5ce1f51cac873f93f7dee384f3726dac4dd
|
|
| MD5 |
2ccbdabd4a5dd472e6050bf846ba3cac
|
|
| BLAKE2b-256 |
41aceb9fd9a4454834ff7bb7ed7dba14a8504e3e864007b9f626a811ecccb1f6
|