echo_core 0.1.4

Core traits and types for the echo-agent framework
Documentation

Build #3257335 2026-05-09 09:29:47

# rustc version rustc 1.97.0-nightly (fb0a5a5a9 2026-05-08)

# docs.rs version docsrs 0.0.0 (ad302d961e54d5d2c273ab5bb3d4139759c933ad 2026-05-03 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/echo_core-0.1.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/echo_core-0.1.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" "-m" "6442450944" "--cpuset-cpus" "8-13" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] 2772355e6591c9354e19cf65255bbc9df32b1e681204a449f681d73dd07a0cfc [INFO] running `Command { std: "docker" "start" "2772355e6591c9354e19cf65255bbc9df32b1e681204a449f681d73dd07a0cfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "2772355e6591c9354e19cf65255bbc9df32b1e681204a449f681d73dd07a0cfc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260508-1.97.0-nightly-fb0a5a5a9\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting echo_core v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `InMemoryCheckpointer` [INFO] [stderr] --> src/memory/checkpointer.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | //! Concrete implementations ([`InMemoryCheckpointer`], [`FileCheckpointer`]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `InMemoryCheckpointer` 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: unresolved link to `FileCheckpointer` [INFO] [stderr] --> src/memory/checkpointer.rs:3:59 [INFO] [stderr] | [INFO] [stderr] 3 | //! Concrete implementations ([`InMemoryCheckpointer`], [`FileCheckpointer`]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `FileCheckpointer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `SqliteConversationStore` [INFO] [stderr] --> src/memory/conversation.rs:4:55 [INFO] [stderr] | [INFO] [stderr] 4 | //! multi-agent isolation. Concrete implementation ([`SqliteConversationStore`]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `SqliteConversationStore` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `HttpEmbedder` [INFO] [stderr] --> src/memory/embedder.rs:4:32 [INFO] [stderr] | [INFO] [stderr] 4 | //! Concrete implementation ([`HttpEmbedder`]) lives in `echo_state`. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `HttpEmbedder` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `InMemoryStore` [INFO] [stderr] --> src/memory/store.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | //! Concrete implementations ([`InMemoryStore`], [`FileStore`]) live in `echo_state`. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `InMemoryStore` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `FileStore` [INFO] [stderr] --> src/memory/store.rs:6:52 [INFO] [stderr] | [INFO] [stderr] 6 | //! Concrete implementations ([`InMemoryStore`], [`FileStore`]) live in `echo_state`. [INFO] [stderr] | ^^^^^^^^^ no item named `FileStore` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ContextManager` [INFO] [stderr] --> src/tokenizer.rs:3:58 [INFO] [stderr] | [INFO] [stderr] 3 | //! Provides a pluggable token counting capability for [`ContextManager`], replacing the [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `ContextManager` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `echo_core` (lib doc) generated 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/echo_core/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "2772355e6591c9354e19cf65255bbc9df32b1e681204a449f681d73dd07a0cfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2772355e6591c9354e19cf65255bbc9df32b1e681204a449f681d73dd07a0cfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2772355e6591c9354e19cf65255bbc9df32b1e681204a449f681d73dd07a0cfc", kill_on_drop: false }` [INFO] [stdout] 2772355e6591c9354e19cf65255bbc9df32b1e681204a449f681d73dd07a0cfc