Skip to content

Releases: capt-marbles/model-fallback-skill

v1.0.0 - Initial Release

13 Feb 01:51

Choose a tag to compare

Model Fallback Skill v1.0.0

Features

  • Automatic model switching on failure
  • Proactive health monitoring
  • Multi-model support with cascading fallback
  • Comprehensive logging
  • One-command installation

Installation

cd ~/.nanobot/workspace/skills
git clone https://github.com/capt-marbles/model-fallback-skill.git
cd model-fallback-skill
./install.sh

Documentation

  • Full documentation in README.md
  • API reference in API.md
  • Architecture in ARCHITECTURE.md
  • Troubleshooting guide in TROUBLESHOOTING.md

Requirements

  • Python 3.8+
  • nanobot installed and configured
  • At least two model providers

License

MIT License - see LICENSE file