langchainrust 0.2.7

A LangChain-inspired framework for building LLM applications in Rust. Supports OpenAI, Agents, Tools, Memory, Chains, RAG, BM25, Hybrid Retrieval, LangGraph, 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)
docs/internal/persisted_graphs/

my_workflow.json