bug: filedrop polling loop does not process inbox messages #135

Closed
opened 2026-02-27 10:53:39 +00:00 by Zeus · 0 comments
Collaborator

Bug

The filedrop plugin initializes correctly and logs Inbox: /olymp/filedrop/Alpha/inbox, but the polling loop never processes messages in the inbox.

Steps to Reproduce

  1. Start cobot with filedrop configured
  2. Send a filedrop message to the agent's inbox
  3. Wait >60s (polling interval is 30s)
  4. Messages remain in inbox, no log output from filedrop after startup

Evidence

  • 15 messages sitting in Alpha's inbox (oldest from Feb 13)
  • No log lines from filedrop plugin after Inbox: ... on startup
  • Alpha's processed/ dir only has messages from Feb 17-22 (likely manually processed)

Expected

Filedrop polling should check inbox every 30s, process new messages via the LLM, and move them to processed/.

## Bug The filedrop plugin initializes correctly and logs `Inbox: /olymp/filedrop/Alpha/inbox`, but the polling loop never processes messages in the inbox. ## Steps to Reproduce 1. Start cobot with filedrop configured 2. Send a filedrop message to the agent's inbox 3. Wait >60s (polling interval is 30s) 4. Messages remain in inbox, no log output from filedrop after startup ## Evidence - 15 messages sitting in Alpha's inbox (oldest from Feb 13) - No log lines from filedrop plugin after `Inbox: ...` on startup - Alpha's processed/ dir only has messages from Feb 17-22 (likely manually processed) ## Expected Filedrop polling should check inbox every 30s, process new messages via the LLM, and move them to processed/.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ultanio/cobot#135
No description provided.