Haystack 3.0
Haystack 3.0 is the release where agents move to the center of the framework.
- Pre-configured agents with memory, tools, and skills out of the box
- Hooks, first-class skills, and dynamic tool selection for the Agent component
- Migration guide + skill to move from 2.x to 3.0
pip install --upgrade haystack-ai
# Load the skill
# Start your favorite coding agent
/haystack-v2-to-v3 Migrate Haystack code to v3
