Investigate intent-coder missing FIFO while marked running

t-783·WorkTask·
·
·
Created5 days ago·Updated5 days ago·pipeline runs →

Description

Edit

Ava reports persistent agent 'intent-coder' shows running but has no FIFO, unlike other agents. Investigate agentd state, reproduce, and recover service. Requested remediation: agentd stop intent-coder && agentd start --mode persistent --name intent-coder, plus root-cause clues if restart does not fix.

Timeline (4)

🔄[human]Open → InProgress5 days ago
💬[human]5 days ago

Investigation complete. Root cause: intent-coder service was crash-looping because its env had AGENTD_AGENT_COMMAND=agent, and the service PATH does not include a binary named agent. Journal showed repeated '/home/ben/.config/agentd-agents/agentd-agent-exec: line 24: exec: agent: not found' (exit 127). Ran requested recovery: agentd stop intent-coder --mode persistent && agentd start --mode persistent --name intent-coder. After restart, env was rewritten to AGENTD_AGENT_COMMAND=/home/ben/omni/live/_/bin/agent and service is now active. Verified FIFO exists and is open at /home/ben/.local/state/agentd-agents/intent-coder.fifo (lsof shows FD 0/3 held by running agent process).

🔄[human]InProgress → Review5 days ago