langchainrust 0.2.6

A LangChain-inspired framework for building LLM applications in Rust. Supports OpenAI, Agents, Tools, Memory, Chains, RAG, and native Function Calling.
# Rust
/target/

Cargo.lock


# IDE
.idea/

.vscode/

*.swp

*.swo

*~


# AI Tools
.claude/

.sisyphus/


# OS
.DS_Store

Thumbs.db


# Build
*.pdb


# Environment
.env

.env.local

.env.*.local


# Test
/coverage/


# Documentation (internal only)
/docs/internal/


# Temp
*.tmp

*.temp

*.log


# LangGraph persistence (generated by tests)
persisted_graphs/

my_workflow.json