Skip to content

create_client

Python · package toolnexus · SPEC §8

{/* TODO:signature */}

The unified client: system prompt, skills injection, parallel and chained tool calls, retries, memory.

TODO: the situation this entry point is for.

// TODO
// TODO
// TODO
  • Client.run — Send a prompt, let the loop call tools until the model stops, get a RunResult.
  • Client.stream — The streaming loop: text deltas, tool-call events, and suspension events as they happen.
  • Hooks — Intercept before/after model calls and tool calls: audit, redact, veto, or rewrite.
  • Conversation — Keep a transcript across turns so the model remembers what it already did.