Add README to all crates

This commit is contained in:
2026-04-11 03:07:56 +09:00
parent 4c3f81b4fa
commit 60505f206b
9 changed files with 133 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# llm-worker-macros
Rust メソッドを LLM 呼び出し可能なツールとして自動登録する手続きマクロクレート。引数構造体・Tool トレイト実装・ToolDefinition を自動生成する。
## 公開マクロ
- `#[tool_registry]` — impl ブロックに付与し、内部の `#[tool]` メソッドを一括処理
- `#[tool]` — メソッドをツールとしてマーク
- `#[description = "..."]` — 引数に説明を付与(JSON Schema の description に反映)