Module parser

Source
Expand description

Parsers for extracting tool definitions from source code.

This module provides parsers for various programming languages to extract structured ToolDefinitions from comments in source files. This allows developers to define their tools inline with their code.

Modules§

bash
Bash script parser for extracting tool definitions from comments.
javascript
JavaScript parser for extracting tool definitions from JSDoc comments.
python
Python parser for tool definitions from function docstrings.

Structs§

ToolParser
A parser for extracting tool definitions from source code.