Skip to main content

Module tool_docs

Module tool_docs 

Source
Expand description

Auto-generated tool reference documentation.

Builds a stable Markdown / JSON description of every built-in tool straight from base_tool_definitions() and a small static catalog of known providers, so the published reference can never drift away from the running code.

Used by devboy tools docs (CLI).

Structs§

ConditionalCategory
A category that a provider only supports under specific conditions.
ProviderInfo
Provider entry in the support matrix.

Enums§

DocsFormat
Output format for the docs renderer.

Functions§

known_providers
Static catalog of known providers and the categories they advertise.
render
Render the reference document in the requested format.
render_json
Render the reference document as a structured JSON value.
render_markdown
Render the reference document as Markdown.