fix: support headless mode when no loop plugins registered (#227) #228
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot!228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/headless-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #227.
When no loop plugins are registered, cobot now runs in headless mode instead of crashing. This allows archive-only plugins (like telegram-lurker) to run without needing an LLM or loop plugin.
Changes:
run(): If no loops but plugins exist, keep process alive viaasyncio.Event().wait()run_stdin(): Graceful message and exit if no loops96483495f44b371d07dedoxios referenced this pull request2026-03-08 16:28:27 +00:00