Releases: osok/agent-patterns
Releases · osok/agent-patterns
Release list
v0.2.4
updated the libraires
langchain | 0.1.0 → 0.3.0 | 1.0.3
langchain-core | 0.1.10 → 0.3.0 | 1.0.2
langchain-openai | 1.0.1 | 1.0.1 (already latest)
langchain-anthropic | 1.0.0 | 1.0.1
langgraph | 0.0.20 → 0.2.0 | 1.0.2
python-dotenv | 1.0.0 | 1.2.1
v0.2.3
v0.2.1
v0.2.0
Agent Patterns v0.2.0
🎉 New Features
- Flexible Prompt Customization: Three powerful ways to customize prompts
- File-based customization with custom
prompt_dir custom_instructionsparameter for domain-specific guidelinesprompt_overridesfor programmatic prompt replacement
- File-based customization with custom
✨ Improvements
- All 9 agent patterns support new customization parameters
- Comprehensive documentation with examples
- Enhanced type safety throughout
📚 Documentation
- New Prompt Customization Guide
- 13 comprehensive examples demonstrating customization
- Updated README with installation from PyPI
🐛 Bug Fixes
- Fixed prompt dict key consistency across all patterns
- Improved error handling in prompt loading
📦 Patterns Included
- ReAct (Reason + Act)
- Plan & Solve
- Reflection
- Reflexion
- LLM Compiler
- REWOO
- LATS
- Self-Discovery
- STORM