v0.76.2
ruvnet/RuVectorv0.76.2Apr 22, 2026by onuratakan
AI Summary
The AppliedScientist agent now allows the 'current_data' parameter to be optional, enabling automatic data source inference from the current notebook.
Key Highlights
- AppliedScientist 'current_data' parameter is now optional
- Agent automatically infers data source from the notebook
- Simplifies agent usage by removing manual data passing requirements
New Features
- Automatic data source inference for AppliedScientist agent
Full Release Notes
## Improvements: - **AppliedScientist: `current_data` is now optional**. When omitted, the agent reads the current notebook and figures out the data source itself. **Full Changelog**: https://github.com/Upsonic/Upsonic/compare/v0.76.2...v0.76.3 ### Pull Requests: - feat: current_data optional, agent infers data source from notebook: [onuratakan](https://github.com/onuratakan) in [#575](https://github.com/Upsonic/Upsonic/pull/575)