bug: cobot crashes without loop plugin — cannot run headless/archive-only mode #227
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot#227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
Cobot requires a
loopplugin and an LLM provider even when the use case is pure archival (no LLM interaction needed).Without
loopin enabled plugins:Without an LLM provider:
Context
The
telegram_lurkerplugin is a silent chat archiver — it hooks intotelegram.on_message, writes JSONL, and commits to git. It never needs an LLM call. But cobot forces it to have one configured.Expected Behavior
Cobot should support a headless mode where:
Suggested Fix
Either:
loopto be optional — if no loop plugin, just run a polling-only event loop that dispatches to hooksheadless: trueconfig option that skips the LLM requirementnoop-loopplugin that polls but never calls LLMWorkaround
Currently using ollama as a dummy LLM provider with the loop plugin enabled. The lurker receives messages, logs them, but also sends unwanted LLM responses to the group.
Related
lurkeruser +@OlympLurker_bot