tools tier

tools-ask-ais

Multi-AI consensus bridge — fans a prompt out to ChatGPT + Gemini in parallel

Multi-AI consensus bridge — fans a prompt out to ChatGPT + Gemini in parallel

Tiertools
Roleunclassified (baselined)
Pathcrates/tools/ask-ais
Edition2021
Targetstools-ask-ais
Public items0 across 0 modules
Tests0

What it is for

tools-ask-ais — multi-AI consensus bridge.

Fans a single prompt out to multiple AI providers in parallel (one OS thread per provider), prints labeled response blocks in deterministic provider order, and exits 0 if at least one provider succeeded (per Gate 1.5 Round 1 Q4). Pass --json for structured per-provider output instead of labeled blocks.

Capabilities

No public items.

How to use it

No examples/ target, no doctest, and no test. No executable usage of this crate exists in the repository to project.

Module structure

No public modules: the crate root is its whole surface.

Public surface

No public items.

No pub use re-exports: every item above is declared in this crate.

Boundary

Depends on no other workspace tier.

Shares tier tools with 84 other crates: tools-advisory-reach, tools-archive-guard, tools-artifact-scaffold, tools-ask-ai-core, tools-ask-gemini, tools-book, tools-book-report, tools-boundary-scan, … (84 total).

_What this crate deliberately does NOT own is a judgment. No committed registry records one for it, so none is stated here._

Where it sits

Tier (ontology)tools
Architectural role (taxonomy)unclassified (baselined)
Locationcrates/tools/ask-ais
Vocabulary in force (lexicon)current

Dependencies

Runtime, in this workspace.

CrateTierOptionalOnly on
`tools-ask-ai-core`toolsnoalways

Development. None.

Build. None.

Depended on by. Nothing in this workspace.

Signal flow — what reaches this crate, and what it reaches.

flowchart LR
  SELF["tools-ask-ais"]
  SELF -->|runtime| n_tools_ask_ai_core["tools-ask-ai-core"]
  classDef self fill:#1f883d,stroke:#1f883d,color:#fff;
  class SELF self;

Feature flags

No Cargo features are defined: every capability is unconditional, so no consumer can receive a half-wired crate.

Targets

KindNameSource
bintools-ask-ais`src/main.rs`

Error model

No public error type was detected: no public item declares a type named *Error, and no public signature returns one.

Operational characteristics

PropertyEvidence
async public surfacenone detected
async runtimenone detected
database accessnone detected
network I/Onone detected
unsafe codenone detected
environment variablesnone detected

No unsafe block, unsafe fn, unsafe impl or unsafe trait was found by the parser anywhere in this crate's source.

Configuration

No environment variable is read with a literal name anywhere in this crate. A variable whose key is computed at run time cannot be listed here, and is not claimed to be absent.

No workspace crate depends on this one.

Verification

No test, example or doctest was found in this crate. Nothing here is proven by the crate itself.

Documentation coverage

MeasureDocumentedTotal
Public items with rustdoc00
Public modules with a //! block00

Metrics

MetricValue
Rust source files1
Source lines185
Code lines155
Public API items0
Public modules0
Tests0
Examples0
Cargo features0
Direct runtime dependencies1
Workspace reverse dependencies0
pie showData
    title Rust source composition
    "Code" : 155
    "Blank or comment" : 30

Generation

Rendered by tools-corpus corpus readme from repository evidence alone, renderer schema 2, lexicon current. No model, network service or database was consulted. Regenerate with tools-corpus corpus readme --write; verify with --check.

All tools · Manual