mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-23 16:36:23 +00:00
Adds the missing write path for the per-task model_override column (which was previously only settable via manual SQL) and pairs it with a provider_override so cross-provider switches resolve correctly: - kanban_db: provider_override column (+migration), set_model_override() with model_override_set event, create_task(model_override=, provider_override=), dispatcher spawns worker with -m <model> [--provider <name>] - dashboard: Model row in the task drawer — dropdown fed by a new /model-options endpoint (build_models_payload substrate, provider-grouped, free-text fallback), PATCH + bulk model override support - CLI: kanban create --model/--provider, new kanban set-model subcommand, show prints the provider - agent tools: kanban_create accepts model/provider; show/list expose provider_override Rate-limit recovery flow: override is settable on running tasks and takes effect on the next dispatch, without touching the worker profile's config. |
||
|---|---|---|
| .. | ||
| browser | ||
| dashboard_auth | ||
| image_gen | ||
| memory | ||
| model_providers | ||
| platforms/photon | ||
| transcription | ||
| tts | ||
| video_gen | ||
| web | ||
| __init__.py | ||
| test_achievements_plugin.py | ||
| test_chronos_cron.py | ||
| test_chronos_verify.py | ||
| test_discord_runtime_failure.py | ||
| test_disk_cleanup_plugin.py | ||
| test_google_meet_audio.py | ||
| test_google_meet_node.py | ||
| test_google_meet_plugin.py | ||
| test_google_meet_realtime.py | ||
| test_hindsight_health_grace_timeout.py | ||
| test_hindsight_root_guard.py | ||
| test_kanban_attachments.py | ||
| test_kanban_dashboard_plugin.py | ||
| test_kanban_model_override.py | ||
| test_kanban_worker_runs.py | ||
| test_langfuse_plugin.py | ||
| test_nemo_relay_plugin.py | ||
| test_plugin_dashboard_auth_contract.py | ||
| test_raft_check_fn_silent.py | ||
| test_retaindb_plugin.py | ||
| test_security_guidance_plugin.py | ||
| test_teams_pipeline_plugin.py | ||