radkit 0.0.4

Rust AI Agent Development Kit
Documentation
Build #2734259 2025-12-15 02:00:45
# rustc version
rustc 1.94.0-nightly (0208ee09b 2025-12-14)# docs.rs version
docsrs 0.6.0 (c9c56e32 2025-12-11 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/radkit-0.0.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/radkit-0.0.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251214-1.94.0-nightly-0208ee09b\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f9d3f402fde9e982220fe586bad3da49e4bf0169c67c9cdfd3458aa8827efcf8
[INFO] running `Command { std: "docker" "start" "-a" "f9d3f402fde9e982220fe586bad3da49e4bf0169c67c9cdfd3458aa8827efcf8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting radkit v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `LlmWorker::builder(model)`
[INFO] [stderr]   --> src/agent/llm_worker.rs:63:11
[INFO] [stderr]    |
[INFO] [stderr] 63 | /// Use [`LlmWorker::builder(model)`] to construct instances with the desired configuration.
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `LlmWorker` has no field or associated item named `builder(model)`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Context`
[INFO] [stderr]   --> src/runtime/context.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! - [`Context`]: Immutable execution context (use `runtime.current_user()` instead)
[INFO] [stderr]    |         ^^^^^^^ no item named `Context` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `TaskContext`
[INFO] [stderr]   --> src/runtime/context.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! - [`TaskContext`]: Mutable context (use `State` instead)
[INFO] [stderr]    |         ^^^^^^^^^^^ no item named `TaskContext` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `executor`
[INFO] [stderr]   --> src/runtime/core/mod.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | //! - [`executor`] - Task execution logic (native + runtime feature only)
[INFO] [stderr]    |         ^^^^^^^^ no item named `executor` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `error_mapper`
[INFO] [stderr]   --> src/runtime/core/mod.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! - [`error_mapper`] - Maps internal errors to protocol-friendly payloads
[INFO] [stderr]    |         ^^^^^^^^^^^^ no item named `error_mapper` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ToolResult::success(data)`
[INFO] [stderr]    --> src/tools/base_tool.rs:109:13
[INFO] [stderr]     |
[INFO] [stderr] 109 |     /// - [`ToolResult::success(data)`] for successful execution
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `ToolResult` has no field or associated item named `success(data)`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ToolResult::error(message)`
[INFO] [stderr]    --> src/tools/base_tool.rs:110:13
[INFO] [stderr]     |
[INFO] [stderr] 110 |     /// - [`ToolResult::error(message)`] for errors
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `ToolResult` has no field or associated item named `error(message)`
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/runtime/memory/mod.rs:39:54
[INFO] [stderr]    |
[INFO] [stderr] 39 | //! All operations are namespaced by [`AuthContext`](crate::runtime::context::AuthContext),
[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] 39 - //! All operations are namespaced by [`AuthContext`](crate::runtime::context::AuthContext),
[INFO] [stderr] 39 + //! All operations are namespaced by [`AuthContext`],
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/runtime/task_manager/mod.rs:15:54
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! All operations are namespaced by [`AuthContext`](crate::runtime::context::AuthContext),
[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] 15 - //! All operations are namespaced by [`AuthContext`](crate::runtime::context::AuthContext),
[INFO] [stderr] 15 + //! All operations are namespaced by [`AuthContext`],
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/tools/function_tool.rs:9:52
[INFO] [stderr]   |
[INFO] [stderr] 9 | //! without manually implementing the [`BaseTool`](super::BaseTool) trait.
[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 - //! without manually implementing the [`BaseTool`](super::BaseTool) trait.
[INFO] [stderr] 9 + //! without manually implementing the [`BaseTool`] trait.
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/tools/memory/mod.rs:4:23
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! [`MemoryService`](crate::runtime::memory::MemoryService):
[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] 4 - //! [`MemoryService`](crate::runtime::memory::MemoryService):
[INFO] [stderr] 4 + //! [`MemoryService`]:
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: `radkit` (lib doc) generated 11 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/radkit/index.html
[INFO] running `Command { std: "docker" "inspect" "f9d3f402fde9e982220fe586bad3da49e4bf0169c67c9cdfd3458aa8827efcf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9d3f402fde9e982220fe586bad3da49e4bf0169c67c9cdfd3458aa8827efcf8", kill_on_drop: false }`
[INFO] [stdout] f9d3f402fde9e982220fe586bad3da49e4bf0169c67c9cdfd3458aa8827efcf8