sophon-cli-0.1.0 is not a library.
sophon-cli
Named after the Sophon from Cixin Liu's Three-Body Problem — a sentient proton supercomputer. This is a tiny CLI that delegates its heavy lifting to distant search APIs.

A provider-agnostic Rust CLI that queries Brave Search or Exa and prints normalized text results.
Install
Quick start
# Run locally from the repo
# Choose a provider explicitly
# Show package info
# Run all checks
Configuration
Set the API key for the provider you want to use:
# Brave
# Exa
You can also export the variables directly in your shell instead of using .env.
Example usage
# Web search with Brave
# News search with Brave
# Exa search
Supported providers
bravefor web, news, images, and video searchexafor Exa search results mapped into the shared domain model
Docs
See the architecture docs for the typed input-to-output flow and layer boundaries.
Built with mdbook — run mdbook build to generate the HTML site.