Synapse 0.3.0 - Enhancements & Structural Refinements
Release Notes: Synapse 0.3.0 - Enhancements & Structural Refinements
We're excited to introduce Synapse 0.3.0, featuring critical database updates, tool restructuring, and improved search functionality.
🚀 What's New?
Breaking Changes & Enhancements
-
Database Schema Update:
- Renamed tables:
agent_memory→synapse_agent_memories,messages→synapse_messages.
- Renamed tables:
-
Tool Restructuring & Enhancements:
- Refactored tool structure with improved
ReturnTypehandling. - FirecrawlTool updates: Restructured and refined
FirecrawlRequest.
- Refactored tool structure with improved
-
Task Management & Search Improvements:
- Simplified task iteration and response handling.
- Structured JSON output for improved search tool results.
⚙️ Cleanup & Maintenance
- Removed outdated workflows (
update-changelog.yml). - Deleted obsolete test fixtures (
RatAgentChain).
This release refines Synapse's core structure, improves search results, and enhances task execution, setting the foundation for future capabilities. 🚀
What's Changed
- Development by @use-the-fork in #15
Full Changelog: v0.2.0...v0.3.0