Initial commit to new repository
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace AxCopilot.Services.Agent;
|
||||
|
||||
public enum SubAgentRunStatus
|
||||
{
|
||||
Started,
|
||||
Completed,
|
||||
Failed
|
||||
}
|
||||
Reference in New Issue
Block a user