llmprogram 0.1.0

A Rust library that provides a structured and powerful way to create and run programs that use Large Language Models (LLMs). It uses a YAML-based configuration to define the behavior of your LLM programs, making them easy to create, manage, and share.
Documentation
# Generated files
target/
**/*.db
**/*.db-shm
**/*.db-wal
Cargo.lock

# IDE files
**/*.swp
**/*.swo
**/*~
.vscode/
.idea/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Redis dump files
dump.rdb

# Temporary files
tmp/
temp/
*.tmp
*.temp

# Log files
*.log

# Dataset files
*.jsonl

# Environment files
.env
.env.local
.env.*.local