docs.rs failed to build polyc-agent-2026.8.3
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.
Visit the last successful build:
polyc-agent-2026.8.2
The agent turn loop.
Implements the standard function-calling loop: call the provider; while it
asks for tools, execute them and feed the results back; repeat until the
model ends its turn. Provider streaming chunks are folded into a turn via
[polyc_llm::turn::collect_turn]; the assistant/tool messages are
mapped to wire [Message]s for the control plane.