feat: ship agent-first mission control v0.2.57
This commit is contained in:
@@ -22,5 +22,5 @@ public interface IDashboardService
|
||||
Task<AgentModelInfo?> GetAgentModelAsync(string agentId);
|
||||
Task<bool> SetAgentModelAsync(string agentId, string model);
|
||||
Task<List<AgentActivityEntry>> GetAgentActivityAsync(string agentId, int limit);
|
||||
List<ModelOption> GetAvailableModels();
|
||||
Task<List<ModelOption>> GetAvailableModelsAsync(CancellationToken ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user