feat: ship agent-first mission control v0.2.57
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Nexus.Api.Models;
|
||||
|
||||
namespace Nexus.Api.Services;
|
||||
|
||||
public interface IOpenClawEventProjectionService
|
||||
{
|
||||
OpenClawEventBatch Project(string? lastEventId, int limit = 500);
|
||||
OpenClawStreamEventDto CreateConnectionEvent(string? cursor);
|
||||
OpenClawStreamEventDto CreateHeartbeatEvent(string? cursor);
|
||||
}
|
||||
Reference in New Issue
Block a user