🔧 Any Agent v0.2.1 - Dependency Fix
🔧 Bug Fix Release
Fixed Dependency Issue
- Removed
basic-open-agent-toolsfrom core dependencies: This package should only be installed when agents specifically require it in theirrequirements.txtfiles, not as a default framework dependency - Prevents unnecessary installations: Users installing the Any Agent framework will no longer get agent-specific tools unless they're actually needed
- Improves dependency resolution: Eliminates confusion about which packages are core framework vs. agent-specific
🎯 Impact
Before this fix, installing any-agent-wrapper would automatically install basic-open-agent-tools, even if you weren't using agents that required it. Now, this package is only installed when:
- An agent's
requirements.txtexplicitly lists it as a dependency - The dependency installer detects it's needed during agent setup
🔄 Migration
No action needed for existing users. This change only affects new installations and improves the dependency footprint of the framework.
Full Changelog: v0.2.0...v0.2.1