Reduce Agent Summary call

This commit is contained in:
2025-09-15 00:19:21 +07:00
parent 37d57a1bb8
commit b0d2dcc6b9
10 changed files with 402 additions and 36 deletions

View File

@@ -486,4 +486,14 @@ public static class Enums
CreatedAt,
UpdatedAt
}
/// <summary>
/// Event types for agent summary updates
/// </summary>
public enum AgentSummaryEventType
{
BotStarted,
PositionOpened,
PositionClosed,
}
}