docs.rs failed to build rsclaw-artifact-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Tool-result artifact store.
Every tool that produces a large Value funnels through compact_value,
which writes the full payload to ~/.rsclaw/artifacts/<session>/<id>.txt
and returns a {preview, tool_result_id, raw_chars, ...} envelope. The
LLM sees the preview; if it needs the full output it calls the
read_artifact tool with the id.
This is the sole compaction pipeline — there are no per-tool rules. A prior tokenjuice port was deleted in favour of this design.