Skip to content

feat(tools): add tool dispatch and agentic docs#2063

Merged
EricLBuehler merged 6 commits intomasterfrom
agentic-http-support
Apr 6, 2026
Merged

feat(tools): add tool dispatch and agentic docs#2063
EricLBuehler merged 6 commits intomasterfrom
agentic-http-support

Conversation

@EricLBuehler
Copy link
Copy Markdown
Owner

No description provided.

…support

- Remove tool_dispatch_url from HTTP request body to prevent SSRF from
  untrusted API clients. It is now server-level only via --tool-dispatch-url
  CLI flag, while the Rust and Python SDKs can still set it per-request.
- Add --max-tool-rounds and --tool-dispatch-url CLI flags to `serve` command,
  wired through AgenticDefaults axum Extension.
- Expose max_tool_rounds and tool_dispatch_url in Python SDK
  ChatCompletionRequest for trusted per-request control.
- Rewrite TOOL_CALLING.md for cohesive structure: two modes (basic vs
  agentic), unified examples section, clear dispatch order.
- Add examples: tool_dispatch.py, agentic_tool_rounds.py, agentic_tools.py.
- Update README agentic section and HTTP.md with security note.
@EricLBuehler EricLBuehler merged commit cfe1439 into master Apr 6, 2026
1 check passed
@EricLBuehler EricLBuehler deleted the agentic-http-support branch April 6, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant