There is no way to actually hire or fire an employee from the UI.
Context
/directory lists roles but has no hire action. hireEmployee() and fireEmployee() exist in app/src/lib/api.ts but are never called. The backend POST /agents and DELETE /agents endpoints work.
Scope
- Hire: from the talent directory — pick a role → connect its required tools → confirm →
POST /agents. Hired employees then appear on /status.
- Offboard: from
/status — DELETE /agents, which stops the container.
This was the ROADMAP's original v1 frontend scope. May be absorbed into the frontend do-over (#12).
There is no way to actually hire or fire an employee from the UI.
Context
/directorylists roles but has no hire action.hireEmployee()andfireEmployee()exist inapp/src/lib/api.tsbut are never called. The backendPOST /agentsandDELETE /agentsendpoints work.Scope
POST /agents. Hired employees then appear on/status./status—DELETE /agents, which stops the container.This was the ROADMAP's original v1 frontend scope. May be absorbed into the frontend do-over (#12).