tinyagents 1.0.0

A recursive language-model (RLM) harness for Rust.
Documentation

Build #3724318 2026-06-30 01:40:18

# rustc version rustc 1.98.0-nightly (df6ee909e 2026-06-28)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "770d992bf2471a935486d3dfd062e12932a23f20cc20364a2ca2e1eab6240961" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260628-1.98.0-nightly-df6ee909e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: agent_loop_tools, basic_graph, complex_graph, durable_graph, openai_chat, openai_graph_agent, openai_self_blueprint, openai_structured, openai_tools, orchestrator_subagents, rag_blueprint [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting tinyagents v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `builder` links to private item `types` [INFO] [stderr] --> src/graph/builder/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | //! See [`types`] for the builder data types. `compile` validates the topology [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `channel` links to private item `types` [INFO] [stderr] --> src/graph/channel/mod.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | //! See [`types`] for the type definitions and the high-level model. This file [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `checkpoint` links to private item `types` [INFO] [stderr] --> src/graph/checkpoint/mod.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | //! See [`types`] for the checkpoint record definitions. Checkpoints are written [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `command` links to private item `types` [INFO] [stderr] --> src/graph/command/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | //! See [`types`] for the definitions. [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `recursion` links to private item `crate::graph::CompiledGraph::execute` [INFO] [stderr] --> src/graph/recursion/mod.rs:21:21 [INFO] [stderr] | [INFO] [stderr] 21 | //! The executor ([`crate::graph::CompiledGraph::execute`]) builds one stack per [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `UsageTotals` [INFO] [stderr] --> src/graph/recursion/types.rs:200:47 [INFO] [stderr] | [INFO] [stderr] 200 | /// folds the delegated harness agent's [`UsageTotals`] here so it is visible [INFO] [stderr] | ^^^^^^^^^^^ no item named `UsageTotals` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `reducer` links to private item `types` [INFO] [stderr] --> src/graph/reducer/mod.rs:9:42 [INFO] [stderr] | [INFO] [stderr] 9 | //! closure-backed escape hatches; see [`types`] for the trait and marker [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `status` links to private item `types` [INFO] [stderr] --> src/graph/status/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | //! See [`types`] for the [`GraphRunStatus`] definition. [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `stream` links to private item `types` [INFO] [stderr] --> src/graph/stream/mod.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | //! See [`types`] for the event and stream-mode definitions. The executor emits [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CompiledGraph` [INFO] [stderr] --> src/graph/subagent_node/mod.rs:5:57 [INFO] [stderr] | [INFO] [stderr] 5 | //! Where [`crate::graph::subgraph`] embeds an entire [`CompiledGraph`] as a [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `CompiledGraph` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `subagent_node` links to private item `Handler` [INFO] [stderr] --> src/graph/subagent_node/mod.rs:16:20 [INFO] [stderr] | [INFO] [stderr] 16 | //! graph node [`Handler`]: it resolves the agent by name, creates a distinct [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `subagent_node` links to private item `types` [INFO] [stderr] --> src/graph/subagent_node/mod.rs:26:11 [INFO] [stderr] | [INFO] [stderr] 26 | //! See [`types`] for the data definitions and `test.rs` for focused tests. [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `subagent_node` links to private item `Handler` [INFO] [stderr] --> src/graph/subagent_node/mod.rs:99:7 [INFO] [stderr] | [INFO] [stderr] 99 | /// [`Handler`]. [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `UsageTotals` [INFO] [stderr] --> src/graph/subagent_node/mod.rs:110:53 [INFO] [stderr] | [INFO] [stderr] 110 | /// 5. records the child run — with its rolled-up [`UsageTotals`] — onto the [INFO] [stderr] | ^^^^^^^^^^^ no item named `UsageTotals` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `subgraph` links to private item `types` [INFO] [stderr] --> src/graph/subgraph/mod.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | //! See [`types`] for the conceptual overview of the two embedding modes. The [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `context` links to private item `types` [INFO] [stderr] --> src/harness/context/mod.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | //! See [`types`] for the field-level definitions. [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `OpenAiEmbeddingModel` [INFO] [stderr] --> src/harness/embeddings/mod.rs:22:42 [INFO] [stderr] | [INFO] [stderr] 22 | //! With the `openai` feature enabled, [`OpenAiEmbeddingModel`] adds a hosted [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `OpenAiEmbeddingModel` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `EventId` [INFO] [stderr] --> src/harness/events/mod.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | //! [`EventId`] with the raw event. [INFO] [stderr] | ^^^^^^^ no item named `EventId` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `EventId` [INFO] [stderr] --> src/harness/events/mod.rs:66:49 [INFO] [stderr] | [INFO] [stderr] 66 | /// Emits an event, assigning a monotonic [`EventId`] and offset, then [INFO] [stderr] | ^^^^^^^ no item named `EventId` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `ids` links to private item `types` [INFO] [stderr] --> src/harness/ids/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | //! See [`types`] for the type definitions. This module provides the shared [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `memory` links to private item `types` [INFO] [stderr] --> src/harness/memory/mod.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | //! See [`types`] for the definitions. [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `message` links to private item `types` [INFO] [stderr] --> src/harness/message/mod.rs:10:11 [INFO] [stderr] | [INFO] [stderr] 10 | //! See [`types`] for definitions. This module provides ergonomic constructors [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `middleware` links to private item `types` [INFO] [stderr] --> src/harness/middleware/mod.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | //! - [`types`] holds every public type (the [`Middleware`] trait, [`AgentRun`], [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `non_exhaustive` [INFO] [stderr] --> src/harness/middleware/types.rs:255:36 [INFO] [stderr] | [INFO] [stderr] 255 | /// the resolved response. It is [`non_exhaustive`] so future control variants [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `non_exhaustive` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `non_exhaustive` [INFO] [stderr] --> src/harness/middleware/types.rs:282:54 [INFO] [stderr] | [INFO] [stderr] 282 | /// proceed / replace / retry / fallback patterns. [`non_exhaustive`] for the [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `non_exhaustive` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `library` links to private item `types` [INFO] [stderr] --> src/harness/middleware/library/mod.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | //! Type definitions live in [`types`]; this file holds the constructors and [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Message::system` [INFO] [stderr] --> src/harness/middleware/library/types.rs:247:7 [INFO] [stderr] | [INFO] [stderr] 247 | /// [`Message::system`] is inserted at the front of [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `Message` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `model` links to private item `types` [INFO] [stderr] --> src/harness/model/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | //! See [`types`] for definitions. This module provides builder methods on [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `StreamAccumulator` [INFO] [stderr] --> src/harness/model/types.rs:474:11 [INFO] [stderr] | [INFO] [stderr] 474 | /// Use [`StreamAccumulator`] (or the [`collect_model_stream`] helper) to fold a [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `StreamAccumulator` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `collect_model_stream` [INFO] [stderr] --> src/harness/model/types.rs:474:41 [INFO] [stderr] | [INFO] [stderr] 474 | /// Use [`StreamAccumulator`] (or the [`collect_model_stream`] helper) to fold a [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `collect_model_stream` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ModelRequest` [INFO] [stderr] --> src/harness/prompt/types.rs:72:19 [INFO] [stderr] | [INFO] [stderr] 72 | /// Assembles a [`ModelRequest`] while tracking prompt-cache segments. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `ModelRequest` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ChatModel::invoke` [INFO] [stderr] --> src/harness/providers/types.rs:302:24 [INFO] [stderr] | [INFO] [stderr] 302 | /// internally calls [`ChatModel::invoke`] and replays the response as a real [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `ChatModel` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `runtime` links to private item `types` [INFO] [stderr] --> src/harness/runtime/mod.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | //! - [`types`] holds the public type definitions ([`RunPolicy`] and [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ModelRequest` [INFO] [stderr] --> src/harness/structured/mod.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | //! [`ResponseFormat`] to include in a [`ModelRequest`], then call [INFO] [stderr] | ^^^^^^^^^^^^ no item named `ModelRequest` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ModelResponse` [INFO] [stderr] --> src/harness/structured/types.rs:55:46 [INFO] [stderr] | [INFO] [stderr] 55 | /// Extracts a [`StructuredOutput`] from a [`ModelResponse`] using the [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `ModelResponse` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `extract` links to private item `StructuredExtractor::schema_name` [INFO] [stderr] --> src/harness/structured/mod.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | /// [`StructuredExtractor::schema_name`] and returns its `arguments` as [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ModelRequest` [INFO] [stderr] --> src/harness/structured/mod.rs:232:54 [INFO] [stderr] | [INFO] [stderr] 232 | /// tool with the given `name` and `schema` in the [`ModelRequest`]; the [INFO] [stderr] | ^^^^^^^^^^^^ no item named `ModelRequest` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `subagent` links to private item `types` [INFO] [stderr] --> src/harness/subagent/mod.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | //! - [`types`] holds the public type definitions. [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `AgentRun` [INFO] [stderr] --> src/harness/subagent/types.rs:71:31 [INFO] [stderr] | [INFO] [stderr] 71 | /// 2. Inspect the returned [`AgentRun`] and obtain human input out-of-band. [INFO] [stderr] | ^^^^^^^^ no item named `AgentRun` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `estimate_tokens` [INFO] [stderr] --> src/harness/summarization/types.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | /// The value is derived by [`estimate_tokens`] and should be treated as an [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `estimate_tokens` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ModelProfile` [INFO] [stderr] --> src/harness/summarization/mod.rs:221:40 [INFO] [stderr] | [INFO] [stderr] 221 | /// Builds a policy from a model [`ModelProfile`], reading its [INFO] [stderr] | ^^^^^^^^^^^^ no item named `ModelProfile` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `tool` links to private item `types` [INFO] [stderr] --> src/harness/tool/mod.rs:10:11 [INFO] [stderr] | [INFO] [stderr] 10 | //! See [`types`] for definitions. This module provides constructors and the [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Display` [INFO] [stderr] --> src/language/diff.rs:7:72 [INFO] [stderr] | [INFO] [stderr] 7 | //! data structure ([`BlueprintDiff`]) and a renderable summary (its [`Display`]). [INFO] [stderr] | ^^^^^^^ no item named `Display` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `capability` links to private item `types` [INFO] [stderr] --> src/registry/capability/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | //! See [`types`] for the data definitions. This module provides registration, [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `component` links to private item `types` [INFO] [stderr] --> src/registry/component/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | //! See [`types`] for the definitions. This module adds constructors, accessors, [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/graph/subagent_node/mod.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | //! [`CapabilityRegistry`](crate::registry::CapabilityRegistry). [INFO] [stderr] | -------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 3 - //! [`CapabilityRegistry`](crate::registry::CapabilityRegistry). [INFO] [stderr] 3 + //! [`CapabilityRegistry`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/graph/subagent_node/mod.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | //! [`SubAgent`](crate::harness::subagent::SubAgent) into a registry-storable [INFO] [stderr] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 23 - //! [`SubAgent`](crate::harness::subagent::SubAgent) into a registry-storable [INFO] [stderr] 23 + //! [`SubAgent`] into a registry-storable [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/graph/testkit/mod.rs:193:31 [INFO] [stderr] | [INFO] [stderr] 193 | /// [`NodeResult::Interrupt`](crate::graph::NodeResult::Interrupt) carrying [INFO] [stderr] | ----------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 193 - /// [`NodeResult::Interrupt`](crate::graph::NodeResult::Interrupt) carrying [INFO] [stderr] 193 + /// [`NodeResult::Interrupt`] carrying [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/harness/memory/mod.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | //! [`Store`][crate::harness::store::Store]. [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 9 - //! [`Store`][crate::harness::store::Store]. [INFO] [stderr] 9 + //! [`Store`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/harness/memory/mod.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | //! harness [`Store`][crate::harness::store::Store] itself; the [`MemoryScope`] [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 16 - //! harness [`Store`][crate::harness::store::Store] itself; the [`MemoryScope`] [INFO] [stderr] 16 + //! harness [`Store`] itself; the [`MemoryScope`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/harness/steering/mod.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | //! [`RunContext`][crate::harness::context::RunContext] via [INFO] [stderr] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 17 - //! [`RunContext`][crate::harness::context::RunContext] via [INFO] [stderr] 17 + //! [`RunContext`] via [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `crate::graph::subagent_node` is both a function and a module [INFO] [stderr] --> src/graph/recursion/types.rs:199:37 [INFO] [stderr] | [INFO] [stderr] 199 | /// their own model calls); a [`crate::graph::subagent_node`] sub-agent child [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 199 | /// their own model calls); a [`crate::graph::subagent_node()`] sub-agent child [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 199 | /// their own model calls); a [`mod@crate::graph::subagent_node`] sub-agent child [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `crate::graph::subagent_node` is both a function and a module [INFO] [stderr] --> src/graph/testkit/mod.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | //! [sub-agent](crate::graph::subagent_node), the same recorder that observes a [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 10 | //! [sub-agent](crate::graph::subagent_node()), the same recorder that observes a [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 10 | //! [sub-agent](mod@crate::graph::subagent_node), the same recorder that observes a [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `crate::graph::subagent_node` is both a function and a module [INFO] [stderr] --> src/graph/testkit/mod.rs:239:40 [INFO] [stderr] | [INFO] [stderr] 239 | /// This mimics what [`subagent_node`](crate::graph::subagent_node) records, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 239 | /// This mimics what [`subagent_node`](crate::graph::subagent_node()) records, [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 239 | /// This mimics what [`subagent_node`](mod@crate::graph::subagent_node) records, [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `tinyagents` (lib doc) generated 54 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tinyagents/index.html [INFO] running `Command { std: "docker" "inspect" "770d992bf2471a935486d3dfd062e12932a23f20cc20364a2ca2e1eab6240961", kill_on_drop: false }`