- Introduced `StreamPort` field in `NewAgentRequest` for agent configuration. - Implemented default behavior for `StreamPort` to be `Port + 1` if not specified. - Added validation to ensure `StreamPort` is within the valid range (1-65535).
inwx