yoi/crates/llm-worker-macros
2026-04-12 05:19:00 +09:00
..
src Tool Outputの仕様簡素化 2026-04-12 05:19:00 +09:00
Cargo.toml cargo init 2026-04-04 03:30:49 +09:00
README.md Add README to all crates 2026-04-11 03:07:56 +09:00

llm-worker-macros

Rust メソッドを LLM 呼び出し可能なツールとして自動登録する手続きマクロクレート。引数構造体・Tool トレイト実装・ToolDefinition を自動生成する。

公開マクロ

  • #[tool_registry] — impl ブロックに付与し、内部の #[tool] メソッドを一括処理
  • #[tool] — メソッドをツールとしてマーク
  • #[description = "..."] — 引数に説明を付与JSON Schema の description に反映)