LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails 安全校验与流式输出智能体等核心特性,帮助开发者系统掌握 LangChain v1 的所有关键组件
Stars
317
Forks
59
Watchers
317
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
feat: add Docker support for backend and frontend, including Dockerfiles, docker-compose configuration, and deployment scripts; enhance documentation for setup and usage
aa4581bView on GitHubfeat(frontend): add Docker support with Dockerfile and .dockerignore; enable standalone output mode for Next.js deployment
ba5f08fView on GitHubfeat: add MIT License and update README for project overview and setup instructions
3012b3eView on GitHubfeat(frontend): add initial project structure with core components, API client, session management, and theme provider; include documentation for setup and usage
400d187View on GitHubfeat(frontend): remove package-lock.json, update package.json dependencies, and introduce pnpm-lock.yaml; refactor TypeScript configuration and enhance component structure with new AI elements
35e2a2bView on GitHubfeat(frontend): add comprehensive documentation for AI SDK v6, AI Elements, and providers; establish foundational structure for frontend project roadmap and component usage
a56fe3dView on GitHubfeat(guardrails): implement comprehensive Guardrails module for input validation, content filtering, and output validation; integrate with RAG and DeepAgent workflows, enhancing security and structured output capabilities
27c99ebView on GitHubfeat(deep_research): implement DeepAgent for complex research tasks with subagents, file system management, and API integration; add testing script and comprehensive documentation for Stage 4
ef1385eView on GitHubfeat(workflow): implement LangGraph-based learning workflow with state management, checkpointing, and human-in-the-loop interaction; add API routes for workflow operations and enhance documentation for stages 1-3
b420136View on GitHubfeat(data): add foundational documents on machine learning, deep learning, neural networks, and Python basics; update .gitignore to exclude data directory
03a1841View on GitHubchore(dependencies): update faiss-cpu version to 1.12.0, change num_documents type to int in IndexInfo model, add example query to README, and add newline in test_weather.py
14d74e9View on GitHubfeat(rag): implement RAG system with document loaders, text splitters, vector storage, and API integration
2917342View on GitHub