llm-tool 0.9.0

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
name: env_plus_context
description: Template with both env and context params

env:
  - CLUSTER = str

params:
  - region = str
---

Deployed to {{ region }} on cluster {{ CLUSTER }}.