Files

9 lines
101 B
C#

namespace AxCopilot.Services.Agent;
public enum SubAgentRunStatus
{
Started,
Completed,
Failed
}