-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
An archived worker agent (setup-repo, ID agent-0153f5791adc4332a0c172de90e595d7) has restarted at least 3 times after being archived via mngr archive -f and stopped via mngr stop. Each restart receives stray hi messages and transitions to WAITING before being stopped again.
Steps to reproduce
- Create a working agent via
mngr create - Agent completes its task and transitions to WAITING
- Archive the agent with
mngr archive -f <agent-id> - Agent transitions to STOPPED as expected
- ~40 minutes later, agent restarts (new
start_time) and transitions back to WAITING - Stop the agent again with
mngr stop <agent-id> - Repeat from step 5 — agent restarts again
Observed behavior
- Agent has
archived_atlabel set (e.g.2026-03-28T18:41:00.832418+00:00) - Despite this, the agent's process restarts multiple times (~40-60 min apart)
- Each time it resumes, its transcript shows stray
himessages being injected - The agent responds "No response requested." suggesting the session is being resumed by something
Timeline:
18:41— archived18:45— first STOPPED confirmed20:45— restarted (start_time), transitioned WAITING at20:5021:00— stopped again viamngr stop21:37— restarted again (new start_time), transitioned WAITING at21:42
Expected behavior
An archived+stopped agent should not restart. The archived_at label should prevent the agent from being restarted by the system.
Environment
- Agent type:
worker - Mind:
product_manager - Host:
host-9c184f4ad4e147bba6c5877f5a3efbe7(local, running) - Agent ID:
agent-0153f5791adc4332a0c172de90e595d7 - Agent name:
setup-repo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working