We welcome contributions! This is an experimental research fork of LangChain with new self-improving agent capabilities.
pip install -e libs/core
pip install -e libs/langchain- Follow LangChain's existing patterns (type hints, docstrings, Pydantic models)
- Use
typing_extensionsforoverridedecorator - All new public API must be exported in the relevant
__init__.py - New components in
langchain_coreshould have minimal dependencies
python -m pytest libs/langchain/tests/unit_tests/agents/test_meta_reflect_core.py -v- Ensure tests pass
- Update RESEARCH.md if your change is research-backed
- Update README.md quickstart if applicable
- Make sure
__all__exports are complete in all modified__init__.pyfiles