llmtask 0.1.0

Engine-agnostic Task abstraction for LLM structured-output: Task trait + Grammar (JSON Schema, Lark, Regex) + ImageAnalysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
**.idea/

# Generated by Cargo
# will have compiled files and executables
**target/

# These are backup files generated by rustfmt
**/*.rs.bk

# Cargo.lock is not committed for library crates (vlm-tasks is a library,
# not a binary/internal pin crate).
/Cargo.lock

**.venv/
**.claude/